Skip to main content
EPSS 0.4%top 69%

CVE-2026-53705: Integer Overflow or Wraparound in Red Hat Red Hat Enterprise Linux 10

0
High
Published: 06/15/2026 (06/15/2026, 19:10:21 UTC)
Source: GCVE Database
Vendor/Project: Red Hat
Product: Red Hat Enterprise Linux 10

Description

A heap buffer overflow vulnerability exists in GStreamer's WavPack audio decoder within gst-plugins-good due to an integer overflow in buffer size calculation. This flaw can cause heap memory corruption when processing specially crafted WavPack files. It affects both 32-bit and 64-bit systems. An attacker could exploit this vulnerability by convincing a user to open a malicious WavPack audio file, potentially causing application crashes or arbitrary code execution. Multiple versions of gst-plugins-good are affected. Official patches have been released by Ubuntu and Red Hat to address this issue.

CVSS v3.1

Score 7.6high

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H

Affected software

Ubuntu:Pro:16.04:LTSmore threats →ghsa
gst-plugins-good1.0
pkg:deb/ubuntu/[email protected]+esm1?arch=source&distro=esm-infra/xenial
Affected versions
=1.6.0-1ubuntu1=1.6.1-1ubuntu1=1.6.2-1ubuntu1=1.7.1-1ubuntu1=1.7.2-1ubuntu1=1.7.90-1ubuntu1=1.7.91-1ubuntu1=1.8.0-1ubuntu1=1.8.1-1ubuntu0.1=1.8.2-1ubuntu0.1=1.8.2-1ubuntu0.2=1.8.2-1ubuntu0.3=1.8.3-1ubuntu0.3=1.8.3-1ubuntu0.4=1.8.3-1ubuntu0.5=1.8.3-1ubuntu0.5+esm1
Ubuntu:Pro:18.04:LTSmore threats →ghsa
gst-plugins-good1.0
pkg:deb/ubuntu/[email protected]~18.04.3+esm1?arch=source&distro=esm-infra/bionic
Affected versions
=1.12.3-1ubuntu1=1.12.4-1ubuntu1=1.13.1-1ubuntu1=1.13.91-1ubuntu1=1.14.0-1ubuntu1=1.14.1-1ubuntu1~ubuntu18.04.1=1.14.4-1ubuntu1~ubuntu18.04.1=1.14.5-0ubuntu1~18.04.1=1.14.5-0ubuntu1~18.04.2=1.14.5-0ubuntu1~18.04.3=1.14.5-0ubuntu1~18.04.3+esm1
Ubuntu:Pro:20.04:LTSmore threats →ghsa
gst-plugins-good1.0
pkg:deb/ubuntu/[email protected]+esm1?arch=source&distro=esm-infra/focal
Affected versions
=1.16.1-1ubuntu1=1.16.2-1ubuntu1=1.16.2-1ubuntu2=1.16.2-1ubuntu2.1=1.16.3-0ubuntu1=1.16.3-0ubuntu1.1=1.16.3-0ubuntu1.2=1.16.3-0ubuntu1.3=1.16.3-0ubuntu1.3+esm1
Ubuntu:22.04:LTSmore threats →ghsa
gst-plugins-good1.0
pkg:deb/ubuntu/[email protected]?arch=source&distro=jammy
Affected versions
<1.20.3-0ubuntu1.7=1.18.5-1ubuntu2=1.18.5-1ubuntu3=1.20.0-2ubuntu1=1.20.1-1ubuntu1=1.20.3-0ubuntu1=1.20.3-0ubuntu1.1=1.20.3-0ubuntu1.3=1.20.3-0ubuntu1.4=1.20.3-0ubuntu1.5=1.20.3-0ubuntu1.6
Ubuntu:24.04:LTSmore threats →ghsa
gst-plugins-good1.0
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
<1.24.2-1ubuntu1.5=1.22.6-1ubuntu1=1.22.6-1ubuntu2=1.22.8-3ubuntu1=1.22.9-1ubuntu1=1.24.0-1ubuntu5=1.24.0-1ubuntu7=1.24.1-2ubuntu1=1.24.2-1ubuntu1=1.24.2-1ubuntu1.1=1.24.2-1ubuntu1.2=1.24.2-1ubuntu1.3=1.24.2-1ubuntu1.4
Ubuntu:25.10more threats →ghsa
gst-plugins-good1.0
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=1.26.0-1ubuntu2=1.26.0-1ubuntu3=1.26.2-1ubuntu1=1.26.4-1ubuntu1=1.26.5-1ubuntu1=1.26.5-1ubuntu2=1.26.5-1ubuntu2.1=1.26.5-1ubuntu2.2=1.26.5-1ubuntu2.3
Ubuntu:26.04:LTSmore threats →ghsa
gst-plugins-good1.0
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
<1.28.2-2ubuntu0.1=1.26.5-1ubuntu2=1.27.2-1ubuntu1=1.27.90-1ubuntu1=1.28.0-1ubuntu1=1.28.0-1ubuntu3=1.28.1-1ubuntu1=1.28.2-2

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 08/03/2026, 22:52:17 UTC

Technical Analysis

CVE-2026-53705 is an integer overflow vulnerability in the gst_wavpack_dec_handle_frame() function of GStreamer's WavPack audio decoder (gst-plugins-good). The calculation 4 * block_samples * channels overflows 32-bit integers, resulting in a smaller-than-needed heap allocation. Subsequently, the WavPack library writes decoded audio samples beyond the allocated buffer, causing heap memory corruption. This affects both 32-bit and 64-bit architectures. A remote attacker can exploit this by convincing a user to open a malicious WavPack file, potentially causing denial of service or arbitrary code execution. Red Hat and Ubuntu have issued security advisories and released patched package versions to address this issue.

Potential Impact

This vulnerability allows remote attackers to cause a denial of service via application crashes or potentially execute arbitrary code by processing crafted WavPack audio files. The heap buffer overflow due to integer overflow in buffer size calculation leads to memory corruption, which can be leveraged for code execution. Both confidentiality and integrity impacts are rated low, while availability impact is high. The CVSS v3.1 score is 7.6 (High).

Mitigation Recommendations

Official patches are available from both Red Hat and Ubuntu. Red Hat has released updated gstreamer1-plugins-good packages (e.g., version 1.26.7-2.el10_2.1) for Red Hat Enterprise Linux 10 and related architectures. Ubuntu has released fixed package versions for Ubuntu 22.04 LTS, 24.04 LTS, and 26.04 LTS (e.g., gstreamer1.0-plugins-good 1.28.2-2ubuntu0.1). Users should apply these updates via their standard system update mechanisms to remediate the vulnerability. No additional mitigations are specified or required beyond applying these official fixes.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-53705
Osv Schema Version
1.7.0
Ecosystems
["Ubuntu:Pro:16.04:LTS","Ubuntu:Pro:18.04:LTS","Ubuntu:Pro:20.04:LTS","Ubuntu:22.04:LTS","Ubuntu:24.04:LTS","Ubuntu:25.10","Ubuntu:26.04:LTS"]
Cvss Version
3.1
State
PUBLISHED

Threat ID: 6a6151199c2644c7f8da5c37

Added to database: 07/22/2026, 23:24:09 UTC

Last enriched: 08/03/2026, 22:52:17 UTC

Last updated: 09/14/2026, 22:01:35 UTC

Views: 37

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses