gdk is written in C but has been designed from the ground up to support a wide range of languages. It provide a complete set of widgets,and suitable for projects ranging from small one-off tools to complete application suites.
Security Fix(es):
A flaw was found in gdk-pixbuf in versions before 2.42.0. An integer wraparound leading to an out of bounds write can occur when a crafted GIF image is loaded. An attacker may cause applications to crash or could potentially execute code on the victim system. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.(CVE-2021-20240)
GNOME gdk-pixbuf (aka GdkPixbuf) before 2.42.2 allows a denial of service (infinite loop) in lzw.c in the function writeindexes. if c->selfcode equals 10, self->codetable[10].extends will assign the value 11 to c. The next execution in the loop will assign self->codetable[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.(CVE-2020-29385)
{ "severity": "High" }
{ "src": [ "gdk-pixbuf2-2.40.0-2.oe1.src.rpm" ], "x86_64": [ "gdk-pixbuf2-devel-2.40.0-2.oe1.x86_64.rpm", "gdk-pixbuf2-debuginfo-2.40.0-2.oe1.x86_64.rpm", "gdk-pixbuf2-debugsource-2.40.0-2.oe1.x86_64.rpm", "gdk-pixbuf2-2.40.0-2.oe1.x86_64.rpm" ], "aarch64": [ "gdk-pixbuf2-debugsource-2.40.0-2.oe1.aarch64.rpm", "gdk-pixbuf2-debuginfo-2.40.0-2.oe1.aarch64.rpm", "gdk-pixbuf2-devel-2.40.0-2.oe1.aarch64.rpm", "gdk-pixbuf2-2.40.0-2.oe1.aarch64.rpm" ], "noarch": [ "gdk-pixbuf2-help-2.40.0-2.oe1.noarch.rpm" ] }