diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-04-02 04:44:25 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-04-02 04:44:25 +0000 |
commit | 5a826d0f626244e64948cb99d065990dad90a011 (patch) | |
tree | 45c1bf4812251d89e034a9235e181a55a42e6ba0 /metadata/glsa/glsa-201904-01.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 201904-08 ] Subversion: Denial of Service (diff) | |
download | gentoo-5a826d0f626244e64948cb99d065990dad90a011.tar.gz gentoo-5a826d0f626244e64948cb99d065990dad90a011.tar.bz2 gentoo-5a826d0f626244e64948cb99d065990dad90a011.zip |
Merge commit '30de0bf9ee6986a07eef489491b435e55fc9cafe'
Diffstat (limited to 'metadata/glsa/glsa-201904-01.xml')
-rw-r--r-- | metadata/glsa/glsa-201904-01.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201904-01.xml b/metadata/glsa/glsa-201904-01.xml new file mode 100644 index 000000000000..413cf96f361e --- /dev/null +++ b/metadata/glsa/glsa-201904-01.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201904-01"> + <title>Cairo: Denial of Service</title> + <synopsis>Multiple vulnerabilities were found in Cairo, the worst of which + could cause a Denial of Service condition. + </synopsis> + <product type="ebuild">cairo</product> + <announced>2019-04-02</announced> + <revised count="1">2019-04-02</revised> + <bug>596756</bug> + <bug>625636</bug> + <bug>672908</bug> + <access>remote</access> + <affected> + <package name="x11-libs/cairo" auto="yes" arch="*"> + <unaffected range="ge">1.16.0-r3</unaffected> + <vulnerable range="lt">1.16.0-r3</vulnerable> + </package> + </affected> + <background> + <p>Cairo is a 2D vector graphics library with cross-device output support.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Cairo. 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 Cairo users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=x11-libs/cairo-1.16.0-r2" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2016-9082">CVE-2016-9082</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-9814">CVE-2017-9814</uri> + </references> + <metadata tag="requester" timestamp="2019-03-27T00:20:40Z">BlueKnight</metadata> + <metadata tag="submitter" timestamp="2019-04-02T04:14:37Z">b-man</metadata> +</glsa> |