CVE-2026-1940
March 23, 2026
An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 > size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.
Affected Packages
https://github.com/GStreamer/gstreamer.git (GITHUB):
Affected version(s) =1.28.0 <1.28.1Fix Suggestion:
Update to version 1.28.1https://github.com/GStreamer/gstreamer.git (GITHUB):
Affected version(s) >=RELEASE-0_1_0-SLIPSTREAM <1.26.11Fix Suggestion:
Update to version 1.26.11https://github.com/GStreamer/gstreamer.git (GITHUB):
Affected version(s) >=RELEASE-0_1_0-SLIPSTREAM <1.26.11Fix Suggestion:
Update to version 1.26.11https://github.com/GStreamer/gstreamer.git (GITHUB):
Affected version(s) =1.28.0 <1.28.1Fix Suggestion:
Update to version 1.28.1https://github.com/GStreamer/gstreamer.git (GITHUB):
Affected version(s) >=RELEASE-0_1_0-SLIPSTREAM <1.26.11Fix Suggestion:
Update to version 1.26.11https://github.com/GStreamer/gstreamer.git (GITHUB):
Affected version(s) =1.28.0 <1.28.1Fix Suggestion:
Update to version 1.28.1https://github.com/GStreamer/gstreamer.git (GITHUB):
Affected version(s) =1.28.0 <1.28.1Fix Suggestion:
Update to version 1.28.1Related Resources (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
5.1
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.1
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
LOW
Availability
LOW
Weakness Type (CWE)
Out-of-bounds Read
EPSS
Base Score:
0.02