Skip to main content

Zephyr RTOS CVE-2026-0849

| EUVDEUVD-2026-12186 LOW
Classic Buffer Overflow (CWE-120)
2026-03-14 zephyr
3.8
CVSS 3.1 · NVD

Severity by source

NVD PRIMARY
3.8 LOW
AV:P/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L
vuln.today AI
6.3 MEDIUM

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.

3.1 AV:P/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:P/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Physical
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

3
Analysis Generated
Jul 24, 2026 - 08:18 vuln.today
EUVD ID Assigned
Mar 14, 2026 - 22:00 euvd
EUVD-2026-12186
CVE Published
Mar 14, 2026 - 21:05 nvd
LOW 3.8

DescriptionCVE.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.

More in Zephyr

View all
CVE-2023-4260 CRITICAL POC
10.0 Sep 27

Potential off-by-one buffer overflow vulnerability in the Zephyr fuse file system. Rated critical severity (CVSS 10.0),

CVE-2023-5055 CRITICAL POC
9.8 Nov 21

Possible variant of CVE-2021-3434 in function le_ecred_reconf_req. Rated critical severity (CVSS 9.8), this vulnerabilit

CVE-2023-4257 CRITICAL POC
9.8 Oct 13

Unchecked user input length in /subsys/net/l2/wifi/wifi_shell.c can cause buffer overflows. Rated critical severity (CVS

CVE-2023-3725 CRITICAL POC
9.8 Oct 06

Potential buffer overflow vulnerability in the Zephyr CAN bus subsystem. Rated critical severity (CVSS 9.8), this vulner

CVE-2021-3323 CRITICAL POC
9.8 Oct 12

Integer Underflow in 6LoWPAN IPHC Header Uncompression in Zephyr. Rated critical severity (CVSS 9.8), this vulnerability

CVE-2021-3625 CRITICAL POC
9.8 Oct 05

Buffer overflow in Zephyr USB DFU DNLOAD. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable

CVE-2021-3319 CRITICAL POC
9.8 Oct 05

DOS: Incorrect 802154 Frame Validation for Omitted Source / Dest Addresses. Rated critical severity (CVSS 9.8), this vul

CVE-2018-1000800 CRITICAL POC
9.8 Sep 06

zephyr-rtos version 1.12.0 contains a NULL base pointer reference vulnerability in sys_ring_buf_put(), sys_ring_buf_get(

CVE-2023-4264 CRITICAL POC
9.6 Sep 27

Potential buffer overflow vulnerabilities n the Zephyr Bluetooth subsystem. Rated critical severity (CVSS 9.6), this vul

CVE-2026-1678 CRITICAL POC
9.4 Mar 05

Buffer overflow in Zephyr RTOS dns_unpack_name() function causing OOB writes. PoC available.

CVE-2024-1638 CRITICAL POC
9.1 Feb 19

The documentation specifies that the BT_GATT_PERM_READ_LESC and BT_GATT_PERM_WRITE_LESC defines for a Bluetooth characte

CVE-2023-5753 HIGH POC
8.8 Oct 25

Potential buffer overflows in the Bluetooth subsystem due to asserts being disabled in /subsys/bluetooth/host/hci_core.c

Share

CVE-2026-0849 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy