You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/metadata/glsa/glsa-201812-01.xml

83 lines
3.0 KiB

<?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="3">2018-12-03</revised>
<bug>658092</bug>
<bug>666256</bug>
<access>local, remote</access>
<affected>
<package name="dev-lang/php" auto="yes" arch="*">
<unaffected range="ge" slot="5.6">5.6.38</unaffected>
<unaffected range="ge" slot="7.0">7.0.32</unaffected>
<unaffected range="ge" slot="7.1">7.1.22</unaffected>
<unaffected range="ge" slot="7.2">7.2.10</unaffected>
<vulnerable range="lt" slot="5.6">5.6.38</vulnerable>
<vulnerable range="lt" slot="7.0">7.0.32</vulnerable>
<vulnerable range="lt" slot="7.1">7.1.22</vulnerable>
<vulnerable range="lt" slot="7.2">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 "&gt;=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 "&gt;=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 "&gt;=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 "&gt;=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-03T19:04:03Z">b-man</metadata>
</glsa>