diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-01-05 13:34:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-01-05 14:34:39 +0100 |
commit | 18540d77b43283bbeb478e2efd181954f507ac07 (patch) | |
tree | 80ef46e782e298b449ac8da34b7dae3f4bab5d62 /glsa-202401-05.xml | |
parent | [ GLSA 202401-04 ] WebKitGTK+: Multiple Vulnerabilities (diff) | |
download | gentoo-18540d77b43283bbeb478e2efd181954f507ac07.tar.gz gentoo-18540d77b43283bbeb478e2efd181954f507ac07.tar.bz2 gentoo-18540d77b43283bbeb478e2efd181954f507ac07.zip |
[ GLSA 202401-05 ] RDoc: Command Injection
Bug: https://bugs.gentoo.org/801301
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'glsa-202401-05.xml')
-rw-r--r-- | glsa-202401-05.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202401-05.xml b/glsa-202401-05.xml new file mode 100644 index 000000000000..b1ce5562b5ba --- /dev/null +++ b/glsa-202401-05.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202401-05"> + <title>RDoc: Command Injection</title> + <synopsis>A vulnerability has been found in RDoc which allows for command injection.</synopsis> + <product type="ebuild">rdoc</product> + <announced>2024-01-05</announced> + <revised count="1">2024-01-05</revised> + <bug>801301</bug> + <access>remote</access> + <affected> + <package name="dev-ruby/rdoc" auto="yes" arch="*"> + <unaffected range="ge">6.3.2</unaffected> + <vulnerable range="lt">6.3.2</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="normal"> + <p>RDoc used to call Kernel#open to open a local file. If a Ruby project has a file whose name starts with | and ends with tags, the command following the pipe character is executed. A malicious Ruby project could exploit it to run an arbitrary command execution against a user who attempts to run the rdoc command.</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.3.2" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-31799">CVE-2021-31799</uri> + </references> + <metadata tag="requester" timestamp="2024-01-05T13:34:12.712050Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-01-05T13:34:12.715693Z">graaff</metadata> +</glsa>
\ No newline at end of file |