Logo
vulnerabilityCVE-2024-47541
Name
CVE-2024-47541
Source
NVD ( link)Debian ( link)
Description
GStreamer is a library for constructing graphs of media-handling components. An OOB-write vulnerability has been identified in the gst_ssa_parse_remove_override_codes function of the gstssaparse.c file. This function is responsible for parsing and removing SSA (SubStation Alpha) style override codes, which are enclosed in curly brackets ({}). The issue arises when a closing curly bracket "}" appears before an opening curly bracket "{" in the input string. In this case, memmove() incorrectly duplicates a substring. With each successive loop iteration, the size passed to memmove() becomes progressively larger (strlen(end+1)), leading to a write beyond the allocated memory bounds. This vulnerability is fixed in 1.24.10.
Published Date
Updated Date
Workaround
-

Analysis#


Affected Component
Analysis
gstreamer1.0-plugins-base
Patched

Vulnerability Ratings#


6.9
CVSSv4
7.5
CVSSv31
NaN
other

Others affected components#


Name
Project
Project Version
Version
Status
openwrt
master
1.26.4-r2
Not Affected
openwrt
openwrt-25.12
1.26.4-r1
Not Affected
yocto
master
1.28.4
Not Affected
yocto
scarthgap
1.22.12
Patched

Resolved with patches#


gstreamer1.0-plugins-base (yocto:kirkstone)

#
Title
Author
Resolve
1
ssaparse: Search for closing brace after opening brace
=?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
CVE-2024-47541
2
ssaparse: Don't use strstr() on strings that are potentially
=?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
CVE-2024-47541

gstreamer1.0-plugins-base (yocto:scarthgap)

#
Title
Author
Resolve
1
ssaparse: Don't use strstr() on strings that are
=?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
CVE-2024-47541
2
ssaparse: Search for closing brace after opening brace
=?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
CVE-2024-47541