Severity by source
AV:P/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L
Physical bus access (AV:P) and high complexity (AC:H) are confirmed; kernel memory corruption with execution hijack potential justifies C:H/I:H/A:H over the vendor's conservative C:L/I:L/A:L.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
Malformed ATAES132A responses with an oversized length field overflow a 52-byte stack buffer in the Zephyr crypto driver, allowing a compromised device or bus attacker to corrupt kernel memory and potentially hijack execution.
AnalysisAI
Stack buffer overflow in the Zephyr RTOS ATAES132A crypto driver allows a physically-present or bus-positioned attacker to overflow a fixed 52-byte stack buffer by supplying malformed device responses with an oversized length field. Affected systems run Zephyr versions up to and including 4.3 with the ATAES132A driver enabled, and successful exploitation can corrupt kernel stack memory with potential for execution hijack. No public exploit has been identified and the EPSS score of 0.01% (3rd percentile) reflects the highly constrained physical access prerequisite; the vulnerability is not listed in CISA KEV.
Technical ContextAI
The Zephyr RTOS (cpe:2.3:a:zephyrproject-rtos:zephyr:*:*:*:*:*:*:*:*) includes a driver for the Microchip ATAES132A, an AES-128 hardware security co-processor that communicates over I2C or SPI. When the driver parses a response packet from the ATAES132A device, it reads the length field from the response and copies payload data into a fixed 52-byte buffer allocated on the kernel stack without first validating that the reported length fits within that buffer. This is a textbook CWE-120 (Classic Buffer Overflow) - the absence of a bounds check allows an attacker who controls the bus response to write past the 52-byte boundary, corrupting adjacent stack frames including saved return addresses and local variables in kernel context. The affected version range covers all Zephyr releases up to and including 4.3, as confirmed by EUVD-2026-12186.
RemediationAI
The primary remediation is to update Zephyr RTOS to a version that incorporates the upstream fix for GHSA-ff4p-3ggg-prp6, available via the Zephyr project advisory at https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-ff4p-3ggg-prp6. An exact patched release version is not independently confirmed from the available data - verify the minimum safe version against the upstream advisory before deploying. If immediate patching is not feasible, the most effective compensating control is to disable the ATAES132A driver at build time by removing CONFIG_CRYPTO_ATAES132A from the Zephyr build configuration; the trade-off is loss of ATAES132A hardware crypto acceleration, which must be replaced by an alternative crypto path if that functionality is required. Additionally, restricting physical access to the I2C or SPI bus on deployed hardware reduces the bus-attacker attack surface, as does supply-chain vetting to prevent compromised ATAES132A peripheral chips from entering the device fleet.
Potential off-by-one buffer overflow vulnerability in the Zephyr fuse file system. Rated critical severity (CVSS 10.0),
Possible variant of CVE-2021-3434 in function le_ecred_reconf_req. Rated critical severity (CVSS 9.8), this vulnerabilit
Unchecked user input length in /subsys/net/l2/wifi/wifi_shell.c can cause buffer overflows. Rated critical severity (CVS
Potential buffer overflow vulnerability in the Zephyr CAN bus subsystem. Rated critical severity (CVSS 9.8), this vulner
Integer Underflow in 6LoWPAN IPHC Header Uncompression in Zephyr. Rated critical severity (CVSS 9.8), this vulnerability
Buffer overflow in Zephyr USB DFU DNLOAD. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable
DOS: Incorrect 802154 Frame Validation for Omitted Source / Dest Addresses. Rated critical severity (CVSS 9.8), this vul
zephyr-rtos version 1.12.0 contains a NULL base pointer reference vulnerability in sys_ring_buf_put(), sys_ring_buf_get(
Potential buffer overflow vulnerabilities n the Zephyr Bluetooth subsystem. Rated critical severity (CVSS 9.6), this vul
Buffer overflow in Zephyr RTOS dns_unpack_name() function causing OOB writes. PoC available.
The documentation specifies that the BT_GATT_PERM_READ_LESC and BT_GATT_PERM_WRITE_LESC defines for a Bluetooth characte
Potential buffer overflows in the Bluetooth subsystem due to asserts being disabled in /subsys/bluetooth/host/hci_core.c
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12186