summaryrefslogtreecommitdiff
blob: 6bb6b3330079498b2d7a1825634fee3818f581f0 (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
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<!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>2014-11-09</announced>
  <revised count="3">2015-08-22</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>
      <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>
      <unaffected range="rge">5.4.46</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="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3668">CVE-2014-3668</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3669">CVE-2014-3669</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3670">CVE-2014-3670</uri>
  </references>
  <metadata tag="requester" timestamp="2014-11-03T23:38:25Z">ackle</metadata>
  <metadata tag="submitter" timestamp="2015-08-22T22:31:28Z">ackle</metadata>
</glsa>