summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2024-06-22 07:30:29 +0000
committerHans de Graaff <graaff@gentoo.org>2024-06-22 09:31:04 +0200
commitf92f9f607c40e6a024e40691a4a77a9004288704 (patch)
treeb5d6246191c7e6309512f373523c09798008832b
parent[ GLSA 202406-02 ] Flatpak: Sandbox Escape (diff)
downloadglsa-f92f9f607c40e6a024e40691a4a77a9004288704.tar.gz
glsa-f92f9f607c40e6a024e40691a4a77a9004288704.tar.bz2
glsa-f92f9f607c40e6a024e40691a4a77a9004288704.zip
[ GLSA 202406-03 ] RDoc: Remote Code Cxecution
Bug: https://bugs.gentoo.org/927565 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--glsa-202406-03.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/glsa-202406-03.xml b/glsa-202406-03.xml
new file mode 100644
index 00000000..878747e1
--- /dev/null
+++ b/glsa-202406-03.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202406-03">
+ <title>RDoc: Remote Code Cxecution</title>
+ <synopsis>A vulnerability has been discovered in RDoc, which can lead to execution of arbitrary code.</synopsis>
+ <product type="ebuild">rdoc</product>
+ <announced>2024-06-22</announced>
+ <revised count="1">2024-06-22</revised>
+ <bug>927565</bug>
+ <access>local and remote</access>
+ <affected>
+ <package name="dev-ruby/rdoc" auto="yes" arch="*">
+ <unaffected range="ge">6.6.3.1</unaffected>
+ <vulnerable range="lt">6.6.3.1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>RDoc produces HTML and command-line documentation for Ruby projects.</p>
+ </background>
+ <description>
+ <p>A vulnerability has been discovered in RDoc. Please review the CVE identifier referenced below for details.</p>
+ </description>
+ <impact type="high">
+ <p>When parsing .rdoc_options (used for configuration in RDoc) as a YAML file, object injection and resultant remote code execution are possible because there are no restrictions on the classes that can be restored.
+
+When loading the documentation cache, object injection and resultant remote code execution are also possible if there were a crafted cache.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All RDoc users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-ruby/rdoc-6.6.3.1"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-27281">CVE-2024-27281</uri>
+ </references>
+ <metadata tag="requester" timestamp="2024-06-22T07:30:29.289298Z">graaff</metadata>
+ <metadata tag="submitter" timestamp="2024-06-22T07:30:29.293762Z">graaff</metadata>
+</glsa> \ No newline at end of file