CVE-2026-16473
Awaiting Analysis Awaiting Analysis - Queue

Heap Out-of-Bounds Read in BlueZ SBC Library

Vulnerability report for CVE-2026-16473, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-22

Last updated on: 2026-07-30

Assigner: Red Hat, Inc.

Description

A flaw was found in the sbc library (BlueZ SBC codec). An off-by-one error in the SBC frame decoder allows a crafted audio payload to trigger a one-byte heap out-of-bounds read. This could allow an adjacent attacker streaming Bluetooth audio to read a single byte of adjacent heap memory.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-22
Last Modified
2026-07-30
Generated
2026-08-11
AI Q&A
2026-07-22
EPSS Evaluated
2026-08-10
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
bluez sbc From 1.0 (inc) to 2.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a heap out-of-bounds read vulnerability in the SBC (Subband Codec) library affecting versions 1.0 through 2.0. An off-by-one error in the bit-reader bound check allows the cumulative bit position to reach exactly the buffer length, causing a one-byte heap read past the end of the input buffer. This flaw was introduced in 2011 and affects applications like PulseAudio, PipeWire, and GStreamer that use the vulnerable decode path.

Detection Guidance

To detect this vulnerability, check if your system uses a vulnerable version of the SBC library (versions 1.0 through 2.0). Inspect the library version with commands like 'dpkg -l | grep sbc' on Debian-based systems or 'rpm -qa | grep sbc' on RPM-based systems. If vulnerable, monitor for crashes or memory corruption during Bluetooth audio streaming.

Impact Analysis

An attacker could exploit this by sending a crafted Bluetooth audio frame to read a single byte of adjacent heap memory. Since SBC is the mandatory A2DP codec for Bluetooth audio, any device decoding Bluetooth audio is potentially affected. The impact includes potential information leakage from memory.

Compliance Impact

This vulnerability does not directly impact compliance with GDPR, HIPAA, or similar standards. It involves a heap out-of-bounds read in Bluetooth audio decoding, which could potentially expose small amounts of adjacent memory but does not inherently lead to unauthorized data access or processing of sensitive information.

Mitigation Strategies

Update the SBC library to a patched version if available. If using PulseAudio, PipeWire, or other affected software, update those packages as they may bundle a vulnerable libsbc. Disable Bluetooth audio streaming temporarily if no patch is available. Monitor vendor advisories for updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-16473. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart