Description
BlueZ A2DP Stack-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of BlueZ. An attacker must first obtain the ability to pair a malicious Bluetooth device with the target system in order to exploit this vulnerability.

The specific flaw exists within the handling of the stream endpoints. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. An attacker can leverage this vulnerability to execute code in the context of root. Was ZDI-CAN-29429.
Published: 2026-09-15
Score: 8.0 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Assess Impact
AI Analysis

Impact

This vulnerability in BlueZ’s A2DP stack permits a stack-based buffer overflow (CWE‑121) by manipulating stream endpoints. When a malicious Bluetooth device is paired, the length of user‑supplied data is not validated before copying it into a fixed‑length buffer, enabling arbitrary code execution with root privileges. The flaw requires an attacker to first establish a Bluetooth connection and pair a device that supplies crafted data.

Affected Systems

The flaw affects BlueZ deployments that handle A2DP stream endpoints. No specific version information is listed, so all BlueZ installations that use the vulnerable code path are potentially impacted. Administrators should verify whether their systems run BlueZ and identify the installed version.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.1 and no EPSS value, and it is not listed in the CISA KEV catalog. Exploitation requires proximity and a successful pairing with a malicious Bluetooth device. The probable attack vector is Bluetooth communication, specifically a paired A2DP stream, allowing a nearby attacker to gain root privileges on the target. Given the absence of EPSS data and KEV listing, the likelihood of active exploitation is uncertain, but the potential impact warrants proactive mitigation.

Generated by OpenCVE AI on September 16, 2026 at 00:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Identify if your system runs BlueZ and determine the installed version.
  • Download and install the latest BlueZ update or patch released by the vendor that fixes the A2DP buffer overflow.
  • If a patch is unavailable, disable the A2DP service or restrict Bluetooth pairing to identified trusted devices only.
  • As a temporary protection, block the Bluetooth service or limit its availability to reduce the opportunity for unauthenticated pairing.
  • Monitor Bluetooth activity logs for suspicious pairing attempts and enforce strict pairing policies.

Generated by OpenCVE AI on September 16, 2026 at 00:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120
References
Metrics threat_severity

None

cvssV3_1

{'score': 8.0, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}

threat_severity

Important


Tue, 15 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Bluez
Bluez bluez
Vendors & Products Bluez
Bluez bluez

Tue, 15 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 15 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Description BlueZ A2DP Stack-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of BlueZ. An attacker must first obtain the ability to pair a malicious Bluetooth device with the target system in order to exploit this vulnerability. The specific flaw exists within the handling of the stream endpoints. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. An attacker can leverage this vulnerability to execute code in the context of root. Was ZDI-CAN-29429.
Title BlueZ A2DP Stack-based Buffer Overflow Remote Code Execution Vulnerability
Weaknesses CWE-121
References
Metrics cvssV3_0

{'score': 7.1, 'vector': 'CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: zdi

Published:

Updated: 2026-09-15T19:21:12.563Z

Reserved: 2026-08-13T17:33:39.146Z

Link: CVE-2026-19774

cve-icon Vulnrichment

Updated: 2026-09-15T19:21:07.538Z

cve-icon NVD

Status : Received

Published: 2026-09-15T19:17:17.867

Modified: 2026-09-15T20:17:12.037

Link: CVE-2026-19774

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-15T18:01:53Z

Links: CVE-2026-19774 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T01:00:14Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-121

    Stack-based Buffer Overflow