GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

RHSA-2020_4627

Vulnerability from csaf_redhat - Published: 2020-11-04 01:18 - Updated: 2024-11-22 14:31
Summary
Red Hat Security Advisory: SDL security update
Severity
Moderate
Notes
Topic: An update for SDL is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device. Security Fix(es): * SDL: buffer over-read in IMA_ADPCM_nibble in audio/SDL_wave.c (CVE-2019-7572) * SDL: heap-based buffer overflow in MS_ADPCM_decode in audio/SDL_wave.c (CVE-2019-7575) * SDL: heap-based buffer over-read in SDL_GetRGB in video/SDL_pixels.c (CVE-2019-7636) * SDL: heap-based buffer overflow in SDL_FillRect in video/SDL_surface.c (CVE-2019-7637) * SDL: heap-based buffer over-read in Map1toN in video/SDL_pixels.c (CVE-2019-7638) * SDL: heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c (CVE-2019-7573) * SDL: heap-based buffer over-read in IMA_ADPCM_decode in audio/SDL_wave.c (CVE-2019-7574) * SDL: heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c (CVE-2019-7576) * SDL: buffer over-read in SDL_LoadWAV_RW in audio/SDL_wave.c (CVE-2019-7577) * SDL: heap-based buffer over-read in InitIMA_ADPCM in audio/SDL_wave.c (CVE-2019-7578) * SDL: heap-based buffer over-read in Blit1to4 in video/SDL_blit_1.c (CVE-2019-7635) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Additional Changes: For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.3 Release Notes linked from the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a buffer over-read in IMA_ADPCM_nibble in audio/SDL_wave.c.

CWE-125 - Out-of-bounds Read
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x
Vendor Fix fix
Unresolved product id: AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64
Vendor Fix fix
Threats
Impact Moderate

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c (inside the wNumCoef loop).

CWE-122 - Heap-based Buffer Overflow
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Low

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in IMA_ADPCM_decode in audio/SDL_wave.c.

CWE-122 - Heap-based Buffer Overflow
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Low

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer overflow in MS_ADPCM_decode in audio/SDL_wave.c.

CWE-122 - Heap-based Buffer Overflow
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Moderate

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c (outside the wNumCoef loop).

CWE-122 - Heap-based Buffer Overflow
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Low

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a buffer over-read in SDL_LoadWAV_RW in audio/SDL_wave.c.

CWE-125 - Out-of-bounds Read
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Low

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in InitIMA_ADPCM in audio/SDL_wave.c.

CWE-122 - Heap-based Buffer Overflow
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Low

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in Blit1to4 in video/SDL_blit_1.c.

CWE-122 - Heap-based Buffer Overflow
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Low

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in SDL_GetRGB in video/SDL_pixels.c.

CWE-122 - Heap-based Buffer Overflow
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Moderate

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer overflow in SDL_FillRect in video/SDL_surface.c.

CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Moderate

SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in Map1toN in video/SDL_pixels.c.

