diff options
author | Sam James <sam@gentoo.org> | 2021-07-12 03:48:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-12 03:48:42 +0100 |
commit | 3d5c6b339717571f6aa2584cc8ba21601fe262f2 (patch) | |
tree | f4ba7443909f2c2404e15a97e80ee3140e3f6834 /glsa-202107-29.xml | |
parent | [ GLSA 202107-28 ] GNU Chess: Buffer overflow (diff) | |
download | gentoo-3d5c6b339717571f6aa2584cc8ba21601fe262f2.tar.gz gentoo-3d5c6b339717571f6aa2584cc8ba21601fe262f2.tar.bz2 gentoo-3d5c6b339717571f6aa2584cc8ba21601fe262f2.zip |
[ GLSA 202107-29 ] ConnMan: Multiple vulnerabilities
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'glsa-202107-29.xml')
-rw-r--r-- | glsa-202107-29.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/glsa-202107-29.xml b/glsa-202107-29.xml new file mode 100644 index 000000000000..e67c3b566e04 --- /dev/null +++ b/glsa-202107-29.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202107-29"> + <title>ConnMan: Multiple vulnerabilities</title> + <synopsis>A buffer overflow in ConnMan might allow remote attacker(s) to + execute arbitrary code. + </synopsis> + <product type="ebuild">connman</product> + <announced>2021-07-12</announced> + <revised count="1">2021-07-12</revised> + <bug>769491</bug> + <bug>795084</bug> + <access>remote</access> + <affected> + <package name="net-misc/connman" auto="yes" arch="*"> + <unaffected range="ge">1.40</unaffected> + <vulnerable range="lt">1.40</vulnerable> + </package> + </affected> + <background> + <p>ConnMan provides a daemon for managing Internet connections.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in connman. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <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 ConnMan users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/connman-1.40" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-26675">CVE-2021-26675</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-26676">CVE-2021-26676</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-33833">CVE-2021-33833</uri> + </references> + <metadata tag="requester" timestamp="2021-07-11T03:04:08Z">ajak</metadata> + <metadata tag="submitter" timestamp="2021-07-12T02:47:52Z">ajak</metadata> +</glsa> |