summaryrefslogtreecommitdiff
blob: bf9970990aa33419c6a8eb80cf61ffe3212a823b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201503-03">
  <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"/>
  <announced>2015-03-08</announced>
  <revised count="2">2015-08-22</revised>
  <bug>530820</bug>
  <bug>532914</bug>
  <bug>533998</bug>
  <access>remote</access>
  <affected>
    <package name="dev-lang/php" auto="yes" arch="*">
      <unaffected range="ge">5.5.21</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.40</unaffected>
      <unaffected range="rge">5.4.41</unaffected>
      <unaffected range="rge">5.4.42</unaffected>
      <unaffected range="rge">5.4.43</unaffected>
      <unaffected range="rge">5.4.44</unaffected>
      <unaffected range="rge">5.4.45</unaffected>
      <vulnerable range="lt">5.5.21</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 remote attacker can leverage these vulnerabilities to execute
      arbitrary code or cause Denial of Service.
    </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.21"
    </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.37"
    </code>
    
    <p>All PHP 5.3 users should upgrade to the latest version. This branch is
      currently past the end of life and it will no longer receive security
      fixes. All PHP 5.3 users are strongly recommended 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>
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3710">CVE-2014-3710</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8142">CVE-2014-8142</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9425">CVE-2014-9425</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9427">CVE-2014-9427</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0231">CVE-2015-0231</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0232">CVE-2015-0232</uri>
  </references>
  <metadata tag="requester" timestamp="2014-12-29T01:51:48Z">
    BlueKnight
  </metadata>
  <metadata tag="submitter" timestamp="2015-08-22T22:32:31Z">K_F</metadata>
</glsa>