summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2023-05-03 09:47:08 +0000
committerSam James <sam@gentoo.org>2023-05-03 10:54:22 +0100
commit6f987355d399e46bce92bf271bd9b94ff1a3e454 (patch)
tree50f6aae6aacb44c410f3501501359cb1e4a8461b /glsa-202305-07.xml
parent[ GLSA 202305-06 ] Mozilla Firefox: Multiple Vulnerabilities (diff)
downloadglsa-6f987355d399e46bce92bf271bd9b94ff1a3e454.tar.gz
glsa-6f987355d399e46bce92bf271bd9b94ff1a3e454.tar.bz2
glsa-6f987355d399e46bce92bf271bd9b94ff1a3e454.zip
[ GLSA 202305-07 ] slixmpp: Insufficient Certificate Validation
Bug: https://bugs.gentoo.org/881181 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'glsa-202305-07.xml')
-rw-r--r--glsa-202305-07.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202305-07.xml b/glsa-202305-07.xml
new file mode 100644
index 00000000..ea0624a6
--- /dev/null
+++ b/glsa-202305-07.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202305-07">
+ <title>slixmpp: Insufficient Certificate Validation</title>
+ <synopsis>A vulnerability has been discovered in slixmpp which can result in successful man-in-the-middle attacks.</synopsis>
+ <product type="ebuild">slixmpp</product>
+ <announced>2023-05-03</announced>
+ <revised count="1">2023-05-03</revised>
+ <bug>881181</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-python/slixmpp" auto="yes" arch="*">
+ <unaffected range="ge">1.8.3</unaffected>
+ <vulnerable range="lt">1.8.3</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>slixmpp is a Python 3 library for XMPP.</p>
+ </background>
+ <description>
+ <p>slixmpp does not validate hostnames in certificates used by connected servers.</p>
+ </description>
+ <impact type="low">
+ <p>An attacker could perform a man-in-the-middle attack on users&#39; connections to servers with slixmpp.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All slixmpp users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --upgrade --verbose ">=dev-python/slixmpp-1.8.3"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-45197">CVE-2022-45197</uri>
+ </references>
+ <metadata tag="requester" timestamp="2023-05-03T09:47:07.895475Z">ajak</metadata>
+ <metadata tag="submitter" timestamp="2023-05-03T09:47:07.900775Z">sam</metadata>
+</glsa> \ No newline at end of file