Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2020-29385 (GCVE-0-2020-29385)
Vulnerability from cvelistv5
Published
2020-12-26 02:01
Modified
2024-08-04 16:55
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- n/a
Summary
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.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T16:55:09.278Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202012-15" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://ubuntu.com/security/CVE-2020-29385" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164" }, { "name": "FEDORA-2021-2e59756cbe", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/" }, { "name": "FEDORA-2021-755ba8968a", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/" }, { "name": "FEDORA-2021-c918632e13", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2021-03-19T22:06:38", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS" }, { "tags": [ "x_refsource_MISC" ], "url": "https://security.gentoo.org/glsa/202012-15" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://ubuntu.com/security/CVE-2020-29385" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164" }, { "name": "FEDORA-2021-2e59756cbe", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/" }, { "name": "FEDORA-2021-755ba8968a", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/" }, { "name": "FEDORA-2021-c918632e13", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2020-29385", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS", "refsource": "MISC", "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS" }, { "name": "https://security.gentoo.org/glsa/202012-15", "refsource": "MISC", "url": "https://security.gentoo.org/glsa/202012-15" }, { "name": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166", "refsource": "CONFIRM", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166" }, { "name": "https://ubuntu.com/security/CVE-2020-29385", "refsource": "CONFIRM", "url": "https://ubuntu.com/security/CVE-2020-29385" }, { "name": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164", "refsource": "CONFIRM", "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164" }, { "name": "FEDORA-2021-2e59756cbe", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/" }, { "name": "FEDORA-2021-755ba8968a", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/" }, { "name": "FEDORA-2021-c918632e13", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2020-29385", "datePublished": "2020-12-26T02:01:49", "dateReserved": "2020-11-30T00:00:00", "dateUpdated": "2024-08-04T16:55:09.278Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2020-29385\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2020-12-26T02:15:12.807\",\"lastModified\":\"2025-04-29T13:13:41.850\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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.\"},{\"lang\":\"es\",\"value\":\"GNOME gdk-pixbuf (tambi\u00e9n se conoce como GdkPixbuf) versiones anteriores a 2.42.2, permite una denegaci\u00f3n de servicio (bucle infinito) en el archivo lzw.c en la funci\u00f3n write_indexes.\u0026#xa0;si c-)self_code es igual a 10, self-)code_table[10].extends asignar\u00e1 el valor 11 a c.\u0026#xa0;La siguiente ejecuci\u00f3n en el ciclo asignar\u00e1 self-)code_table[11].extends a c, que dar\u00e1 el valor de 10. Esto har\u00e1 que el ciclo se ejecute indefinidamente.\u0026#xa0;Este error se puede desencadenar, por ejemplo, al llamar a esta funci\u00f3n con una imagen GIF con compresi\u00f3n LZW dise\u00f1ada de una manera especial\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:N/I:N/A:P\",\"baseScore\":4.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-835\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:gnome:gdk-pixbuf:*:*:*:*:*:*:*:*\",\"versionStartExcluding\":\"2.39.2\",\"versionEndExcluding\":\"2.42.2\",\"matchCriteriaId\":\"FC4189D3-5B3B-4EB2-8D6A-A9AC03FF4456\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"902B8056-9E37-443B-8905-8AA93E2447FB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:20.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"338B3AAC-C147-4A31-95E7-6E8A6FB4B3FC\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E460AA51-FCDA-46B9-AE97-E6676AA5E194\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A930E247-0B43-43CB-98FF-6CE7B8189835\"}]}]}],\"references\":[{\"url\":\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS\",\"source\":\"cve@mitre.org\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202012-15\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://ubuntu.com/security/CVE-2020-29385\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202012-15\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://ubuntu.com/security/CVE-2020-29385\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]}]}}" } }
suse-su-2021:0184-1
Vulnerability from csaf_suse
Published
2021-01-21 10:36
Modified
2021-01-21 10:36
Summary
Security update for gdk-pixbuf
Notes
Title of the patch
Security update for gdk-pixbuf
Description of the patch
This update for gdk-pixbuf fixes the following issues:
- CVE-2020-29385: Fixed an infinite loop in lzw.c in the function write_indexes (bsc#1180393).
- Fixed an integer underflow in the GIF loader (bsc#1174307).
Patchnames
SUSE-2021-184,SUSE-SLE-Module-Basesystem-15-SP2-2021-184,SUSE-SLE-Module-Desktop-Applications-15-SP2-2021-184
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gdk-pixbuf", "title": "Title of the patch" }, { "category": "description", "text": "This update for gdk-pixbuf fixes the following issues:\n\n- CVE-2020-29385: Fixed an infinite loop in lzw.c in the function write_indexes (bsc#1180393).\n- Fixed an integer underflow in the GIF loader (bsc#1174307).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2021-184,SUSE-SLE-Module-Basesystem-15-SP2-2021-184,SUSE-SLE-Module-Desktop-Applications-15-SP2-2021-184", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0184-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2021:0184-1", "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210184-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2021:0184-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-January/008233.html" }, { "category": "self", "summary": "SUSE Bug 1174307", "url": "https://bugzilla.suse.com/1174307" }, { "category": "self", "summary": "SUSE Bug 1180393", "url": "https://bugzilla.suse.com/1180393" }, { "category": "self", "summary": "SUSE CVE CVE-2020-29385 page", "url": "https://www.suse.com/security/cve/CVE-2020-29385/" } ], "title": "Security update for gdk-pixbuf", "tracking": { "current_release_date": "2021-01-21T10:36:02Z", "generator": { "date": "2021-01-21T10:36:02Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2021:0184-1", "initial_release_date": "2021-01-21T10:36:02Z", "revision_history": [ { "date": "2021-01-21T10:36:02Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.40.0-3.3.1.aarch64", "product": { "name": "gdk-pixbuf-devel-2.40.0-3.3.1.aarch64", "product_id": "gdk-pixbuf-devel-2.40.0-3.3.1.aarch64" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.aarch64", "product": { "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.aarch64", "product_id": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.aarch64" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.aarch64", "product": { "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.aarch64", "product_id": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.aarch64" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.aarch64", "product": { "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.aarch64", "product_id": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.aarch64", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.aarch64", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.aarch64", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.aarch64", "product_id": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-64bit-2.40.0-3.3.1.aarch64_ilp32", "product": { "name": "gdk-pixbuf-devel-64bit-2.40.0-3.3.1.aarch64_ilp32", "product_id": "gdk-pixbuf-devel-64bit-2.40.0-3.3.1.aarch64_ilp32" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-64bit-2.40.0-3.3.1.aarch64_ilp32", "product": { "name": "gdk-pixbuf-query-loaders-64bit-2.40.0-3.3.1.aarch64_ilp32", "product_id": "gdk-pixbuf-query-loaders-64bit-2.40.0-3.3.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-64bit-2.40.0-3.3.1.aarch64_ilp32", "product": { "name": "libgdk_pixbuf-2_0-0-64bit-2.40.0-3.3.1.aarch64_ilp32", "product_id": "libgdk_pixbuf-2_0-0-64bit-2.40.0-3.3.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.40.0-3.3.1.i586", "product": { "name": "gdk-pixbuf-devel-2.40.0-3.3.1.i586", "product_id": "gdk-pixbuf-devel-2.40.0-3.3.1.i586" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.i586", "product": { "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.i586", "product_id": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.i586" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.i586", "product": { "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.i586", "product_id": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.i586" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.i586", "product": { "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.i586", "product_id": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.i586", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.i586", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.i586", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.i586", "product_id": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-lang-2.40.0-3.3.1.noarch", "product": { "name": "gdk-pixbuf-lang-2.40.0-3.3.1.noarch", "product_id": "gdk-pixbuf-lang-2.40.0-3.3.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.40.0-3.3.1.ppc64le", "product": { "name": "gdk-pixbuf-devel-2.40.0-3.3.1.ppc64le", "product_id": "gdk-pixbuf-devel-2.40.0-3.3.1.ppc64le" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.ppc64le", "product": { "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.ppc64le", "product_id": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.ppc64le" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.ppc64le", "product": { "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.ppc64le", "product_id": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.ppc64le" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.ppc64le", "product": { "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.ppc64le", "product_id": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.ppc64le", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.ppc64le", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.ppc64le", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.ppc64le", "product_id": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.40.0-3.3.1.s390x", "product": { "name": "gdk-pixbuf-devel-2.40.0-3.3.1.s390x", "product_id": "gdk-pixbuf-devel-2.40.0-3.3.1.s390x" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.s390x", "product": { "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.s390x", "product_id": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.s390x" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.s390x", "product": { "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.s390x", "product_id": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.s390x" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.s390x", "product": { "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.s390x", "product_id": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.s390x", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.s390x", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.s390x", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.s390x", "product_id": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.40.0-3.3.1.x86_64", "product": { "name": "gdk-pixbuf-devel-2.40.0-3.3.1.x86_64", "product_id": "gdk-pixbuf-devel-2.40.0-3.3.1.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-devel-32bit-2.40.0-3.3.1.x86_64", "product": { "name": "gdk-pixbuf-devel-32bit-2.40.0-3.3.1.x86_64", "product_id": "gdk-pixbuf-devel-32bit-2.40.0-3.3.1.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.x86_64", "product": { "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.x86_64", "product_id": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-32bit-2.40.0-3.3.1.x86_64", "product": { "name": "gdk-pixbuf-query-loaders-32bit-2.40.0-3.3.1.x86_64", "product_id": "gdk-pixbuf-query-loaders-32bit-2.40.0-3.3.1.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.x86_64", "product": { "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.x86_64", "product_id": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.x86_64" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.x86_64", "product": { "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.x86_64", "product_id": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.x86_64" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-32bit-2.40.0-3.3.1.x86_64", "product": { "name": "libgdk_pixbuf-2_0-0-32bit-2.40.0-3.3.1.x86_64", "product_id": "libgdk_pixbuf-2_0-0-32bit-2.40.0-3.3.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.x86_64", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.x86_64", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.x86_64", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.x86_64", "product_id": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.40.0-3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.aarch64" }, "product_reference": "gdk-pixbuf-devel-2.40.0-3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.40.0-3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.ppc64le" }, "product_reference": "gdk-pixbuf-devel-2.40.0-3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.40.0-3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.s390x" }, "product_reference": "gdk-pixbuf-devel-2.40.0-3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.40.0-3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.x86_64" }, "product_reference": "gdk-pixbuf-devel-2.40.0-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-lang-2.40.0-3.3.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-lang-2.40.0-3.3.1.noarch" }, "product_reference": "gdk-pixbuf-lang-2.40.0-3.3.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.aarch64" }, "product_reference": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.ppc64le" }, "product_reference": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.s390x" }, "product_reference": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.x86_64" }, "product_reference": "gdk-pixbuf-query-loaders-2.40.0-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.aarch64" }, "product_reference": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.ppc64le" }, "product_reference": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.s390x" }, "product_reference": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.x86_64" }, "product_reference": "gdk-pixbuf-thumbnailer-2.40.0-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.aarch64" }, "product_reference": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.ppc64le" }, "product_reference": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.s390x" }, "product_reference": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.x86_64" }, "product_reference": "libgdk_pixbuf-2_0-0-2.40.0-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.aarch64" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.ppc64le" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.s390x" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.x86_64" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.aarch64" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.ppc64le" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.s390x" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.x86_64" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-32bit-2.40.0-3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:gdk-pixbuf-query-loaders-32bit-2.40.0-3.3.1.x86_64" }, "product_reference": "gdk-pixbuf-query-loaders-32bit-2.40.0-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-32bit-2.40.0-3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP2", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libgdk_pixbuf-2_0-0-32bit-2.40.0-3.3.1.x86_64" }, "product_reference": "libgdk_pixbuf-2_0-0-32bit-2.40.0-3.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-29385", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-29385" } ], "notes": [ { "category": "general", "text": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-lang-2.40.0-3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:gdk-pixbuf-query-loaders-32bit-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libgdk_pixbuf-2_0-0-32bit-2.40.0-3.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-29385", "url": "https://www.suse.com/security/cve/CVE-2020-29385" }, { "category": "external", "summary": "SUSE Bug 1180393 for CVE-2020-29385", "url": "https://bugzilla.suse.com/1180393" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-lang-2.40.0-3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:gdk-pixbuf-query-loaders-32bit-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libgdk_pixbuf-2_0-0-32bit-2.40.0-3.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-devel-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-lang-2.40.0-3.3.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-query-loaders-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:gdk-pixbuf-thumbnailer-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:libgdk_pixbuf-2_0-0-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixbuf-2_0-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:typelib-1_0-GdkPixdata-2_0-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:gdk-pixbuf-query-loaders-32bit-2.40.0-3.3.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP2:libgdk_pixbuf-2_0-0-32bit-2.40.0-3.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-21T10:36:02Z", "details": "moderate" } ], "title": "CVE-2020-29385" } ] }
opensuse-su-2021:0150-1
Vulnerability from csaf_opensuse
Published
2021-01-24 15:21
Modified
2021-01-24 15:21
Summary
Security update for gdk-pixbuf
Notes
Title of the patch
Security update for gdk-pixbuf
Description of the patch
This update for gdk-pixbuf fixes the following issues:
- CVE-2020-29385: Fixed an infinite loop in lzw.c in the function write_indexes (bsc#1180393).
- Fixed an integer underflow in the GIF loader (bsc#1174307).
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patchnames
openSUSE-2021-150
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for gdk-pixbuf", "title": "Title of the patch" }, { "category": "description", "text": "This update for gdk-pixbuf fixes the following issues:\n\n- CVE-2020-29385: Fixed an infinite loop in lzw.c in the function write_indexes (bsc#1180393).\n- Fixed an integer underflow in the GIF loader (bsc#1174307).\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2021-150", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_0150-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2021:0150-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/Z47MEXBMS3R7XMG63LBJMBIYUX3ZTEJI/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2021:0150-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/Z47MEXBMS3R7XMG63LBJMBIYUX3ZTEJI/" }, { "category": "self", "summary": "SUSE Bug 1174307", "url": "https://bugzilla.suse.com/1174307" }, { "category": "self", "summary": "SUSE Bug 1180393", "url": "https://bugzilla.suse.com/1180393" }, { "category": "self", "summary": "SUSE CVE CVE-2020-29385 page", "url": "https://www.suse.com/security/cve/CVE-2020-29385/" } ], "title": "Security update for gdk-pixbuf", "tracking": { "current_release_date": "2021-01-24T15:21:30Z", "generator": { "date": "2021-01-24T15:21:30Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2021:0150-1", "initial_release_date": "2021-01-24T15:21:30Z", "revision_history": [ { "date": "2021-01-24T15:21:30Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.i586", "product": { "name": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.i586", "product_id": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.i586" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.i586", "product": { "name": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.i586", "product_id": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.i586" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.i586", "product": { "name": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.i586", "product_id": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.i586" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.i586", "product": { "name": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.i586", "product_id": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.i586", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.i586", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.i586" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.i586", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.i586", "product_id": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-lang-2.40.0-lp152.2.3.1.noarch", "product": { "name": "gdk-pixbuf-lang-2.40.0-lp152.2.3.1.noarch", "product_id": "gdk-pixbuf-lang-2.40.0-lp152.2.3.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.x86_64", "product": { "name": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.x86_64", "product_id": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-devel-32bit-2.40.0-lp152.2.3.1.x86_64", "product": { "name": "gdk-pixbuf-devel-32bit-2.40.0-lp152.2.3.1.x86_64", "product_id": "gdk-pixbuf-devel-32bit-2.40.0-lp152.2.3.1.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.x86_64", "product": { "name": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.x86_64", "product_id": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-32bit-2.40.0-lp152.2.3.1.x86_64", "product": { "name": "gdk-pixbuf-query-loaders-32bit-2.40.0-lp152.2.3.1.x86_64", "product_id": "gdk-pixbuf-query-loaders-32bit-2.40.0-lp152.2.3.1.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.x86_64", "product": { "name": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.x86_64", "product_id": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.x86_64" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.x86_64", "product": { "name": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.x86_64", "product_id": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.x86_64" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-32bit-2.40.0-lp152.2.3.1.x86_64", "product": { "name": "libgdk_pixbuf-2_0-0-32bit-2.40.0-lp152.2.3.1.x86_64", "product_id": "libgdk_pixbuf-2_0-0-32bit-2.40.0-lp152.2.3.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.x86_64", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.x86_64", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.x86_64", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.x86_64", "product_id": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.2", "product": { "name": "openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:gdk-pixbuf-devel-2.40.0-lp152.2.3.1.i586" }, "product_reference": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:gdk-pixbuf-devel-2.40.0-lp152.2.3.1.x86_64" }, "product_reference": "gdk-pixbuf-devel-2.40.0-lp152.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-32bit-2.40.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:gdk-pixbuf-devel-32bit-2.40.0-lp152.2.3.1.x86_64" }, "product_reference": "gdk-pixbuf-devel-32bit-2.40.0-lp152.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-lang-2.40.0-lp152.2.3.1.noarch as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:gdk-pixbuf-lang-2.40.0-lp152.2.3.1.noarch" }, "product_reference": "gdk-pixbuf-lang-2.40.0-lp152.2.3.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.i586" }, "product_reference": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.x86_64" }, "product_reference": "gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-32bit-2.40.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-32bit-2.40.0-lp152.2.3.1.x86_64" }, "product_reference": "gdk-pixbuf-query-loaders-32bit-2.40.0-lp152.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.i586" }, "product_reference": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.x86_64" }, "product_reference": "gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.i586" }, "product_reference": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.x86_64" }, "product_reference": "libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-32bit-2.40.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-32bit-2.40.0-lp152.2.3.1.x86_64" }, "product_reference": "libgdk_pixbuf-2_0-0-32bit-2.40.0-lp152.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.i586" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.x86_64" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.i586" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.x86_64" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-29385", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-29385" } ], "notes": [ { "category": "general", "text": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:gdk-pixbuf-devel-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:gdk-pixbuf-devel-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-devel-32bit-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-lang-2.40.0-lp152.2.3.1.noarch", "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-32bit-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-32bit-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-29385", "url": "https://www.suse.com/security/cve/CVE-2020-29385" }, { "category": "external", "summary": "SUSE Bug 1180393 for CVE-2020-29385", "url": "https://bugzilla.suse.com/1180393" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:gdk-pixbuf-devel-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:gdk-pixbuf-devel-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-devel-32bit-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-lang-2.40.0-lp152.2.3.1.noarch", "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-32bit-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-32bit-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:gdk-pixbuf-devel-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:gdk-pixbuf-devel-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-devel-32bit-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-lang-2.40.0-lp152.2.3.1.noarch", "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-query-loaders-32bit-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:gdk-pixbuf-thumbnailer-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:libgdk_pixbuf-2_0-0-32bit-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:typelib-1_0-GdkPixbuf-2_0-2.40.0-lp152.2.3.1.x86_64", "openSUSE Leap 15.2:typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.i586", "openSUSE Leap 15.2:typelib-1_0-GdkPixdata-2_0-2.40.0-lp152.2.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2021-01-24T15:21:30Z", "details": "moderate" } ], "title": "CVE-2020-29385" } ] }
opensuse-su-2024:10779-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
gdk-pixbuf-devel-2.42.6-3.2 on GA media
Notes
Title of the patch
gdk-pixbuf-devel-2.42.6-3.2 on GA media
Description of the patch
These are all security issues fixed in the gdk-pixbuf-devel-2.42.6-3.2 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-10779
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "gdk-pixbuf-devel-2.42.6-3.2 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the gdk-pixbuf-devel-2.42.6-3.2 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-10779", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_10779-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2017-2862 page", "url": "https://www.suse.com/security/cve/CVE-2017-2862/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-2870 page", "url": "https://www.suse.com/security/cve/CVE-2017-2870/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-6312 page", "url": "https://www.suse.com/security/cve/CVE-2017-6312/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-6313 page", "url": "https://www.suse.com/security/cve/CVE-2017-6313/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-29385 page", "url": "https://www.suse.com/security/cve/CVE-2020-29385/" } ], "title": "gdk-pixbuf-devel-2.42.6-3.2 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:10779-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.42.6-3.2.aarch64", "product": { "name": "gdk-pixbuf-devel-2.42.6-3.2.aarch64", "product_id": "gdk-pixbuf-devel-2.42.6-3.2.aarch64" } }, { "category": "product_version", "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "product": { "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "product_id": "gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64" } }, { "category": "product_version", "name": "gdk-pixbuf-lang-2.42.6-3.2.aarch64", "product": { "name": "gdk-pixbuf-lang-2.42.6-3.2.aarch64", "product_id": "gdk-pixbuf-lang-2.42.6-3.2.aarch64" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "product": { "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "product_id": "gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "product": { "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "product_id": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "product": { "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "product_id": "gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "product": { "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "product_id": "libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "product": { "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "product_id": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "product_id": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "product": { "name": "gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "product_id": "gdk-pixbuf-devel-2.42.6-3.2.ppc64le" } }, { "category": "product_version", "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "product": { "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "product_id": "gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le" } }, { "category": "product_version", "name": "gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "product": { "name": "gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "product_id": "gdk-pixbuf-lang-2.42.6-3.2.ppc64le" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "product": { "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "product_id": "gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "product": { "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "product_id": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "product": { "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "product_id": "gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "product": { "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "product_id": "libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "product": { "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "product_id": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "product_id": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.42.6-3.2.s390x", "product": { "name": "gdk-pixbuf-devel-2.42.6-3.2.s390x", "product_id": "gdk-pixbuf-devel-2.42.6-3.2.s390x" } }, { "category": "product_version", "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "product": { "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "product_id": "gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x" } }, { "category": "product_version", "name": "gdk-pixbuf-lang-2.42.6-3.2.s390x", "product": { "name": "gdk-pixbuf-lang-2.42.6-3.2.s390x", "product_id": "gdk-pixbuf-lang-2.42.6-3.2.s390x" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "product": { "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "product_id": "gdk-pixbuf-query-loaders-2.42.6-3.2.s390x" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "product": { "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "product_id": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "product": { "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "product_id": "gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "product": { "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "product_id": "libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "product": { "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "product_id": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "product_id": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "gdk-pixbuf-devel-2.42.6-3.2.x86_64", "product": { "name": "gdk-pixbuf-devel-2.42.6-3.2.x86_64", "product_id": "gdk-pixbuf-devel-2.42.6-3.2.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "product": { "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "product_id": "gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-lang-2.42.6-3.2.x86_64", "product": { "name": "gdk-pixbuf-lang-2.42.6-3.2.x86_64", "product_id": "gdk-pixbuf-lang-2.42.6-3.2.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "product": { "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "product_id": "gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "product": { "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "product_id": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64" } }, { "category": "product_version", "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "product": { "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "product_id": "gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "product": { "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "product_id": "libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64" } }, { "category": "product_version", "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "product": { "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "product_id": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "product": { "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "product_id": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64" } }, { "category": "product_version", "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64", "product": { "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64", "product_id": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64" }, "product_reference": "gdk-pixbuf-devel-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le" }, "product_reference": "gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x" }, "product_reference": "gdk-pixbuf-devel-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64" }, "product_reference": "gdk-pixbuf-devel-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64" }, "product_reference": "gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le" }, "product_reference": "gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x" }, "product_reference": "gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64" }, "product_reference": "gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-lang-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64" }, "product_reference": "gdk-pixbuf-lang-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-lang-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le" }, "product_reference": "gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-lang-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x" }, "product_reference": "gdk-pixbuf-lang-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-lang-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64" }, "product_reference": "gdk-pixbuf-lang-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64" }, "product_reference": "gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le" }, "product_reference": "gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x" }, "product_reference": "gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64" }, "product_reference": "gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64" }, "product_reference": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le" }, "product_reference": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x" }, "product_reference": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64" }, "product_reference": "gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64" }, "product_reference": "gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le" }, "product_reference": "gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x" }, "product_reference": "gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64" }, "product_reference": "gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64" }, "product_reference": "libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le" }, "product_reference": "libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x" }, "product_reference": "libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64" }, "product_reference": "libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64" }, "product_reference": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le" }, "product_reference": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x" }, "product_reference": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64" }, "product_reference": "libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64" }, "product_reference": "typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" }, "product_reference": "typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-2862", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-2862" } ], "notes": [ { "category": "general", "text": "An exploitable heap overflow vulnerability exists in the gdk_pixbuf__jpeg_image_load_increment functionality of Gdk-Pixbuf 2.36.6. A specially crafted jpeg file can cause a heap overflow resulting in remote code execution. An attacker can send a file or url to trigger this vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-2862", "url": "https://www.suse.com/security/cve/CVE-2017-2862" }, { "category": "external", "summary": "SUSE Bug 1048289 for CVE-2017-2862", "url": "https://bugzilla.suse.com/1048289" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2017-2862" }, { "cve": "CVE-2017-2870", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-2870" } ], "notes": [ { "category": "general", "text": "An exploitable integer overflow vulnerability exists in the tiff_image_parse functionality of Gdk-Pixbuf 2.36.6 when compiled with Clang. A specially crafted tiff file can cause a heap-overflow resulting in remote code execution. An attacker can send a file or a URL to trigger this vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-2870", "url": "https://www.suse.com/security/cve/CVE-2017-2870" }, { "category": "external", "summary": "SUSE Bug 1048289 for CVE-2017-2870", "url": "https://bugzilla.suse.com/1048289" }, { "category": "external", "summary": "SUSE Bug 1048544 for CVE-2017-2870", "url": "https://bugzilla.suse.com/1048544" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2017-2870" }, { "cve": "CVE-2017-6312", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-6312" } ], "notes": [ { "category": "general", "text": "Integer overflow in io-ico.c in gdk-pixbuf allows context-dependent attackers to cause a denial of service (segmentation fault and application crash) via a crafted image entry offset in an ICO file, which triggers an out-of-bounds read, related to compiler optimizations.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-6312", "url": "https://www.suse.com/security/cve/CVE-2017-6312" }, { "category": "external", "summary": "SUSE Bug 1027024 for CVE-2017-6312", "url": "https://bugzilla.suse.com/1027024" }, { "category": "external", "summary": "SUSE Bug 1027026 for CVE-2017-6312", "url": "https://bugzilla.suse.com/1027026" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2017-6312" }, { "cve": "CVE-2017-6313", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-6313" } ], "notes": [ { "category": "general", "text": "Integer underflow in the load_resources function in io-icns.c in gdk-pixbuf allows context-dependent attackers to cause a denial of service (out-of-bounds read and program crash) via a crafted image entry size in an ICO file.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-6313", "url": "https://www.suse.com/security/cve/CVE-2017-6313" }, { "category": "external", "summary": "SUSE Bug 1027024 for CVE-2017-6313", "url": "https://bugzilla.suse.com/1027024" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2017-6313" }, { "cve": "CVE-2020-29385", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-29385" } ], "notes": [ { "category": "general", "text": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-29385", "url": "https://www.suse.com/security/cve/CVE-2020-29385" }, { "category": "external", "summary": "SUSE Bug 1180393 for CVE-2020-29385", "url": "https://bugzilla.suse.com/1180393" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-devel-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-lang-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-query-loaders-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.s390x", "openSUSE Tumbleweed:gdk-pixbuf-thumbnailer-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.s390x", "openSUSE Tumbleweed:libgdk_pixbuf-2_0-0-32bit-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixbuf-2_0-2.42.6-3.2.x86_64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.aarch64", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.ppc64le", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.s390x", "openSUSE Tumbleweed:typelib-1_0-GdkPixdata-2_0-2.42.6-3.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-29385" } ] }
gsd-2020-29385
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2020-29385", "description": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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.", "id": "GSD-2020-29385", "references": [ "https://www.suse.com/security/cve/CVE-2020-29385.html", "https://ubuntu.com/security/CVE-2020-29385", "https://security.archlinux.org/CVE-2020-29385" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-29385" ], "details": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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.", "id": "GSD-2020-29385", "modified": "2023-12-13T01:22:11.540570Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2020-29385", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS", "refsource": "MISC", "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS" }, { "name": "https://security.gentoo.org/glsa/202012-15", "refsource": "MISC", "url": "https://security.gentoo.org/glsa/202012-15" }, { "name": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166", "refsource": "CONFIRM", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166" }, { "name": "https://ubuntu.com/security/CVE-2020-29385", "refsource": "CONFIRM", "url": "https://ubuntu.com/security/CVE-2020-29385" }, { "name": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164", "refsource": "CONFIRM", "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164" }, { "name": "FEDORA-2021-2e59756cbe", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/" }, { "name": "FEDORA-2021-755ba8968a", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/" }, { "name": "FEDORA-2021-c918632e13", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:gnome:gdk-pixbuf:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "2.42.2", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:20.10:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2020-29385" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-835" } ] } ] }, "references": { "reference_data": [ { "name": "https://ubuntu.com/security/CVE-2020-29385", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://ubuntu.com/security/CVE-2020-29385" }, { "name": "https://security.gentoo.org/glsa/202012-15", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202012-15" }, { "name": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS", "refsource": "MISC", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS" }, { "name": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164" }, { "name": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166" }, { "name": "FEDORA-2021-2e59756cbe", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/" }, { "name": "FEDORA-2021-755ba8968a", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/" }, { "name": "FEDORA-2021-c918632e13", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": true }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6 } }, "lastModifiedDate": "2021-03-22T15:25Z", "publishedDate": "2020-12-26T02:15Z" } } }
fkie_cve-2020-29385
Vulnerability from fkie_nvd
Published
2020-12-26 02:15
Modified
2025-04-29 13:13
Severity ?
Summary
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.
References
▶ | URL | Tags | |
---|---|---|---|
cve@mitre.org | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166 | Issue Tracking, Third Party Advisory | |
cve@mitre.org | https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS | Release Notes, Vendor Advisory | |
cve@mitre.org | https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164 | Vendor Advisory | |
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/ | Mailing List, Third Party Advisory | |
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/ | Mailing List, Third Party Advisory | |
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/ | Mailing List, Third Party Advisory | |
cve@mitre.org | https://security.gentoo.org/glsa/202012-15 | Third Party Advisory | |
cve@mitre.org | https://ubuntu.com/security/CVE-2020-29385 | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166 | Issue Tracking, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS | Release Notes, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164 | Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/ | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/ | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/ | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202012-15 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://ubuntu.com/security/CVE-2020-29385 | Patch, Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
gnome | gdk-pixbuf | * | |
canonical | ubuntu_linux | 20.04 | |
canonical | ubuntu_linux | 20.10 | |
fedoraproject | fedora | 33 | |
fedoraproject | fedora | 34 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnome:gdk-pixbuf:*:*:*:*:*:*:*:*", "matchCriteriaId": "FC4189D3-5B3B-4EB2-8D6A-A9AC03FF4456", "versionEndExcluding": "2.42.2", "versionStartExcluding": "2.39.2", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*", "matchCriteriaId": "902B8056-9E37-443B-8905-8AA93E2447FB", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:20.10:*:*:*:*:*:*:*", "matchCriteriaId": "338B3AAC-C147-4A31-95E7-6E8A6FB4B3FC", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "matchCriteriaId": "E460AA51-FCDA-46B9-AE97-E6676AA5E194", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*", "matchCriteriaId": "A930E247-0B43-43CB-98FF-6CE7B8189835", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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." }, { "lang": "es", "value": "GNOME gdk-pixbuf (tambi\u00e9n se conoce como GdkPixbuf) versiones anteriores a 2.42.2, permite una denegaci\u00f3n de servicio (bucle infinito) en el archivo lzw.c en la funci\u00f3n write_indexes.\u0026#xa0;si c-)self_code es igual a 10, self-)code_table[10].extends asignar\u00e1 el valor 11 a c.\u0026#xa0;La siguiente ejecuci\u00f3n en el ciclo asignar\u00e1 self-)code_table[11].extends a c, que dar\u00e1 el valor de 10. Esto har\u00e1 que el ciclo se ejecute indefinidamente.\u0026#xa0;Este error se puede desencadenar, por ejemplo, al llamar a esta funci\u00f3n con una imagen GIF con compresi\u00f3n LZW dise\u00f1ada de una manera especial" } ], "id": "CVE-2020-29385", "lastModified": "2025-04-29T13:13:41.850", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2020-12-26T02:15:12.807", "references": [ { "source": "cve@mitre.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166" }, { "source": "cve@mitre.org", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS" }, { "source": "cve@mitre.org", "tags": [ "Vendor Advisory" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202012-15" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://ubuntu.com/security/CVE-2020-29385" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Vendor Advisory" ], "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202012-15" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://ubuntu.com/security/CVE-2020-29385" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-835" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
ghsa-wf85-g3p6-xf4h
Vulnerability from github
Published
2022-05-24 17:37
Modified
2025-04-29 15:31
Severity ?
VLAI Severity ?
Details
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.
{ "affected": [], "aliases": [ "CVE-2020-29385" ], "database_specific": { "cwe_ids": [ "CWE-835" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2020-12-26T02:15:00Z", "severity": "MODERATE" }, "details": "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-\u003eself_code equals 10, self-\u003ecode_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self-\u003ecode_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.", "id": "GHSA-wf85-g3p6-xf4h", "modified": "2025-04-29T15:31:13Z", "published": "2022-05-24T17:37:19Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-29385" }, { "type": "WEB", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977166" }, { "type": "WEB", "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/NEWS" }, { "type": "WEB", "url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/164" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/B5H3GNVWMZTYZR3JBYCK57PF7PFMQBNP" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BGZVCTH5O7WBJLYXZ2UOKLYNIFPVR55D" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EANWYODLOJDFLMBH6WEKJJMQ5PKLEWML" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202012-15" }, { "type": "WEB", "url": "https://ubuntu.com/security/CVE-2020-29385" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…