CWE-122 - Heap-based Buffer Overflow
Affected products
Fixed 21 products, the same list as for CVE-2019-7572
Threats
Impact Moderate
References
URL Category
https://access.redhat.com/errata/RHSA-2020:4627 self
https://access.redhat.com/security/updates/classi… external
https://access.redhat.com/documentation/en-us/red… external
https://bugzilla.redhat.com/show_bug.cgi?id=1676509 external
https://bugzilla.redhat.com/show_bug.cgi?id=1676743 external
https://bugzilla.redhat.com/show_bug.cgi?id=1676749 external
https://bugzilla.redhat.com/show_bug.cgi?id=1676751 external
https://bugzilla.redhat.com/show_bug.cgi?id=1676753 external
https://bugzilla.redhat.com/show_bug.cgi?id=1676755 external
https://bugzilla.redhat.com/show_bug.cgi?id=1676781 external
https://bugzilla.redhat.com/show_bug.cgi?id=1677143 external
https://bugzilla.redhat.com/show_bug.cgi?id=1677151 external
https://bugzilla.redhat.com/show_bug.cgi?id=1677156 external
https://bugzilla.redhat.com/show_bug.cgi?id=1677158 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2019-7572 self
https://bugzilla.redhat.com/show_bug.cgi?id=1676753 external
https://www.cve.org/CVERecord?id=CVE-2019-7572 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7572 external
https://access.redhat.com/security/cve/CVE-2019-7573 self
https://bugzilla.redhat.com/show_bug.cgi?id=1676751 external
https://www.cve.org/CVERecord?id=CVE-2019-7573 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7573 external
https://access.redhat.com/security/cve/CVE-2019-7574 self
https://bugzilla.redhat.com/show_bug.cgi?id=1676749 external
https://www.cve.org/CVERecord?id=CVE-2019-7574 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7574 external
https://access.redhat.com/security/cve/CVE-2019-7575 self
https://bugzilla.redhat.com/show_bug.cgi?id=1676743 external
https://www.cve.org/CVERecord?id=CVE-2019-7575 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7575 external
https://access.redhat.com/security/cve/CVE-2019-7576 self
https://bugzilla.redhat.com/show_bug.cgi?id=1676755 external
https://www.cve.org/CVERecord?id=CVE-2019-7576 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7576 external
https://access.redhat.com/security/cve/CVE-2019-7577 self
https://bugzilla.redhat.com/show_bug.cgi?id=1676509 external
https://www.cve.org/CVERecord?id=CVE-2019-7577 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7577 external
https://access.redhat.com/security/cve/CVE-2019-7578 self
https://bugzilla.redhat.com/show_bug.cgi?id=1676781 external
https://www.cve.org/CVERecord?id=CVE-2019-7578 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7578 external
https://access.redhat.com/security/cve/CVE-2019-7635 self
https://bugzilla.redhat.com/show_bug.cgi?id=1677158 external
https://www.cve.org/CVERecord?id=CVE-2019-7635 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7635 external
https://access.redhat.com/security/cve/CVE-2019-7636 self
https://bugzilla.redhat.com/show_bug.cgi?id=1677156 external
https://www.cve.org/CVERecord?id=CVE-2019-7636 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7636 external
https://access.redhat.com/security/cve/CVE-2019-7637 self
https://bugzilla.redhat.com/show_bug.cgi?id=1677151 external
https://www.cve.org/CVERecord?id=CVE-2019-7637 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7637 external
https://access.redhat.com/security/cve/CVE-2019-7638 self
https://bugzilla.redhat.com/show_bug.cgi?id=1677143 external
https://www.cve.org/CVERecord?id=CVE-2019-7638 external
https://nvd.nist.gov/vuln/detail/CVE-2019-7638 external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for SDL is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device.\n\nSecurity Fix(es):\n\n* SDL: buffer over-read in IMA_ADPCM_nibble in audio/SDL_wave.c (CVE-2019-7572)\n\n* SDL: heap-based buffer overflow in MS_ADPCM_decode in audio/SDL_wave.c (CVE-2019-7575)\n\n* SDL: heap-based buffer over-read in SDL_GetRGB in video/SDL_pixels.c (CVE-2019-7636)\n\n* SDL: heap-based buffer overflow in SDL_FillRect in video/SDL_surface.c (CVE-2019-7637)\n\n* SDL: heap-based buffer over-read in Map1toN in video/SDL_pixels.c (CVE-2019-7638)\n\n* SDL: heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c (CVE-2019-7573)\n\n* SDL: heap-based buffer over-read in IMA_ADPCM_decode in audio/SDL_wave.c (CVE-2019-7574)\n\n* SDL: heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c (CVE-2019-7576)\n\n* SDL: buffer over-read in SDL_LoadWAV_RW in audio/SDL_wave.c (CVE-2019-7577)\n\n* SDL: heap-based buffer over-read in InitIMA_ADPCM in audio/SDL_wave.c (CVE-2019-7578)\n\n* SDL: heap-based buffer over-read in Blit1to4 in video/SDL_blit_1.c (CVE-2019-7635)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.3 Release Notes linked from the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2020:4627",
        "url": "https://access.redhat.com/errata/RHSA-2020:4627"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/",
        "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/"
      },
      {
        "category": "external",
        "summary": "1676509",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676509"
      },
      {
        "category": "external",
        "summary": "1676743",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676743"
      },
      {
        "category": "external",
        "summary": "1676749",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676749"
      },
      {
        "category": "external",
        "summary": "1676751",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676751"
      },
      {
        "category": "external",
        "summary": "1676753",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676753"
      },
      {
        "category": "external",
        "summary": "1676755",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676755"
      },
      {
        "category": "external",
        "summary": "1676781",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676781"
      },
      {
        "category": "external",
        "summary": "1677143",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677143"
      },
      {
        "category": "external",
        "summary": "1677151",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677151"
      },
      {
        "category": "external",
        "summary": "1677156",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677156"
      },
      {
        "category": "external",
        "summary": "1677158",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677158"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_4627.json"
      }
    ],
    "title": "Red Hat Security Advisory: SDL security update",
    "tracking": {
      "current_release_date": "2024-11-22T14:31:00+00:00",
      "generator": {
        "date": "2024-11-22T14:31:00+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2020:4627",
      "initial_release_date": "2020-11-04T01:18:46+00:00",
      "revision_history": [
        {
          "date": "2020-11-04T01:18:46+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2020-11-04T01:18:46+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-22T14:31:00+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 8)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 8)",
                  "product_id": "AppStream-8.3.0.GA",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "SDL-0:1.2.15-38.el8.i686",
                "product": {
                  "name": "SDL-0:1.2.15-38.el8.i686",
                  "product_id": "SDL-0:1.2.15-38.el8.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL@1.2.15-38.el8?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-devel-0:1.2.15-38.el8.i686",
                "product": {
                  "name": "SDL-devel-0:1.2.15-38.el8.i686",
                  "product_id": "SDL-devel-0:1.2.15-38.el8.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-devel@1.2.15-38.el8?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debugsource-0:1.2.15-38.el8.i686",
                "product": {
                  "name": "SDL-debugsource-0:1.2.15-38.el8.i686",
                  "product_id": "SDL-debugsource-0:1.2.15-38.el8.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debugsource@1.2.15-38.el8?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debuginfo-0:1.2.15-38.el8.i686",
                "product": {
                  "name": "SDL-debuginfo-0:1.2.15-38.el8.i686",
                  "product_id": "SDL-debuginfo-0:1.2.15-38.el8.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debuginfo@1.2.15-38.el8?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "SDL-0:1.2.15-38.el8.x86_64",
                "product": {
                  "name": "SDL-0:1.2.15-38.el8.x86_64",
                  "product_id": "SDL-0:1.2.15-38.el8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL@1.2.15-38.el8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-devel-0:1.2.15-38.el8.x86_64",
                "product": {
                  "name": "SDL-devel-0:1.2.15-38.el8.x86_64",
                  "product_id": "SDL-devel-0:1.2.15-38.el8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-devel@1.2.15-38.el8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debugsource-0:1.2.15-38.el8.x86_64",
                "product": {
                  "name": "SDL-debugsource-0:1.2.15-38.el8.x86_64",
                  "product_id": "SDL-debugsource-0:1.2.15-38.el8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debugsource@1.2.15-38.el8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debuginfo-0:1.2.15-38.el8.x86_64",
                "product": {
                  "name": "SDL-debuginfo-0:1.2.15-38.el8.x86_64",
                  "product_id": "SDL-debuginfo-0:1.2.15-38.el8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debuginfo@1.2.15-38.el8?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "SDL-0:1.2.15-38.el8.ppc64le",
                "product": {
                  "name": "SDL-0:1.2.15-38.el8.ppc64le",
                  "product_id": "SDL-0:1.2.15-38.el8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL@1.2.15-38.el8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-devel-0:1.2.15-38.el8.ppc64le",
                "product": {
                  "name": "SDL-devel-0:1.2.15-38.el8.ppc64le",
                  "product_id": "SDL-devel-0:1.2.15-38.el8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-devel@1.2.15-38.el8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debugsource-0:1.2.15-38.el8.ppc64le",
                "product": {
                  "name": "SDL-debugsource-0:1.2.15-38.el8.ppc64le",
                  "product_id": "SDL-debugsource-0:1.2.15-38.el8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debugsource@1.2.15-38.el8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
                "product": {
                  "name": "SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
                  "product_id": "SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debuginfo@1.2.15-38.el8?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "SDL-0:1.2.15-38.el8.s390x",
                "product": {
                  "name": "SDL-0:1.2.15-38.el8.s390x",
                  "product_id": "SDL-0:1.2.15-38.el8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL@1.2.15-38.el8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-devel-0:1.2.15-38.el8.s390x",
                "product": {
                  "name": "SDL-devel-0:1.2.15-38.el8.s390x",
                  "product_id": "SDL-devel-0:1.2.15-38.el8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-devel@1.2.15-38.el8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debugsource-0:1.2.15-38.el8.s390x",
                "product": {
                  "name": "SDL-debugsource-0:1.2.15-38.el8.s390x",
                  "product_id": "SDL-debugsource-0:1.2.15-38.el8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debugsource@1.2.15-38.el8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debuginfo-0:1.2.15-38.el8.s390x",
                "product": {
                  "name": "SDL-debuginfo-0:1.2.15-38.el8.s390x",
                  "product_id": "SDL-debuginfo-0:1.2.15-38.el8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debuginfo@1.2.15-38.el8?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "SDL-0:1.2.15-38.el8.aarch64",
                "product": {
                  "name": "SDL-0:1.2.15-38.el8.aarch64",
                  "product_id": "SDL-0:1.2.15-38.el8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL@1.2.15-38.el8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-devel-0:1.2.15-38.el8.aarch64",
                "product": {
                  "name": "SDL-devel-0:1.2.15-38.el8.aarch64",
                  "product_id": "SDL-devel-0:1.2.15-38.el8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-devel@1.2.15-38.el8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debugsource-0:1.2.15-38.el8.aarch64",
                "product": {
                  "name": "SDL-debugsource-0:1.2.15-38.el8.aarch64",
                  "product_id": "SDL-debugsource-0:1.2.15-38.el8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debugsource@1.2.15-38.el8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "SDL-debuginfo-0:1.2.15-38.el8.aarch64",
                "product": {
                  "name": "SDL-debuginfo-0:1.2.15-38.el8.aarch64",
                  "product_id": "SDL-debuginfo-0:1.2.15-38.el8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL-debuginfo@1.2.15-38.el8?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "SDL-0:1.2.15-38.el8.src",
                "product": {
                  "name": "SDL-0:1.2.15-38.el8.src",
                  "product_id": "SDL-0:1.2.15-38.el8.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/SDL@1.2.15-38.el8?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-0:1.2.15-38.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64"
        },
        "product_reference": "SDL-0:1.2.15-38.el8.aarch64",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-0:1.2.15-38.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686"
        },
        "product_reference": "SDL-0:1.2.15-38.el8.i686",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-0:1.2.15-38.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le"
        },
        "product_reference": "SDL-0:1.2.15-38.el8.ppc64le",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-0:1.2.15-38.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x"
        },
        "product_reference": "SDL-0:1.2.15-38.el8.s390x",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-0:1.2.15-38.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src"
        },
        "product_reference": "SDL-0:1.2.15-38.el8.src",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-0:1.2.15-38.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64"
        },
        "product_reference": "SDL-0:1.2.15-38.el8.x86_64",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debuginfo-0:1.2.15-38.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64"
        },
        "product_reference": "SDL-debuginfo-0:1.2.15-38.el8.aarch64",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debuginfo-0:1.2.15-38.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686"
        },
        "product_reference": "SDL-debuginfo-0:1.2.15-38.el8.i686",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debuginfo-0:1.2.15-38.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le"
        },
        "product_reference": "SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debuginfo-0:1.2.15-38.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x"
        },
        "product_reference": "SDL-debuginfo-0:1.2.15-38.el8.s390x",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debuginfo-0:1.2.15-38.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64"
        },
        "product_reference": "SDL-debuginfo-0:1.2.15-38.el8.x86_64",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debugsource-0:1.2.15-38.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64"
        },
        "product_reference": "SDL-debugsource-0:1.2.15-38.el8.aarch64",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debugsource-0:1.2.15-38.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686"
        },
        "product_reference": "SDL-debugsource-0:1.2.15-38.el8.i686",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debugsource-0:1.2.15-38.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le"
        },
        "product_reference": "SDL-debugsource-0:1.2.15-38.el8.ppc64le",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debugsource-0:1.2.15-38.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x"
        },
        "product_reference": "SDL-debugsource-0:1.2.15-38.el8.s390x",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-debugsource-0:1.2.15-38.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64"
        },
        "product_reference": "SDL-debugsource-0:1.2.15-38.el8.x86_64",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-devel-0:1.2.15-38.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64"
        },
        "product_reference": "SDL-devel-0:1.2.15-38.el8.aarch64",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-devel-0:1.2.15-38.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686"
        },
        "product_reference": "SDL-devel-0:1.2.15-38.el8.i686",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-devel-0:1.2.15-38.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le"
        },
        "product_reference": "SDL-devel-0:1.2.15-38.el8.ppc64le",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-devel-0:1.2.15-38.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x"
        },
        "product_reference": "SDL-devel-0:1.2.15-38.el8.s390x",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "SDL-devel-0:1.2.15-38.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        },
        "product_reference": "SDL-devel-0:1.2.15-38.el8.x86_64",
        "relates_to_product_reference": "AppStream-8.3.0.GA"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2019-7572",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1676753"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a buffer over-read in IMA_ADPCM_nibble in audio/SDL_wave.c.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: buffer over-read in IMA_ADPCM_nibble in audio/SDL_wave.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7572"
        },
        {
          "category": "external",
          "summary": "RHBZ#1676753",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676753"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7572",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7572"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7572",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7572"
        }
      ],
      "release_date": "2019-02-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "SDL: buffer over-read in IMA_ADPCM_nibble in audio/SDL_wave.c"
    },
    {
      "cve": "CVE-2019-7573",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1676751"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c (inside the wNumCoef loop).",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7573"
        },
        {
          "category": "external",
          "summary": "RHBZ#1676751",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676751"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7573",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7573"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7573",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7573"
        }
      ],
      "release_date": "2019-02-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "LOW",
            "baseScore": 5.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "SDL: heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c"
    },
    {
      "cve": "CVE-2019-7574",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1676749"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in IMA_ADPCM_decode in audio/SDL_wave.c.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: heap-based buffer over-read in IMA_ADPCM_decode in audio/SDL_wave.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7574"
        },
        {
          "category": "external",
          "summary": "RHBZ#1676749",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676749"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7574",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7574"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7574",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7574"
        }
      ],
      "release_date": "2019-02-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "LOW",
            "baseScore": 5.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "SDL: heap-based buffer over-read in IMA_ADPCM_decode in audio/SDL_wave.c"
    },
    {
      "cve": "CVE-2019-7575",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1676743"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer overflow in MS_ADPCM_decode in audio/SDL_wave.c.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: heap-based buffer overflow in MS_ADPCM_decode in audio/SDL_wave.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7575"
        },
        {
          "category": "external",
          "summary": "RHBZ#1676743",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676743"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7575",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7575"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7575",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7575"
        }
      ],
      "release_date": "2019-02-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.8,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "SDL: heap-based buffer overflow in MS_ADPCM_decode in audio/SDL_wave.c"
    },
    {
      "cve": "CVE-2019-7576",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1676755"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c (outside the wNumCoef loop).",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7576"
        },
        {
          "category": "external",
          "summary": "RHBZ#1676755",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676755"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7576",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7576"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7576",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7576"
        }
      ],
      "release_date": "2019-02-05T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "LOW",
            "baseScore": 5.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "SDL: heap-based buffer over-read in InitMS_ADPCM in audio/SDL_wave.c"
    },
    {
      "cve": "CVE-2019-7577",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1676509"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a buffer over-read in SDL_LoadWAV_RW in audio/SDL_wave.c.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: buffer over-read in SDL_LoadWAV_RW in audio/SDL_wave.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7577"
        },
        {
          "category": "external",
          "summary": "RHBZ#1676509",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676509"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7577",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7577"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7577",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7577"
        }
      ],
      "release_date": "2019-02-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.8,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "SDL: buffer over-read in SDL_LoadWAV_RW in audio/SDL_wave.c"
    },
    {
      "cve": "CVE-2019-7578",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-02-12T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1676781"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in InitIMA_ADPCM in audio/SDL_wave.c.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: heap-based buffer over-read in InitIMA_ADPCM in audio/SDL_wave.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7578"
        },
        {
          "category": "external",
          "summary": "RHBZ#1676781",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1676781"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7578",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7578"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7578",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7578"
        }
      ],
      "release_date": "2019-02-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "LOW",
            "baseScore": 5.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "SDL: heap-based buffer over-read in InitIMA_ADPCM in audio/SDL_wave.c"
    },
    {
      "cve": "CVE-2019-7635",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1677158"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in Blit1to4 in video/SDL_blit_1.c.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: heap-based buffer over-read in Blit1to4 in video/SDL_blit_1.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7635"
        },
        {
          "category": "external",
          "summary": "RHBZ#1677158",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677158"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7635",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7635"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7635",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7635"
        }
      ],
      "release_date": "2019-02-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "LOW",
            "baseScore": 5.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "SDL: heap-based buffer over-read in Blit1to4 in video/SDL_blit_1.c"
    },
    {
      "cve": "CVE-2019-7636",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1677156"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in SDL_GetRGB in video/SDL_pixels.c.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: heap-based buffer over-read in SDL_GetRGB in video/SDL_pixels.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7636"
        },
        {
          "category": "external",
          "summary": "RHBZ#1677156",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677156"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7636",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7636"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7636",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7636"
        }
      ],
      "release_date": "2019-02-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 8.4,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "SDL: heap-based buffer over-read in SDL_GetRGB in video/SDL_pixels.c"
    },
    {
      "cve": "CVE-2019-7637",
      "cwe": {
        "id": "CWE-120",
        "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1677151"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer overflow in SDL_FillRect in video/SDL_surface.c.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: heap-based buffer overflow in SDL_FillRect in video/SDL_surface.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7637"
        },
        {
          "category": "external",
          "summary": "RHBZ#1677151",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677151"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7637",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7637"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7637",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7637"
        }
      ],
      "release_date": "2019-02-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.4,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "SDL: heap-based buffer overflow in SDL_FillRect in video/SDL_surface.c"
    },
    {
      "cve": "CVE-2019-7638",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2019-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1677143"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in Map1toN in video/SDL_pixels.c.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "SDL: heap-based buffer over-read in Map1toN in video/SDL_pixels.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
          "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
          "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2019-7638"
        },
        {
          "category": "external",
          "summary": "RHBZ#1677143",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677143"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2019-7638",
          "url": "https://www.cve.org/CVERecord?id=CVE-2019-7638"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7638",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7638"
        }
      ],
      "release_date": "2019-02-08T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2020-11-04T01:18:46+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2020:4627"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 8.4,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.src",
            "AppStream-8.3.0.GA:SDL-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debuginfo-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-debugsource-0:1.2.15-38.el8.x86_64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.aarch64",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.i686",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.ppc64le",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.s390x",
            "AppStream-8.3.0.GA:SDL-devel-0:1.2.15-38.el8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "SDL: heap-based buffer over-read in Map1toN in video/SDL_pixels.c"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…