diff options
author | Sam James <sam@gentoo.org> | 2020-08-30 21:14:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-30 21:14:10 +0000 |
commit | ea9671c73a3b7457c7e4487c1c538557855dfa44 (patch) | |
tree | 2d09f1c689d4349999f390283660280635ff7449 /glsa-202008-24.xml | |
parent | [ GLSA 202008-23 ] chrony: Symlink vulnerability (diff) | |
download | glsa-ea9671c73a3b7457c7e4487c1c538557855dfa44.tar.gz glsa-ea9671c73a3b7457c7e4487c1c538557855dfa44.tar.bz2 glsa-ea9671c73a3b7457c7e4487c1c538557855dfa44.zip |
[ GLSA 202008-24 ] OpenJDK: Multiple vulnerabilities
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'glsa-202008-24.xml')
-rw-r--r-- | glsa-202008-24.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/glsa-202008-24.xml b/glsa-202008-24.xml new file mode 100644 index 00000000..a8c11cd4 --- /dev/null +++ b/glsa-202008-24.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202008-24"> + <title>OpenJDK: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in OpenJDK, the worst of + which could result in the arbitrary execution of code. + </synopsis> + <product type="ebuild">openjdk</product> + <announced>2020-08-30</announced> + <revised count="1">2020-08-30</revised> + <bug>732624</bug> + <access>remote</access> + <affected> + <package name="dev-java/openjdk" auto="yes" arch="*"> + <unaffected range="ge" slot="8">8.262_p01</unaffected> + <vulnerable range="lt" slot="8">8.262_p01</vulnerable> + </package> + <package name="dev-java/openjdk-bin" auto="yes" arch="*"> + <unaffected range="ge" slot="8">8.262_p01</unaffected> + <vulnerable range="lt" slot="8">8.262_p01</vulnerable> + </package> + </affected> + <background> + <p>OpenJDK is a free and open-source implementation of the Java Platform, + Standard Edition. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in OpenJDK. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All OpenJDK users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/openjdk-8.262_p01" + </code> + + <p>All OpenJDK binary users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/openjdk-bin-8.262_p01" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14556">CVE-2020-14556</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14562">CVE-2020-14562</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14573">CVE-2020-14573</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14578">CVE-2020-14578</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14579">CVE-2020-14579</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14583">CVE-2020-14583</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14593">CVE-2020-14593</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14621">CVE-2020-14621</uri> + </references> + <metadata tag="requester" timestamp="2020-08-26T14:46:09Z">sam_c</metadata> + <metadata tag="submitter" timestamp="2020-08-30T21:12:11Z">sam_c</metadata> +</glsa> |