CVE-2024-47835
7.5
HIGH
CVSS 3.1
EPSS 0.08%
Description
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.
How to fix CVE-2024-47835
To remediate CVE-2024-47835, upgrade the affected package to a fixed version below.
- —upgrade to 1.24.10-r0 or later
- —upgrade to 1.18.4-2+deb11u3 or later
Is CVE-2024-47835 being exploited?
Low — EPSS is 0.1%, meaning exploitation activity has not been observed at scale.
Affected packages (2)
- from 0, < 1.24.10-r0
- from 0, < 1.18.4-2+deb11u3
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 3.1 | HIGH7.5 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |