{
  "threat_severity" : "Moderate",
  "public_date" : "2024-12-11T19:17:26Z",
  "bugzilla" : {
    "description" : "gstreamer1-plugins-base: NULL-pointer dereference in LRC subtitle parser",
    "id" : "2331742",
    "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=2331742"
  },
  "cvss3" : {
    "cvss3_base_score" : "5.5",
    "cvss3_scoring_vector" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
    "status" : "verified"
  },
  "cwe" : "CWE-476",
  "details" : [ "GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parse_lrc function within gstsubparse.c. The parse_lrc function calls strchr() to find the character ']' in the string line. The pointer returned by this call is then passed to g_strdup(). However, if the string line does not contain the character ']', strchr() returns NULL, and a call to g_strdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.", "A flaw was found in the GStreamer library. A NULL-pointer dereference in the LRC subtitle parser can cause crashes for certain input files, potentially allowing a malicious actor to trigger an application crash." ],
  "affected_release" : [ {
    "product_name" : "Red Hat Enterprise Linux 9",
    "release_date" : "2025-05-13T00:00:00Z",
    "advisory" : "RHSA-2025:7243",
    "cpe" : "cpe:/a:redhat:enterprise_linux:9",
    "package" : "gstreamer1-plugins-base-0:1.22.12-4.el9"
  } ],
  "package_state" : [ {
    "product_name" : "Red Hat Enterprise Linux 10",
    "fix_state" : "Not affected",
    "package_name" : "gstreamer1-plugins-base",
    "cpe" : "cpe:/o:redhat:enterprise_linux:10"
  }, {
    "product_name" : "Red Hat Enterprise Linux 7",
    "fix_state" : "Out of support scope",
    "package_name" : "gstreamer1-plugins-base",
    "cpe" : "cpe:/o:redhat:enterprise_linux:7"
  }, {
    "product_name" : "Red Hat Enterprise Linux 8",
    "fix_state" : "Out of support scope",
    "package_name" : "gstreamer1-plugins-base",
    "cpe" : "cpe:/o:redhat:enterprise_linux:8"
  } ],
  "references" : [ "https://www.cve.org/CVERecord?id=CVE-2024-47835\nhttps://nvd.nist.gov/vuln/detail/CVE-2024-47835\nhttps://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8039.patch\nhttps://gstreamer.freedesktop.org/security/sa-2024-0029.html\nhttps://securitylab.github.com/advisories/GHSL-2024-263_Gstreamer/" ],
  "name" : "CVE-2024-47835",
  "csaw" : false
}