CVE-2026-1940
πΆ mediumSummary
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 Score
5.1
Medium
EPSS Score
0.0
Exploit Probability
Published Date
2026-03-23
First Seen: 2026-03-24
π Relative Risk Intelligence
This CVE is Lower Risk - more severe than 19.8% of all 322,079 vulnerabilities in our database.
#258,393
Below average severity
Severity Percentile
π― CISA SSVC Assessment Updated: Mar 24, 2026
π Exploitation Status
None
No known exploits
βοΈ Automatable
NO
Requires human interaction
π₯ Technical Impact
Partial
Limited system impact
π Discovered By
Red Hat would like to thank wooseokdotkim for reporting this issue.
SSVC data provided by
CISA
Last Modified
2026-05-04
Source
NVD π
CVSS Vector 3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
CWE IDs (Weakness Types)