VulnerabilityAnalyzed
CVE-2026-1940
An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function.
HIGH 7.5EPSS 0.22%
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.22%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
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 3.1
- 7.5 HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.22% probability · 13th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-125
- Affected
- freedesktop/gst-plugins-good · gstreamer/gstreamer · debian/debian linux · redhat/enterprise linux
- Source
- secalert@redhat.com
References
- https://access.redhat.com/security/cve/CVE-2026-1940Vendor Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2436932Issue Tracking, Vendor Advisory
- https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4854Broken Link
- https://gstreamer.freedesktop.org/security/sa-2026-0001.htmlVendor Advisory
- https://security-tracker.debian.org/tracker/CVE-2026-1940Third Party Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.