VDB
ALPINE-CVE-2024-47835
ALPINE-CVE-2024-47835
PUBLISHED
CVSS 7.5 HIGH
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.
Risk Scores
CVSS 3.1
7.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Alpine:v3.21 | gst-plugins-base | 1.4.0-r0, 0, 1.8.1-r2 |
| Alpine:v3.23 | gst-plugins-base | 0, 0, 1.0.0-r0 |
| Alpine:v3.22 | gst-plugins-base | 1.2.4-r0, 1.16.2-r0, 1.16.1-r0 |
| Alpine:v3.20 | gst-plugins-base | 0, 1.0.1-r0, 1.0.10-r0 |
| Alpine:v3.24 | gst-plugins-base | 0 |
Timeline
- Dec 12, 2024 CVE Published
- Apr 30, 2026 Distribution Patch
- Jun 15, 2026 CVE Updated