diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-07-05 06:43:24 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-07-05 08:43:58 +0200 |
commit | ef4ede3580e51230138e8a4e2751362012d1cbe6 (patch) | |
tree | a79cf8dc800253d7575dcb951fd01a22ff80fe2c /glsa-202407-11.xml | |
parent | [ GLSA 202407-10 ] Sofia-SIP: Multiple Vulnerabilities (diff) | |
download | glsa-ef4ede3580e51230138e8a4e2751362012d1cbe6.tar.gz glsa-ef4ede3580e51230138e8a4e2751362012d1cbe6.tar.bz2 glsa-ef4ede3580e51230138e8a4e2751362012d1cbe6.zip |
[ GLSA 202407-11 ] PuTTY: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/920304
Bug: https://bugs.gentoo.org/930082
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'glsa-202407-11.xml')
-rw-r--r-- | glsa-202407-11.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/glsa-202407-11.xml b/glsa-202407-11.xml new file mode 100644 index 00000000..247f2297 --- /dev/null +++ b/glsa-202407-11.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202407-11"> + <title>PuTTY: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in PuTTY, the worst of which could lead to compromised keys.</synopsis> + <product type="ebuild">putty</product> + <announced>2024-07-05</announced> + <revised count="1">2024-07-05</revised> + <bug>920304</bug> + <bug>930082</bug> + <access>remote</access> + <affected> + <package name="net-misc/putty" auto="yes" arch="*"> + <unaffected range="ge">0.81</unaffected> + <vulnerable range="lt">0.81</vulnerable> + </package> + </affected> + <background> + <p>PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in PuTTY. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="high"> + <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 PuTTY users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/putty-0.81" + </code> + + <p>In addition, any keys generated with PuTTY versions 0.68 to 0.80 should be considered breached and should be regenerated.</p> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-48795">CVE-2023-48795</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-31497">CVE-2024-31497</uri> + </references> + <metadata tag="requester" timestamp="2024-07-05T06:43:24.794955Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-07-05T06:43:24.797373Z">graaff</metadata> +</glsa>
\ No newline at end of file |