CVE Catalog

CVE-2026-53705

HighCVSS 7.6
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.36%

29th percentile - higher than 29% of all known CVEs

Summary

A flaw was found in GStreamer's WavPack audio decoder in gst-plugins-good. An integer overflow in buffer size calculation (4 * block_samples * channels) in gst_wavpack_dec_handle_frame() causes a very small heap allocation, leading to heap memory corruption when decoded audio samples are written beyond the allocated buffer. This affects both 32-bit and 64-bit systems as the arithmetic is performed in 32-bit integers before promotion to the allocation size type.

Risk Assessment

A remote attacker could exploit this flaw to crash an application or potentially execute arbitrary code by convincing a user to open a malicious WavPack audio file. This poses a significant risk to systems processing multimedia content.

Recommendation

Immediately update GStreamer packages (gst-plugins-good) to a version containing the fix for the integer overflow. Until updated, avoid opening WavPack files from untrusted sources.

Other vulnerabilities in GStreamer

See all
Original NVD description (English source)

A flaw was found in GStreamer's WavPack audio decoder in gst-plugins-good. When processing a specially crafted WavPack file, an integer overflow in the buffer size calculation (4 * block_samples * channels) in gst_wavpack_dec_handle_frame() causes a very small heap allocation. The WavPack library then writes decoded audio samples far beyond the allocated buffer, resulting in heap memory corruption. This affects both 32-bit and 64-bit systems since the arithmetic is performed in 32-bit integers before promotion to the allocation size type. A remote attacker could use this flaw to crash an application or potentially execute arbitrary code by convincing a user to open a malicious WavPack audio file.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS