diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-09-25 14:03:13 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2022-09-25 14:03:13 +0000 |
commit | 5a216dcddcd3938f1bc8077bb5fb152dc5c0cf43 (patch) | |
tree | 559771edecb462d3861a8cc6392a90f591bead53 /metadata/glsa/glsa-202209-08.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202209-08 ] fix bug reference typo (diff) | |
download | gentoo-5a216dcddcd3938f1bc8077bb5fb152dc5c0cf43.tar.gz gentoo-5a216dcddcd3938f1bc8077bb5fb152dc5c0cf43.tar.bz2 gentoo-5a216dcddcd3938f1bc8077bb5fb152dc5c0cf43.zip |
Merge commit '2570332a2b988e5bec8319e9b7bcfceb39048f5d'
Diffstat (limited to 'metadata/glsa/glsa-202209-08.xml')
-rw-r--r-- | metadata/glsa/glsa-202209-08.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202209-08.xml b/metadata/glsa/glsa-202209-08.xml new file mode 100644 index 000000000000..9687477405a8 --- /dev/null +++ b/metadata/glsa/glsa-202209-08.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202209-08"> + <title>Smokeping: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Smokeping, the worst of which could result in root privilege escalation.</synopsis> + <product type="ebuild">smokeping</product> + <announced>2022-09-25</announced> + <revised count="1">2022-09-25</revised> + <bug>631140</bug> + <bug>602652</bug> + <access>local</access> + <affected> + <package name="net-analyzer/smokeping" auto="yes" arch="*"> + <vulnerable range="le">2.7.3-r1</vulnerable> + </package> + </affected> + <background> + <p>Smokeping is a powerful latency measurement tool</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Smokeping. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="normal"> + <p>A local attacker which gains access to the smokeping user could gain root privileges.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>Gentoo has discontinued support for Smokeping. We recommend that users remove it:</p> + + <code> + # emerge --ask --depclean "net-analyzer/smokeping" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-20147">CVE-2017-20147</uri> + </references> + <metadata tag="requester" timestamp="2022-09-25T13:34:27.263575Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-09-25T13:34:27.268533Z">ajak</metadata> +</glsa> |