5.1 MEDIUM
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Local (L)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): Low (L)
- Availability (A): Low (L)
- Modified Attack Vector (MAV): Local (L)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): Low (L)
- Modified Availability (MA): Low (L)
Activity log
- Created suggestion
Gstreamer: incomplete fix of cve-2026-1940
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.
References
Affected products
Matching in nixpkgs
pkgs.gst_all_1.gst-vaapi
Set of VAAPI GStreamer Plug-ins
pkgs.gst_all_1.gstreamer
Open source multimedia framework
pkgs.gst_all_1.gstreamermm
C++ interface for GStreamer
pkgs.ocamlPackages.gstreamer
Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams
pkgs.ocamlPackages_latest.gstreamer
Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams
pkgs.obs-studio-plugins.obs-gstreamer
OBS Studio source, encoder and video filter plugin to use GStreamer elements/pipelines in OBS Studio
pkgs.libsForQt5.phonon-backend-gstreamer
GStreamer backend for Phonon
pkgs.plasma5Packages.phonon-backend-gstreamer
GStreamer backend for Phonon
pkgs.tests.pkg-config.defaultPkgConfigPackages.%22gstreamer-controller-1.0%22
Test whether gstreamer-1.26.0 exposes pkg-config modules gstreamer-controller-1.0
Package maintainers
-
@matthewbauer Matthew Bauer <mjbauer95@gmail.com>
-
@ttuegel Thomas Tuegel <ttuegel@mailbox.org>
-
@romildo José Romildo Malaquias <malaquias@gmail.com>
-
@alesya-h Alesya Huzik <ah1990au@gmail.com>
-
@PedroHLC Pedro Lara Campos <root@pedrohlc.com>
-
@D4ndellion Daniel Olsen <daniel@dodsorf.as>