CVE-2020-29385
Published: 08 December 2020
GNOME gdk-pixbuf (aka GdkPixbuf) before 2.42.2 allows a denial of service (infinite loop) in lzw.c in the function write_indexes. if c->self_code equals 10, self->code_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self->code_table[11].extends to c, which will give the value of 10. This will make the loop run infinitely. This bug can, for example, be triggered by calling this function with a GIF image with LZW compression that is crafted in a special way.
Priority
CVSS 3 base score: 5.5
Status
Package | Release | Status |
---|---|---|
gdk-pixbuf Launchpad, Ubuntu, Debian |
Upstream |
Needs triage
|
Ubuntu 21.04 (Hirsute Hippo) |
Not vulnerable
(2.42.2+dfsg-1)
|
|
Ubuntu 20.10 (Groovy Gorilla) |
Released
(2.40.0+dfsg-5ubuntu0.1)
|
|
Ubuntu 20.04 LTS (Focal Fossa) |
Released
(2.40.0+dfsg-3ubuntu0.1)
|
|
Ubuntu 18.04 LTS (Bionic Beaver) |
Not vulnerable
(code not present)
|
|
Ubuntu 16.04 LTS (Xenial Xerus) |
Not vulnerable
(code not present)
|
|
Ubuntu 14.04 ESM (Trusty Tahr) |
Does not exist
|
|
Patches: Upstream: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/commit/bdd3acbd48a575d418ba6bf1b32d7bda2fae1c81 |
Notes
Author | Note |
---|---|
mdeslaur | per upstream bug, gdk-pixbuf < 2.39.2 is not vulnerable |
References
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29385
- https://mail.gnome.org/archives/distributor-list/2020-December/msg00000.html
- https://usn.ubuntu.com/usn/usn-4663-1
- NVD
- Launchpad
- Debian