diff options
Diffstat (limited to 'metadata/glsa/glsa-201408-01.xml')
-rw-r--r-- | metadata/glsa/glsa-201408-01.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201408-01.xml b/metadata/glsa/glsa-201408-01.xml new file mode 100644 index 000000000000..1e72ebdd00dd --- /dev/null +++ b/metadata/glsa/glsa-201408-01.xml @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201408-01"> + <title>Zend Framework: SQL injection</title> + <synopsis>A vulnerability in Zend Framework could allow a remote attacker to + inject SQL commands. + </synopsis> + <product type="ebuild">ZendFramework</product> + <announced>2014-08-04</announced> + <revised count="1">2014-08-04</revised> + <bug>369139</bug> + <access>remote</access> + <affected> + <package name="dev-php/ZendFramework" auto="yes" arch="*"> + <unaffected range="ge">1.11.6</unaffected> + <vulnerable range="lt">1.11.6</vulnerable> + </package> + </affected> + <background> + <p>Zend Framework is a high quality and open source framework for + developing Web Applications. + </p> + </background> + <description> + <p>Developers using non-ASCII-compatible encodings in conjunction with the + MySQL PDO driver of PHP may be vulnerable to SQL injection attacks. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could use specially crafted input to execute arbitrary + SQL statements. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All ZendFramework users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-php/ZendFramework-1.11.6" + </code> + + <p>NOTE: This is a legacy GLSA. Updates for all affected architectures have + been + available since 2011-06-07. It is likely that your system is already + updated + to no longer be affected by this issue. + </p> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1939">CVE-2011-1939</uri> + </references> + <metadata tag="requester" timestamp="2011-10-08T21:42:50Z">craig</metadata> + <metadata tag="submitter" timestamp="2014-08-04T09:08:18Z">K_F</metadata> +</glsa> |