---
id: CVE-2026-53705
title: A flaw was found in GStreamer's WavPack audio decoder in gst-plugins-good
summary: >-
  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_fram…
severity: high
cvss: 7.6
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H'
cwe:
  - CWE-190
  - CWE-190
published: '2026-06-15'
updated: '2026-07-28'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53705'
references:
  - url: 'https://access.redhat.com/errata/RHSA-2026:36675'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2026:36774'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2026:37129'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2026:47032'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2026:47050'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2026:47051'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2026:47052'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2026:47174'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/security/cve/CVE-2026-53705'
    label: secalert@redhat.com
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2487615'
    label: secalert@redhat.com
  - url: 'https://access.redhat.com/errata/RHSA-2026:36675'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:36774'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:37129'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:47032'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:47051'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/errata/RHSA-2026:47052'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://access.redhat.com/security/cve/CVE-2026-53705'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2487615'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53705.json
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
tags:
  - nvd
epss: 0.00375
epssPercentile: 0.3141
ingestedAt: '2026-07-28T21:39:18.141Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
