summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2024-05-08 05:13:04 +0000
committerHans de Graaff <graaff@gentoo.org>2024-05-08 07:13:23 +0200
commite9e8225a5cdb6fc2b599aedc60530a0990ac776a (patch)
tree5fbbe775ff5a50ba3a97193d7928917ae377a675
parent[ GLSA 202405-20 ] libjpeg-turbo: Multiple Vulnerabilities (diff)
downloadglsa-e9e8225a5cdb6fc2b599aedc60530a0990ac776a.tar.gz
glsa-e9e8225a5cdb6fc2b599aedc60530a0990ac776a.tar.bz2
glsa-e9e8225a5cdb6fc2b599aedc60530a0990ac776a.zip
[ GLSA 202405-21 ] Commons-BeanUtils: Improper Access Restriction
Bug: https://bugs.gentoo.org/739346 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--glsa-202405-21.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202405-21.xml b/glsa-202405-21.xml
new file mode 100644
index 00000000..fe0ce1ff
--- /dev/null
+++ b/glsa-202405-21.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202405-21">
+ <title>Commons-BeanUtils: Improper Access Restriction</title>
+ <synopsis>A vulnerability has been discovered in Commons-BeanUtils, which could lead to execution of arbitrary code.</synopsis>
+ <product type="ebuild">commons-beanutils</product>
+ <announced>2024-05-08</announced>
+ <revised count="1">2024-05-08</revised>
+ <bug>739346</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-java/commons-beanutils" auto="yes" arch="*">
+ <unaffected range="ge">1.9.4</unaffected>
+ <vulnerable range="lt">1.9.4</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Commons-beanutils provides easy-to-use wrappers around Reflection and Introspection APIs</p>
+ </background>
+ <description>
+ <p>A vulnerability has been discovered in Commons-BeanUtils. Please review the CVE identifier 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 Commons-BeanUtils users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-java/commons-beanutils-1.9.4"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-10086">CVE-2019-10086</uri>
+ </references>
+ <metadata tag="requester" timestamp="2024-05-08T05:13:04.382039Z">graaff</metadata>
+ <metadata tag="submitter" timestamp="2024-05-08T05:13:04.384810Z">graaff</metadata>
+</glsa> \ No newline at end of file