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.
107 lines
3.6 KiB
107 lines
3.6 KiB
13 years ago
|
<?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>February 17, 2007</announced>
|
||
|
<revised>July 16, 2008: 05</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 ">=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 ">=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="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0243">CVE-2007-0243</uri>
|
||
|
</references>
|
||
|
<metadata tag="requester" timestamp="Sat, 10 Feb 2007 19:27:14 +0000">
|
||
|
falco
|
||
|
</metadata>
|
||
|
<metadata tag="bugReady" timestamp="Sat, 10 Feb 2007 23:53:12 +0000">
|
||
|
falco
|
||
|
</metadata>
|
||
|
<metadata tag="submitter" timestamp="Mon, 12 Feb 2007 23:55:24 +0000">
|
||
|
falco
|
||
|
</metadata>
|
||
|
</glsa>
|