summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-03-08 22:02:38 +0100
committerAlex Legler <alex@a3li.li>2015-03-08 22:02:38 +0100
commita24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch)
tree910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201411-04.xml
downloadglsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz
glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2
glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip
Import existing advisories
Diffstat (limited to 'glsa-201411-04.xml')
-rw-r--r--glsa-201411-04.xml80
1 files changed, 80 insertions, 0 deletions
diff --git a/glsa-201411-04.xml b/glsa-201411-04.xml
new file mode 100644
index 00000000..c6327e85
--- /dev/null
+++ b/glsa-201411-04.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
+<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201411-04">
+ <title>PHP: Multiple vulnerabilities</title>
+ <synopsis>Multiple vulnerabilities have been discovered in PHP, the worst of
+ which could lead to remote execution of arbitrary code.
+ </synopsis>
+ <product type="ebuild">php</product>
+ <announced>November 09, 2014</announced>
+ <revised>January 02, 2015: 2</revised>
+ <bug>525960</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-lang/php" auto="yes" arch="*">
+ <unaffected range="ge">5.5.18</unaffected>
+ <unaffected range="rge">5.4.34</unaffected>
+ <unaffected range="rge">5.3.29</unaffected>
+ <unaffected range="rge">5.4.36</unaffected>
+ <unaffected range="rge">5.4.37</unaffected>
+ <unaffected range="rge">5.4.38</unaffected>
+ <unaffected range="rge">5.4.39</unaffected>
+ <unaffected range="rge">5.4.35</unaffected>
+ <vulnerable range="lt">5.5.18</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>PHP is a widely-used general-purpose scripting language that is
+ especially suited for Web development and can be embedded into HTML.
+ </p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in PHP. Please review the
+ CVE identifiers referenced below for details.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>A context-dependent attacker can possibly execute arbitrary code or
+ create a Denial of Service condition.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All PHP 5.5 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-lang/php-5.5.18"
+ </code>
+
+ <p>All PHP 5.4 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-lang/php-5.4.34"
+ </code>
+
+ <p>All PHP 5.3 users should upgrade to the latest version. This release
+ marks the end of life of the PHP 5.3 series. Future releases of this
+ series are not planned. All PHP 5.3 users are encouraged to upgrade to
+ the current stable version of PHP 5.5 or previous stable version of PHP
+ 5.4, which are supported till at least 2016 and 2015 respectively.
+ </p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-lang/php-5.3.29"
+ </code>
+ </resolution>
+ <references>
+ <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3668">CVE-2014-3668</uri>
+ <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3669">CVE-2014-3669</uri>
+ <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3670">CVE-2014-3670</uri>
+ </references>
+ <metadata tag="requester" timestamp="Mon, 03 Nov 2014 23:38:25 +0000">ackle</metadata>
+ <metadata tag="submitter" timestamp="Fri, 02 Jan 2015 22:13:49 +0000">ackle</metadata>
+</glsa>