diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200806-11.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200806-11.xml')
-rw-r--r-- | metadata/glsa/glsa-200806-11.xml | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200806-11.xml b/metadata/glsa/glsa-200806-11.xml new file mode 100644 index 000000000000..d91929319ab6 --- /dev/null +++ b/metadata/glsa/glsa-200806-11.xml @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200806-11"> + <title>IBM JDK/JRE: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities have been found in IBM Java Development Kit (JDK) + and Java Runtime Environment (JRE), resulting in the execution of arbitrary + code. + </synopsis> + <product type="ebuild">ibm-jdk-bin ibm-jre-bin</product> + <announced>June 25, 2008</announced> + <revised>June 25, 2008: 01</revised> + <bug>186277</bug> + <bug>198644</bug> + <bug>216112</bug> + <access>remote</access> + <affected> + <package name="dev-java/ibm-jdk-bin" auto="yes" arch="*"> + <unaffected range="ge">1.5.0.7</unaffected> + <unaffected range="rge">1.4.2.11</unaffected> + <vulnerable range="lt">1.5.0.7</vulnerable> + </package> + <package name="dev-java/ibm-jre-bin" auto="yes" arch="*"> + <unaffected range="ge">1.5.0.7</unaffected> + <unaffected range="rge">1.4.2.11</unaffected> + <vulnerable range="lt">1.5.0.7</vulnerable> + </package> + </affected> + <background> + <p> + The IBM Java Development Kit (JDK) and the IBM Java Runtime Environment + (JRE) provide the IBM Java platform. + </p> + </background> + <description> + <p> + Because of sharing the same codebase, IBM JDK and JRE are affected by + the vulnerabilities mentioned in GLSA 200804-20. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could entice a user to run a specially crafted applet + on a website or start an application in Java Web Start to execute + arbitrary code outside of the Java sandbox and of the Java security + restrictions with the privileges of the user running Java. The attacker + could also obtain sensitive information, create, modify, rename and + read local files, execute local applications, establish connections in + the local network, bypass the same origin policy, and cause a Denial of + Service via multiple vectors. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All IBM JDK 1.5 users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/ibm-jdk-bin-1.5.0.7"</code> + <p> + All IBM JDK 1.4 users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/ibm-jdk-bin-1.4.2.11"</code> + <p> + All IBM JRE 1.5 users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/ibm-jre-bin-1.5.0.7"</code> + <p> + All IBM JRE 1.4 users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/ibm-jre-bin-1.4.2.11"</code> + </resolution> + <references> + <uri link="/security/en/glsa/glsa-200804-20.xml">GLSA 200804-20</uri> + </references> + <metadata tag="requester" timestamp="Sat, 05 Apr 2008 22:14:16 +0000"> + rbu + </metadata> + <metadata tag="submitter" timestamp="Wed, 23 Apr 2008 17:16:09 +0000"> + keytoaster + </metadata> + <metadata tag="bugReady" timestamp="Tue, 24 Jun 2008 01:10:44 +0000"> + rbu + </metadata> +</glsa> |