diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-01-23 03:42:02 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-01-23 03:42:02 +0000 |
commit | 37780db6b0791344e98fa759fdb1208861bdff5a (patch) | |
tree | 855ef1c8eeaf6fb67cc7b010bc0d91fcb41be3a7 /metadata/glsa/glsa-201701-52.xml | |
parent | Merge updates from master (diff) | |
parent | Add GLSA 201701-56 (diff) | |
download | gentoo-37780db6b0791344e98fa759fdb1208861bdff5a.tar.gz gentoo-37780db6b0791344e98fa759fdb1208861bdff5a.tar.bz2 gentoo-37780db6b0791344e98fa759fdb1208861bdff5a.zip |
Merge commit '974b26507a01f2b853a81a72de4a6b64040aade4'
Diffstat (limited to 'metadata/glsa/glsa-201701-52.xml')
-rw-r--r-- | metadata/glsa/glsa-201701-52.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201701-52.xml b/metadata/glsa/glsa-201701-52.xml new file mode 100644 index 000000000000..140c40fc66ad --- /dev/null +++ b/metadata/glsa/glsa-201701-52.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201701-52"> + <title>libupnp: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in libupnp, the worst of + which could lead to the execution of arbitrary code. + </synopsis> + <product type="ebuild">libupnp</product> + <announced>2017-01-23</announced> + <revised>2017-01-23: 1</revised> + <bug>589136</bug> + <bug>598202</bug> + <access>remote</access> + <affected> + <package name="net-libs/libupnp" auto="yes" arch="*"> + <unaffected range="ge">1.6.21</unaffected> + <vulnerable range="lt">1.6.21</vulnerable> + </package> + </affected> + <background> + <p>libupnp is a portable, open source, UPnP development kit.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in libupnp. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attack could arbitrarily write files to a users file system, + cause a Denial of Service condition, or execute arbitrary code. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All libupnp users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/libupnp-1.6.21" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-6255">CVE-2016-6255</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-8863">CVE-2016-8863</uri> + </references> + <metadata tag="requester" timestamp="2017-01-19T08:52:15Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-01-23T03:28:22Z">b-man</metadata> +</glsa> |