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.
References
Configurations
No configuration.
History
09 Jul 2026, 13:17
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://access.redhat.com/errata/RHSA-2026:36675 - | |
| References | () https://access.redhat.com/errata/RHSA-2026:36774 - | |
| References | () https://access.redhat.com/errata/RHSA-2026:37129 - |
09 Jul 2026, 10:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
08 Jul 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
08 Jul 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
30 Jun 2026, 03:20
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| References | () https://access.redhat.com/security/cve/CVE-2026-53705 - | |
| References | () https://bugzilla.redhat.com/show_bug.cgi?id=2487615 - |
15 Jun 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-15 20:16
Updated : 2026-07-15 01:16
NVD link : CVE-2026-53705
Mitre link : CVE-2026-53705
CVE.ORG link : CVE-2026-53705
JSON object : View
Products Affected
No product.
CWE
CWE-190
Integer Overflow or Wraparound
