diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-09-24 05:15:39 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-09-24 07:16:12 +0200 |
commit | efa55227db2e144cbd8ee1ef7f7b88bb2c0b30e0 (patch) | |
tree | 4205d9abce42a320bcb85c041de8698b1b0190ab | |
parent | [ GLSA 202409-22 ] GCC: Flawed Code Generation (diff) | |
download | glsa-efa55227db2e144cbd8ee1ef7f7b88bb2c0b30e0.tar.gz glsa-efa55227db2e144cbd8ee1ef7f7b88bb2c0b30e0.tar.bz2 glsa-efa55227db2e144cbd8ee1ef7f7b88bb2c0b30e0.zip |
[ GLSA 202409-24 ] Tor: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/916759
Bug: https://bugs.gentoo.org/917142
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202409-24.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/glsa-202409-24.xml b/glsa-202409-24.xml new file mode 100644 index 00000000..fd5092cd --- /dev/null +++ b/glsa-202409-24.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202409-24"> + <title>Tor: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Tor, the worst of which could result in denial of service.</synopsis> + <product type="ebuild">tor</product> + <announced>2024-09-24</announced> + <revised count="1">2024-09-24</revised> + <bug>916759</bug> + <bug>917142</bug> + <access>remote</access> + <affected> + <package name="net-vpn/tor" auto="yes" arch="*"> + <unaffected range="ge">0.4.8.9</unaffected> + <vulnerable range="lt">0.4.8.9</vulnerable> + </package> + </affected> + <background> + <p>Tor is an implementation of second generation Onion Routing, a connection-oriented anonymizing communication service.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Tor. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="low"> + <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 Tor users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-vpn/tor-0.4.8.9" + </code> + </resolution> + <references> + <uri>TROVE-2023-004</uri> + <uri>TROVE-2023-006</uri> + </references> + <metadata tag="requester" timestamp="2024-09-24T05:15:39.701157Z">ajak</metadata> + <metadata tag="submitter" timestamp="2024-09-24T05:15:39.704608Z">graaff</metadata> +</glsa>
\ No newline at end of file |