summaryrefslogtreecommitdiff
blob: 8d800eba2a7a8953008f34433fcec328dd0c19ce (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200702-07">
  <title>Sun JDK/JRE: Execution of arbitrary code</title>
  <synopsis>
    Sun Java Development Kit (JDK) and Java Runtime Environment (JRE) contain a
    memory corruption flaw that allows the applets to gain elevated privileges
    potentially leading to the execute of arbitrary code.
  </synopsis>
  <product type="ebuild">java</product>
  <announced>2007-02-17</announced>
  <revised count="05">2008-07-16</revised>
  <bug>162511</bug>
  <access>remote</access>
  <affected>
    <package name="dev-java/sun-jdk" auto="yes" arch="*">
      <unaffected range="ge">1.5.0.10</unaffected>
      <unaffected range="rge">1.4.2.18</unaffected>
      <unaffected range="rge">1.4.2.17</unaffected>
      <unaffected range="rge">1.4.2.15</unaffected>
      <unaffected range="rge">1.4.2.14</unaffected>
      <unaffected range="rge">1.4.2.13</unaffected>
      <vulnerable range="lt">1.5.0.10</vulnerable>
      <vulnerable range="lt">1.4.2.13</vulnerable>
    </package>
    <package name="dev-java/sun-jre-bin" auto="yes" arch="*">
      <unaffected range="ge">1.5.0.10</unaffected>
      <unaffected range="rge">1.4.2.18</unaffected>
      <unaffected range="rge">1.4.2.17</unaffected>
      <unaffected range="rge">1.4.2.15</unaffected>
      <unaffected range="rge">1.4.2.14</unaffected>
      <unaffected range="rge">1.4.2.13</unaffected>
      <vulnerable range="lt">1.5.0.10</vulnerable>
      <vulnerable range="lt">1.4.2.13</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The Sun Java Development Kit (JDK) and the Sun Java Runtime Environment
    (JRE) provide the Sun Java platform.
    </p>
  </background>
  <description>
    <p>
    A anonymous researcher discovered that an error in the handling of a
    GIF image with a zero width field block leads to a memory corruption
    flaw.
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker could entice a user to run a specially crafted Java applet
    or application that would load a crafted GIF image, which could result
    in escalation of privileges and unauthorized access to system
    resources.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Sun Java Development Kit 1.5 users should upgrade to the latest
    version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=dev-java/sun-jdk-1.5.0.10"</code>
    <p>
    All Sun Java Development Kit 1.4 users should upgrade to the latest
    version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "=dev-java/sun-jdk-1.4.2*"</code>
    <p>
    All Sun Java Runtime Environment 1.5 users should upgrade to the latest
    version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=dev-java/sun-jre-bin-1.5.0.10"</code>
    <p>
    All Sun Java Runtime Environment 1.4 users should upgrade to the latest
    version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "=dev-java/sun-jre-bin-1.4.2*"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0243">CVE-2007-0243</uri>
  </references>
  <metadata tag="requester" timestamp="2007-02-10T19:27:14Z">
    falco
  </metadata>
  <metadata tag="bugReady" timestamp="2007-02-10T23:53:12Z">
    falco
  </metadata>
  <metadata tag="submitter" timestamp="2007-02-12T23:55:24Z">
    falco
  </metadata>
</glsa>