diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-05-05 08:54:04 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-05-05 10:54:26 +0200 |
commit | c767a7641029f069d1d45e5c732d96ab77a03a45 (patch) | |
tree | 8a3ecf3fe12f1d3c36de03a0d29b8ada207e8e9e | |
parent | [ GLSA 202405-15 ] Mozilla Firefox: Multiple Vulnerabilities (diff) | |
download | glsa-c767a7641029f069d1d45e5c732d96ab77a03a45.tar.gz glsa-c767a7641029f069d1d45e5c732d96ab77a03a45.tar.bz2 glsa-c767a7641029f069d1d45e5c732d96ab77a03a45.zip |
[ GLSA 202405-16 ] Apache Commons BCEL: Remote Code Execution
Bug: https://bugs.gentoo.org/880447
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202405-16.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/glsa-202405-16.xml b/glsa-202405-16.xml new file mode 100644 index 00000000..04da4682 --- /dev/null +++ b/glsa-202405-16.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202405-16"> + <title>Apache Commons BCEL: Remote Code Execution</title> + <synopsis>A vulnerability has been discovered in Apache Commons BCEL, which can lead to remote code execution.</synopsis> + <product type="ebuild">bcel</product> + <announced>2024-05-05</announced> + <revised count="1">2024-05-05</revised> + <bug>880447</bug> + <access>remote</access> + <affected> + <package name="dev-java/bcel" auto="yes" arch="*"> + <unaffected range="ge">6.6.0</unaffected> + <vulnerable range="lt">6.6.0</vulnerable> + </package> + </affected> + <background> + <p>The Byte Code Engineering Library (Apache Commons BCEL™) is intended to give users a convenient way to analyze, create, and manipulate (binary) Java class files (those ending with .class).</p> + </background> + <description> + <p>A vulnerability has been discovered in U-Boot tools. Please review the CVE identifier referenced below for details.</p> + </description> + <impact type="normal"> + <p>Please review the referenced CVE identifier for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Apache Commons BCEL users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-java/bcel-6.6.0" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-34169">CVE-2022-34169</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-42920">CVE-2022-42920</uri> + </references> + <metadata tag="requester" timestamp="2024-05-05T08:54:04.174105Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-05-05T08:54:04.177186Z">graaff</metadata> +</glsa>
\ No newline at end of file |