CVE-2026-1940
Received
Received - Intake
Out-of-Bounds Read in GStreamer gst_wavparse_adtl_chunk Function
Publication date: 2026-03-23
Last updated on: 2026-05-04
Assigner: Red Hat, Inc.
Description
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 Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| redhat | enterprise_linux | 7.0 |
| debian | debian_linux | 11.0 |
| redhat | enterprise_linux | 8.0 |
| debian | debian_linux | 12.0 |
| redhat | enterprise_linux | 9.0 |
| redhat | enterprise_linux | 10.0 |
| gstreamer | gstreamer | to 1.28.1 (exc) |
| freedesktop | gst-plugins-good | 1.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |