diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-12-02 10:45:02 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-12-02 10:45:02 -0500 |
commit | 545438ec0617e32baa4bd157ba0d0f6cd08816e4 (patch) | |
tree | d04f323db9cf5e0d24bf985f62b79a814bf581d2 /glsa-201812-01.xml | |
parent | [ GLSA 201811-24 ] PostgreSQL: SQL injection (diff) | |
download | gentoo-545438ec0617e32baa4bd157ba0d0f6cd08816e4.tar.gz gentoo-545438ec0617e32baa4bd157ba0d0f6cd08816e4.tar.bz2 gentoo-545438ec0617e32baa4bd157ba0d0f6cd08816e4.zip |
[ GLSA 201812-01 ] PHP: Multiple vulnerabilities
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'glsa-201812-01.xml')
-rw-r--r-- | glsa-201812-01.xml | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/glsa-201812-01.xml b/glsa-201812-01.xml new file mode 100644 index 000000000000..9aa289577795 --- /dev/null +++ b/glsa-201812-01.xml @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201812-01"> + <title>PHP: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in PHP, the worst of which + could result in a Denial of Service condition. + </synopsis> + <product type="ebuild">php</product> + <announced>2018-12-02</announced> + <revised count="1">2018-12-02</revised> + <bug>658092</bug> + <bug>666256</bug> + <access>local, remote</access> + <affected> + <package name="dev-lang/php" auto="yes" arch="*"> + <unaffected range="rge">5.6.38</unaffected> + <unaffected range="rge">7.0.32</unaffected> + <unaffected range="rge">7.1.22</unaffected> + <unaffected range="ge">7.2.10</unaffected> + <vulnerable range="rlt">5.6.38</vulnerable> + <vulnerable range="rlt">7.0.32</vulnerable> + <vulnerable range="rlt">7.1.22</vulnerable> + <vulnerable range="lt">7.2.10</vulnerable> + </package> + </affected> + <background> + <p>PHP is an open source general-purpose scripting language that is + especially suited for web development. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in PHP. Please review the + referenced CVE identifiers for details. + </p> + </description> + <impact type="normal"> + <p>An attacker could cause a Denial of Service condition or obtain + sensitive information. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All PHP 5.6.X users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/php-5.6.38" + </code> + + <p>All PHP 7.0.X users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/php-7.0.32" + </code> + + <p>All PHP 7.1.X users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/php-7.1.22" + </code> + + <p>All PHP 7.2.x users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/php-7.2.10" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-10545">CVE-2018-10545</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-10546">CVE-2018-10546</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-10548">CVE-2018-10548</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-10549">CVE-2018-10549</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-17082">CVE-2018-17082</uri> + </references> + <metadata tag="requester" timestamp="2018-11-25T02:00:06Z">b-man</metadata> + <metadata tag="submitter" timestamp="2018-12-02T15:44:31Z">b-man</metadata> +</glsa> |