suse-su-2022:1565-1
Vulnerability from csaf_suse
Published
2022-05-06 15:10
Modified
2022-05-06 15:10
Summary
Security update for giflib

Notes

Title of the patch
Security update for giflib
Description of the patch
This update for giflib fixes the following issues: - CVE-2019-15133: Fixed a divide-by-zero exception in the decoder function DGifSlurp in dgif_lib.c if the height field of the ImageSize data structure is equal to zero (bsc#1146299). - CVE-2018-11490: Fixed a heap-based buffer overflow in DGifDecompressLine function in dgif_lib.c (bsc#1094832). - CVE-2016-3977: Fixed a heap buffer overflow in gif2rgb (bsc#974847). Update to version 5.2.1 * In gifbuild.c, avoid a core dump on no color map. * Restore inadvertently removed library version numbers in Makefile. Changes in version 5.2.0 * The undocumented and deprecated GifQuantizeBuffer() entry point has been moved to the util library to reduce libgif size and attack surface. Applications needing this function are couraged to link the util library or make their own copy. * The following obsolete utility programs are no longer installed: gifecho, giffilter, gifinto, gifsponge. These were either installed in error or have been obsolesced by modern image-transformmation tools like ImageMagick convert. They may be removed entirely in a future release. * Address SourceForge issue #136: Stack-buffer-overflow in gifcolor.c:84 * Address SF bug #134: Giflib fails to slurp significant number of gifs * Apply SPDX convention for license tagging. Changes in version 5.1.9 * The documentation directory now includes an HTMlified version of the GIF89 standard, and a more detailed description of how LZW compression is applied to GIFs. * Address SF bug #129: The latest version of giflib cannot be build on windows. * Address SF bug #126: Cannot compile giflib using c89 Changes in version 5.1.8 * Address SF bug #119: MemorySanitizer: FPE on unknown address (CVE-2019-15133 bsc#1146299) * Address SF bug #125: 5.1.7: xmlto is still required for tarball * Address SF bug #124: 5.1.7: ar invocation is not crosscompile compatible * Address SF bug #122: 5.1.7 installs manpages to wrong directory * Address SF bug #121: make: getversion: Command not found * Address SF bug #120: 5.1.7 does not build a proper library - no Changes in version 5.1.7 * Correct a minor packaging error (superfluous symlinks) in the 5.1.6 tarballs. Changes in version 5.1.6 * Fix library installation in the Makefile. Changes in version 5.1.5 * Fix SF bug #114: Null dereferences in main() of gifclrmp * Fix SF bug #113: Heap Buffer Overflow-2 in function DGifDecompressLine() in cgif.c. This had been assigned (CVE-2018-11490 bsc#1094832). * Fix SF bug #111: segmentation fault in PrintCodeBlock * Fix SF bug #109: Segmentation fault of giftool reading a crafted file * Fix SF bug #107: Floating point exception in giftext utility * Fix SF bug #105: heap buffer overflow in DumpScreen2RGB in gif2rgb.c:317 * Fix SF bug #104: Ineffective bounds check in DGifSlurp * Fix SF bug #103: GIFLIB 5.1.4: DGifSlurp fails on empty comment * Fix SF bug #87: Heap buffer overflow in 5.1.2 (gif2rgb). (CVE-2016-3977 bsc#974847) * The horrible old autoconf build system has been removed with extreme prejudice. You now build this simply by running 'make' from the top-level directory. The following non-security bugs were fixed: - build path independent objects and inherit CFLAGS from the build system (bsc#1184123)
Patchnames
SUSE-2022-1565,SUSE-SLE-Module-Basesystem-15-SP3-2022-1565,SUSE-SLE-Module-Basesystem-15-SP4-2022-1565,SUSE-SLE-Product-RT-15-SP2-2022-1565,openSUSE-SLE-15.3-2022-1565,openSUSE-SLE-15.4-2022-1565
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 giflib",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for giflib fixes the following issues:\n\n- CVE-2019-15133: Fixed a divide-by-zero exception in the decoder function DGifSlurp in dgif_lib.c if the height field of the ImageSize data structure is equal to zero (bsc#1146299).\n- CVE-2018-11490: Fixed a heap-based buffer overflow in DGifDecompressLine function in dgif_lib.c (bsc#1094832).\n- CVE-2016-3977: Fixed a heap buffer overflow in gif2rgb (bsc#974847). \n     \nUpdate to version 5.2.1\n  * In gifbuild.c, avoid a core dump on no color map.\n  * Restore inadvertently removed library version numbers in Makefile.\n   \nChanges in version 5.2.0\n  * The undocumented and deprecated GifQuantizeBuffer() entry point\n    has been moved to the util library to reduce libgif size and attack\n    surface. Applications needing this function are couraged to link the\n    util library or make their own copy.\n  * The following obsolete utility programs are no longer installed:\n    gifecho, giffilter, gifinto, gifsponge. These were either installed in\n    error or have been obsolesced by modern image-transformmation tools\n    like ImageMagick convert. They may be removed entirely in a future\n    release.\n  * Address SourceForge issue #136: Stack-buffer-overflow in gifcolor.c:84\n  * Address SF bug #134: Giflib fails to slurp significant number of gifs\n  * Apply SPDX convention for license tagging.\n   \nChanges in version 5.1.9\n  * The documentation directory now includes an HTMlified version of the\n    GIF89 standard, and a more detailed description of how LZW compression\n    is applied to GIFs.\n  * Address SF bug #129: The latest version of giflib cannot be build on windows.\n  * Address SF bug #126: Cannot compile giflib using c89\n   \nChanges in version 5.1.8\n  * Address SF bug #119: MemorySanitizer: FPE on unknown address (CVE-2019-15133 bsc#1146299)\n  * Address SF bug #125: 5.1.7: xmlto is still required for tarball\n  * Address SF bug #124: 5.1.7: ar invocation is not crosscompile compatible\n  * Address SF bug #122: 5.1.7 installs manpages to wrong directory\n  * Address SF bug #121: make: getversion: Command not found\n  * Address SF bug #120: 5.1.7 does not build a proper library - no \n   \nChanges in version 5.1.7\n  * Correct a minor packaging error (superfluous symlinks) in the 5.1.6 tarballs.\n   \nChanges in version 5.1.6\n  * Fix library installation in the Makefile.\n   \nChanges in version 5.1.5\n  * Fix SF bug #114: Null dereferences in main() of gifclrmp\n  * Fix SF bug #113: Heap Buffer Overflow-2 in function DGifDecompressLine()\n    in cgif.c.  This had been assigned (CVE-2018-11490 bsc#1094832).\n  * Fix SF bug #111: segmentation fault in PrintCodeBlock\n  * Fix SF bug #109: Segmentation fault of giftool reading a crafted file\n  * Fix SF bug #107: Floating point exception in giftext utility\n  * Fix SF bug #105: heap buffer overflow in DumpScreen2RGB in gif2rgb.c:317\n  * Fix SF bug #104: Ineffective bounds check in DGifSlurp\n  * Fix SF bug #103: GIFLIB 5.1.4: DGifSlurp fails on empty comment\n  * Fix SF bug #87: Heap buffer overflow in 5.1.2 (gif2rgb). (CVE-2016-3977 bsc#974847)\n  * The horrible old autoconf build system has been removed with extreme prejudice. \n    You now build this simply by running \u0027make\u0027 from the top-level directory.\n\nThe following non-security bugs were fixed:\n\n- build path independent objects and inherit CFLAGS from the build system (bsc#1184123)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2022-1565,SUSE-SLE-Module-Basesystem-15-SP3-2022-1565,SUSE-SLE-Module-Basesystem-15-SP4-2022-1565,SUSE-SLE-Product-RT-15-SP2-2022-1565,openSUSE-SLE-15.3-2022-1565,openSUSE-SLE-15.4-2022-1565",
        "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-2022_1565-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2022:1565-1",
        "url": "https://www.suse.com/support/update/announcement/2022/suse-su-20221565-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2022:1565-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-May/010963.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1094832",
        "url": "https://bugzilla.suse.com/1094832"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1146299",
        "url": "https://bugzilla.suse.com/1146299"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1184123",
        "url": "https://bugzilla.suse.com/1184123"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 974847",
        "url": "https://bugzilla.suse.com/974847"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-3977 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-3977/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-11490 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-11490/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2019-15133 page",
        "url": "https://www.suse.com/security/cve/CVE-2019-15133/"
      }
    ],
    "title": "Security update for giflib",
    "tracking": {
      "current_release_date": "2022-05-06T15:10:01Z",
      "generator": {
        "date": "2022-05-06T15:10:01Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2022:1565-1",
      "initial_release_date": "2022-05-06T15:10:01Z",
      "revision_history": [
        {
          "date": "2022-05-06T15:10:01Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "giflib-devel-5.2.1-150000.4.8.1.aarch64",
                "product": {
                  "name": "giflib-devel-5.2.1-150000.4.8.1.aarch64",
                  "product_id": "giflib-devel-5.2.1-150000.4.8.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "giflib-progs-5.2.1-150000.4.8.1.aarch64",
                "product": {
                  "name": "giflib-progs-5.2.1-150000.4.8.1.aarch64",
                  "product_id": "giflib-progs-5.2.1-150000.4.8.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libgif7-5.2.1-150000.4.8.1.aarch64",
                "product": {
                  "name": "libgif7-5.2.1-150000.4.8.1.aarch64",
                  "product_id": "libgif7-5.2.1-150000.4.8.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "giflib-devel-64bit-5.2.1-150000.4.8.1.aarch64_ilp32",
                "product": {
                  "name": "giflib-devel-64bit-5.2.1-150000.4.8.1.aarch64_ilp32",
                  "product_id": "giflib-devel-64bit-5.2.1-150000.4.8.1.aarch64_ilp32"
                }
              },
              {
                "category": "product_version",
                "name": "libgif7-64bit-5.2.1-150000.4.8.1.aarch64_ilp32",
                "product": {
                  "name": "libgif7-64bit-5.2.1-150000.4.8.1.aarch64_ilp32",
                  "product_id": "libgif7-64bit-5.2.1-150000.4.8.1.aarch64_ilp32"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64_ilp32"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "giflib-devel-5.2.1-150000.4.8.1.i586",
                "product": {
                  "name": "giflib-devel-5.2.1-150000.4.8.1.i586",
                  "product_id": "giflib-devel-5.2.1-150000.4.8.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "giflib-progs-5.2.1-150000.4.8.1.i586",
                "product": {
                  "name": "giflib-progs-5.2.1-150000.4.8.1.i586",
                  "product_id": "giflib-progs-5.2.1-150000.4.8.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "libgif7-5.2.1-150000.4.8.1.i586",
                "product": {
                  "name": "libgif7-5.2.1-150000.4.8.1.i586",
                  "product_id": "libgif7-5.2.1-150000.4.8.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "giflib-devel-5.2.1-150000.4.8.1.ppc64le",
                "product": {
                  "name": "giflib-devel-5.2.1-150000.4.8.1.ppc64le",
                  "product_id": "giflib-devel-5.2.1-150000.4.8.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "giflib-progs-5.2.1-150000.4.8.1.ppc64le",
                "product": {
                  "name": "giflib-progs-5.2.1-150000.4.8.1.ppc64le",
                  "product_id": "giflib-progs-5.2.1-150000.4.8.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libgif7-5.2.1-150000.4.8.1.ppc64le",
                "product": {
                  "name": "libgif7-5.2.1-150000.4.8.1.ppc64le",
                  "product_id": "libgif7-5.2.1-150000.4.8.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "giflib-devel-5.2.1-150000.4.8.1.s390x",
                "product": {
                  "name": "giflib-devel-5.2.1-150000.4.8.1.s390x",
                  "product_id": "giflib-devel-5.2.1-150000.4.8.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "giflib-progs-5.2.1-150000.4.8.1.s390x",
                "product": {
                  "name": "giflib-progs-5.2.1-150000.4.8.1.s390x",
                  "product_id": "giflib-progs-5.2.1-150000.4.8.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libgif7-5.2.1-150000.4.8.1.s390x",
                "product": {
                  "name": "libgif7-5.2.1-150000.4.8.1.s390x",
                  "product_id": "libgif7-5.2.1-150000.4.8.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "giflib-devel-5.2.1-150000.4.8.1.x86_64",
                "product": {
                  "name": "giflib-devel-5.2.1-150000.4.8.1.x86_64",
                  "product_id": "giflib-devel-5.2.1-150000.4.8.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
                "product": {
                  "name": "giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
                  "product_id": "giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "giflib-progs-5.2.1-150000.4.8.1.x86_64",
                "product": {
                  "name": "giflib-progs-5.2.1-150000.4.8.1.x86_64",
                  "product_id": "giflib-progs-5.2.1-150000.4.8.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libgif7-5.2.1-150000.4.8.1.x86_64",
                "product": {
                  "name": "libgif7-5.2.1-150000.4.8.1.x86_64",
                  "product_id": "libgif7-5.2.1-150000.4.8.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
                "product": {
                  "name": "libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
                  "product_id": "libgif7-32bit-5.2.1-150000.4.8.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15 SP3",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Real Time 15 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Real Time 15 SP2",
                  "product_id": "SUSE Linux Enterprise Real Time 15 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_rt:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.3",
                "product": {
                  "name": "openSUSE Leap 15.3",
                  "product_id": "openSUSE Leap 15.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.4",
                "product": {
                  "name": "openSUSE Leap 15.4",
                  "product_id": "openSUSE Leap 15.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.4"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP2",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP2",
          "product_id": "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.aarch64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.ppc64le as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.s390x as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-progs-5.2.1-150000.4.8.1.aarch64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64"
        },
        "product_reference": "giflib-progs-5.2.1-150000.4.8.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-progs-5.2.1-150000.4.8.1.ppc64le as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le"
        },
        "product_reference": "giflib-progs-5.2.1-150000.4.8.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-progs-5.2.1-150000.4.8.1.s390x as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x"
        },
        "product_reference": "giflib-progs-5.2.1-150000.4.8.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-progs-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "giflib-progs-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.aarch64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.ppc64le as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.s390x as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-32bit-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.3",
          "product_id": "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "giflib-devel-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-progs-5.2.1-150000.4.8.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64"
        },
        "product_reference": "giflib-progs-5.2.1-150000.4.8.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-progs-5.2.1-150000.4.8.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le"
        },
        "product_reference": "giflib-progs-5.2.1-150000.4.8.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-progs-5.2.1-150000.4.8.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x"
        },
        "product_reference": "giflib-progs-5.2.1-150000.4.8.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "giflib-progs-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "giflib-progs-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "libgif7-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libgif7-32bit-5.2.1-150000.4.8.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64"
        },
        "product_reference": "libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2016-3977",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-3977"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Heap-based buffer overflow in util/gif2rgb.c in gif2rgb in giflib 5.1.2 allows remote attackers to cause a denial of service (application crash) via the background color index in a GIF file.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-3977",
          "url": "https://www.suse.com/security/cve/CVE-2016-3977"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 974847 for CVE-2016-3977",
          "url": "https://bugzilla.suse.com/974847"
        }
      ],
      "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 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2022-05-06T15:10:01Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-3977"
    },
    {
      "cve": "CVE-2018-11490",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-11490"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The DGifDecompressLine function in dgif_lib.c in GIFLIB (possibly version 3.0.x), as later shipped in cgif.c in sam2p 0.49.4, has a heap-based buffer overflow because a certain \"Private-\u003eRunningCode - 2\" array index is not checked. This will lead to a denial of service or possibly unspecified other impact.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-11490",
          "url": "https://www.suse.com/security/cve/CVE-2018-11490"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1094832 for CVE-2018-11490",
          "url": "https://bugzilla.suse.com/1094832"
        }
      ],
      "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 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2022-05-06T15:10:01Z",
          "details": "important"
        }
      ],
      "title": "CVE-2018-11490"
    },
    {
      "cve": "CVE-2019-15133",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2019-15133"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In GIFLIB before 2019-02-16, a malformed GIF file triggers a divide-by-zero exception in the decoder function DGifSlurp in dgif_lib.c if the height field of the ImageSize data structure is equal to zero.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x",
          "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2019-15133",
          "url": "https://www.suse.com/security/cve/CVE-2019-15133"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1146299 for CVE-2019-15133",
          "url": "https://bugzilla.suse.com/1146299"
        }
      ],
      "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 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "SUSE Linux Enterprise Real Time 15 SP2:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.3:libgif7-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-devel-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:giflib-progs-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-32bit-5.2.1-150000.4.8.1.x86_64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.aarch64",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.ppc64le",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.s390x",
            "openSUSE Leap 15.4:libgif7-5.2.1-150000.4.8.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2022-05-06T15:10:01Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2019-15133"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

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…