CVE-2026-1940
HIGH EPSS 13.0%
Published Mar 23, 20263mo ago · Modified Jun 17, 20261w ago
7.5 CVSS 3.1
Published Mar 23, 2026 3mo ago
Last Modified Jun 17, 2026 1w ago
Description
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
13.0% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-125 Out-of-bounds Read Memory Safety
Affected Products 8
References 5
- access.redhat.com https://access.redhat.com/security/cve/CVE-2026-1940
- bugzilla.redhat.com https://bugzilla.redhat.com/show_bug.cgi?id=2436932
- gitlab.freedesktop.org https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4854
- gstreamer.freedesktop.org https://gstreamer.freedesktop.org/security/sa-2026-0001.html
- security-tracker.debian.org https://security-tracker.debian.org/tracker/CVE-2026-1940
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.