diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2023-12-28 02:21:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-28 02:22:08 +0000 |
commit | b5fd84fed4c7e7ddb236f13fb5044cc546ce7c6c (patch) | |
tree | 491f5eef31c5af37eac5c29ac5abda8cd91a6b43 | |
parent | [ GLSA 202312-15 ] Git: Multiple Vulnerabilities (diff) | |
download | glsa-b5fd84fed4c7e7ddb236f13fb5044cc546ce7c6c.tar.gz glsa-b5fd84fed4c7e7ddb236f13fb5044cc546ce7c6c.tar.bz2 glsa-b5fd84fed4c7e7ddb236f13fb5044cc546ce7c6c.zip |
[ GLSA 202312-16 ] libssh: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/920291
Bug: https://bugs.gentoo.org/920724
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | glsa-202312-16.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/glsa-202312-16.xml b/glsa-202312-16.xml new file mode 100644 index 00000000..9b577f4d --- /dev/null +++ b/glsa-202312-16.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202312-16"> + <title>libssh: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in libssh, the worst of which could lead to code execution.</synopsis> + <product type="ebuild">libssh</product> + <announced>2023-12-28</announced> + <revised count="1">2023-12-28</revised> + <bug>920291</bug> + <bug>920724</bug> + <access>remote</access> + <affected> + <package name="net-libs/libssh" auto="yes" arch="*"> + <unaffected range="ge">0.10.6</unaffected> + <vulnerable range="lt">0.10.6</vulnerable> + </package> + </affected> + <background> + <p>libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in libssh. 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 libssh users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/libssh-0.10.6" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-6004">CVE-2023-6004</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-48795">CVE-2023-48795</uri> + </references> + <metadata tag="requester" timestamp="2023-12-28T02:21:10.983119Z">sam</metadata> + <metadata tag="submitter" timestamp="2023-12-28T02:21:10.985632Z">sam</metadata> +</glsa>
\ No newline at end of file |