diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-12-23 20:35:44 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-12-23 20:35:44 +0000 |
commit | f7655832c16535a477b1030fc072987e265967cc (patch) | |
tree | 7bd2be09ec8135274ef7bf2f67664dfc9a1c7c41 /metadata/glsa/glsa-202012-15.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202012-20 ] Mozilla Firefox, Mozilla Thunderbird: Multiple vulnerabili... (diff) | |
download | gentoo-f7655832c16535a477b1030fc072987e265967cc.tar.gz gentoo-f7655832c16535a477b1030fc072987e265967cc.tar.bz2 gentoo-f7655832c16535a477b1030fc072987e265967cc.zip |
Merge commit '2eb5914bcd47a75d45c570c51719238ece628750' into master
Diffstat (limited to 'metadata/glsa/glsa-202012-15.xml')
-rw-r--r-- | metadata/glsa/glsa-202012-15.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202012-15.xml b/metadata/glsa/glsa-202012-15.xml new file mode 100644 index 000000000000..771f8956fd74 --- /dev/null +++ b/metadata/glsa/glsa-202012-15.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202012-15"> + <title>GDK-PixBuf: Denial of service</title> + <synopsis>A vulnerability in GDK-PixBuf library could lead to a Denial of + Service condition. + </synopsis> + <product type="ebuild">gdk-pixbuf</product> + <announced>2020-12-23</announced> + <revised count="1">2020-12-23</revised> + <bug>759094</bug> + <access>local, remote</access> + <affected> + <package name="x11-libs/gdk-pixbuf" auto="yes" arch="*"> + <unaffected range="ge">2.42.2</unaffected> + <vulnerable range="lt">2.42.2</vulnerable> + </package> + </affected> + <background> + <p>GDK-PixBuf is an image loading library for GTK+.</p> + </background> + <description> + <p>It was discovered that the GDK-PixBuf library did not properly handle + certain GIF images. + </p> + </description> + <impact type="low"> + <p>A remote attacker could entice a user to open a specially crafted GIF + image in an application linked against GDK-PixBuf library, possibly + resulting in a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All GDK-PixBuf library users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=x11-libs/gdk-pixbuf-2.42.2" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-29385">CVE-2020-29385</uri> + </references> + <metadata tag="requester" timestamp="2020-12-22T23:01:46Z">whissi</metadata> + <metadata tag="submitter" timestamp="2020-12-23T19:53:21Z">whissi</metadata> +</glsa> |