Cyber Resilience

CVE-2025-32059

High

Published: 15 February 2026

Published
15 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0038 29.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-32059 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Blackhat (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, ranked at the 29.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2025-32059 is a stack-based buffer overflow vulnerability (CWE-121) within the Bluetooth stack developed by Alps Alpine for the Infotainment ECU manufactured by Bosch. The issue stems from inadequate boundary validation of user-supplied data, triggering an overflow upon receipt of a specific packet over an established upper-layer L2CAP channel. It was first identified in the 2020 Nissan Leaf ZE1 model.

An attacker in adjacent physical proximity, such as within Bluetooth range, can exploit this with low attack complexity and no privileges or user interaction required. By transmitting a crafted packet on the L2CAP channel, they achieve remote code execution on the Infotainment ECU with root privileges, earning a CVSS v3.1 base score of 8.8 (AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

Advisories and related resources include a BlackHat Asia 2025 presentation detailing remote exploitation of the Nissan Leaf, a PCA Cybersecurity advisory on vulnerabilities in Bosch-manufactured Nissan infotainment systems, and the official Nissan Leaf vehicle page. Security practitioners should review these for guidance on mitigations and available patches.

EU & UK References

Vulnerability details

The specific flaw exists within the Bluetooth stack developed by Alps Alpine of the Infotainment ECU manufactured by Bosch. The issue results from the lack of proper boundary validation of user-supplied data, which can result in a stack-based buffer overflow…

more

when receiving a specific packet on the established upper layer L2CAP channel. An attacker can leverage this vulnerability to obtain remote code execution on the Infotainment ECU with root privileges. First identified on Nissan Leaf ZE1 manufactured in 2020.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-70083Shared CWE-121
CVE-2026-38422Shared CWE-121
CVE-2025-54485Shared CWE-121
CVE-2025-11783Shared CWE-121
CVE-2025-29149Shared CWE-121
CVE-2025-15273Shared CWE-121
CVE-2025-54491Shared CWE-121
CVE-2025-70656Shared CWE-121
CVE-2025-70304Shared CWE-121
CVE-2025-71023Shared CWE-121

Affected Assets

Blackhat
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the lack of proper boundary validation of user-supplied data in Bluetooth L2CAP packets to prevent stack-based buffer overflows.

prevent

Implements memory protections such as stack canaries, ASLR, and DEP to mitigate exploitation of stack-based buffer overflows for remote code execution.

prevent

Establishes usage restrictions and authorizations for wireless access, limiting exposure to adjacent-proximity Bluetooth attacks on the Infotainment ECU.

References