Vulnerabilities (CVE)

Filtered by vendor Freedesktop Subscribe
Filtered by product Gst-plugins-good
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2026-46470 1 Freedesktop 1 Gst-plugins-good 2026-05-19 N/A 4.0 MEDIUM
An issue was discovered in GStreamer gst-plugins-good before 1.28.2. When parsing MP4 audio tracks, the isomp4 plugin's qtdemux_audio_caps function does not sufficiently validate atom data before performing division operations, leading to denial of service due to integer division by zero.
CVE-2026-46469 1 Freedesktop 1 Gst-plugins-good 2026-05-19 N/A 4.0 MEDIUM
An issue was discovered in GStreamer gst-plugins-good before 1.28.2. When parsing MP4 audio tracks, the isomp4 plugin's qtdemux_parse_trak function does not sufficiently validate atom data before performing division operations, leading to denial of service due to integer division by zero.
CVE-2026-1940 4 Debian, Freedesktop, Gstreamer and 1 more 4 Debian Linux, Gst-plugins-good, Gstreamer and 1 more 2026-05-04 N/A 5.1 MEDIUM
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.