diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2023-09-17 05:24:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-17 06:26:26 +0100 |
commit | 2cdd606244f7dd25e671800d5ab92a7e8d6990eb (patch) | |
tree | 23e026b99033fd2f55564603584a5f3657360b41 /glsa-202309-04.xml | |
parent | [ GLSA 202309-03 ] GPL Ghostscript: Multiple Vulnerabilities (diff) | |
download | glsa-2cdd606244f7dd25e671800d5ab92a7e8d6990eb.tar.gz glsa-2cdd606244f7dd25e671800d5ab92a7e8d6990eb.tar.bz2 glsa-2cdd606244f7dd25e671800d5ab92a7e8d6990eb.zip |
[ GLSA 202309-04 ] RAR, UnRAR: Arbitrary File Overwrite
Bug: https://bugs.gentoo.org/843611
Bug: https://bugs.gentoo.org/849686
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'glsa-202309-04.xml')
-rw-r--r-- | glsa-202309-04.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-202309-04.xml b/glsa-202309-04.xml new file mode 100644 index 00000000..89993eab --- /dev/null +++ b/glsa-202309-04.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202309-04"> + <title>RAR, UnRAR: Arbitrary File Overwrite</title> + <synopsis>An arbitrary file overwrite vulnerability has been discovered in RAR and UnRAR, potentially resulting in arbitrary code execution.</synopsis> + <product type="ebuild">rar,unrar</product> + <announced>2023-09-17</announced> + <revised count="1">2023-09-17</revised> + <bug>843611</bug> + <bug>849686</bug> + <access>remote</access> + <affected> + <package name="app-arch/rar" auto="yes" arch="*"> + <unaffected range="ge">6.12</unaffected> + <vulnerable range="lt">6.12</vulnerable> + </package> + <package name="app-arch/unrar" auto="yes" arch="*"> + <unaffected range="ge">6.1.7</unaffected> + <vulnerable range="lt">6.1.7</vulnerable> + </package> + </affected> + <background> + <p>RAR and UnRAR provide command line interfaces for compressing and decompressing RAR files.</p> + </background> + <description> + <p>Due to an error in the validation of symbolic links within archives, RAR and UnRAR can potentially write files to a directory which is outside of the intended unpack directory.</p> + </description> + <impact type="normal"> + <p>If the user running RAR or UnRAR extracts a malicious archive, the archive could overwrite a file such as the user's shell initialization scripts, potentially resulting in arbitrary code execution in the context of that user.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All RAR users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-arch/rar-6.12" + </code> + + <p>All UnRAR users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-arch/unrar-6.1.7" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-30333">CVE-2022-30333</uri> + </references> + <metadata tag="requester" timestamp="2023-09-17T05:24:38.613653Z">ajak</metadata> + <metadata tag="submitter" timestamp="2023-09-17T05:24:38.615853Z">sam</metadata> +</glsa>
\ No newline at end of file |