
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-19387 is a heap out-of-bounds write vulnerability in the GStreamer gst-plugins-bad adpcmdec element affecting IMA/DVI ADPCM audio decoding. Insufficient validation of the per-block sample count for multi-channel streams allows a crafted WAV file to trigger writes beyond the allocated output buffer, potentially leading to application crash, denial of service, memory corruption, or arbitrary code execution. The vulnerability was published on August 5–10, 2026, and is tracked under GStreamer Security Advisory GStreamer-SA-2026-0077. It carries a CVSS v3.1 base score of 7.6 (High) (Red Hat CVE, GitHub Advisory).
The root cause (CWE-787: Out-of-bounds Write) lies in the adpcmdec element's sample count validation logic: the check (n_samples - channels) % 8 == 0 does not ensure alignment with the decode loop, which writes 8 * channels samples per iteration. A specially crafted multi-channel IMA ADPCM WAV file can pass this check while causing the decoder to write decoded sample values — partially derived from attacker-controlled compressed audio data — beyond the end of the allocated heap output buffer. Because the adpcmdec element is auto-plugged by GStreamer's decodebin/playbin pipeline, any application that processes untrusted media (media players, thumbnailers, transcoders) can trigger the flaw without explicit user configuration. The fix was applied upstream in gst-plugins-bad 1.28.6 (Red Hat Bugzilla, Red Hat CVE).
Successful exploitation can result in application crash (denial of service), heap memory corruption, limited information disclosure, or potentially arbitrary code execution in the context of the application processing the malicious media file. The confidentiality and integrity impacts are rated Low, while availability impact is High, reflecting the primary risk of crash or DoS with a secondary risk of code execution. Environments most at risk include media players, video/audio thumbnailers, and transcoding services that automatically process untrusted user-supplied WAV files (Red Hat CVE, GitHub Advisory).
No public proof-of-concept exploit code or in-the-wild exploitation has been reported as of the available data. The NVD SSVC assessment classifies exploitation as "none" and the attack as non-automatable, as user interaction (opening a crafted file) is required. The EPSS score is approximately 0.24% (16th percentile), indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The vulnerability was reported by researcher Seonwook Kim (Red Hat CVE, GitHub Advisory).
(n_samples - channels) % 8 == 0 but causes the decode loop to write beyond the allocated output buffer. The sample count and channel configuration are attacker-controlled fields in the WAV header.decodebin/playbin auto-plugs the adpcmdec element, which begins decoding the malicious audio data without user awareness.8 * channels samples per iteration beyond the allocated buffer boundary, corrupting adjacent heap memory with values partially derived from the attacker-controlled compressed audio payload.totem, rhythmbox, gnome-shell thumbnailer, gst-launch) when processing WAV files; core dump files generated by these processes./var/log/syslog, journalctl) showing segmentation fault signals (SIGSEGV) or heap corruption errors from GStreamer processes; application crash reports referencing libgstadpcmdec or adpcmdec.Red Hat has released patched packages addressing this vulnerability across affected RHEL versions: gstreamer1-plugins-bad-free-1.26.7-2.el10_2.7 for RHEL 10 (via RHSA-2026:55433), gstreamer1-plugins-bad-free-1.22.12-7.el9_8.4 for RHEL 9 (via RHSA-2026:55865), and gstreamer1-plugins-bad-free-1.16.1-9.el8_10.2 for RHEL 8 (via RHSA-2026:56521). The upstream fix is available in gst-plugins-bad 1.28.6. As a workaround, Red Hat recommends avoiding playback or processing of untrusted multi-channel IMA ADPCM WAV files and sandboxing applications that handle untrusted media to limit exploitation impact (Red Hat RHSA-55433, Red Hat RHSA-55865, Red Hat Bugzilla).
Red Hat classified this vulnerability as "Important" severity and acknowledged researcher Seonwook Kim for the report. The vulnerability received standard coverage from Linux security aggregators including LinuxSecurity.com, pro-linux.de, and AusCERT, reflecting routine community attention for a media library flaw. No notable independent researcher commentary or significant social media discussion beyond standard vulnerability database syndication was identified (Red Hat CVE).
Fix availability across major Linux distributions and their releases.
bookworm
gst-plugins-bad1.0
sid
gst-plugins-bad1.0: 1.28.6-1
trixie
gst-plugins-bad1.0: 1.26.2-3+deb13u3
bionic (esm-apps)
gst-plugins-bad1.0
devel
gst-plugins-bad1.0
focal (esm-apps)
gst-plugins-bad1.0
jammy
gst-plugins-bad1.0
jammy (esm-apps)
gst-plugins-bad1.0
noble
gst-plugins-bad1.0
noble (esm-apps)
gst-plugins-bad1.0
resolute
gst-plugins-bad1.0
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."