VYPR

Gst Plugins Good

by Xorg

CVEs (3)

  • CVE-2026-46470MedMay 14, 2026
    risk 0.26cvss 4.0epss 0.00

    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…

  • CVE-2026-46469MedMay 14, 2026
    risk 0.26cvss 4.0epss 0.00

    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…

  • CVE-2026-1940MedMar 23, 2026
    risk 0.26cvss 5.1epss 0.00

    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…