SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-14296

HIGH · CVSS 7.5 EPSS 0.11%

Source: NVD + CISA KEV + EPSS · Published 2026-09-07 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability arises from the Direct XIP update strategy, where the main application image can initiate other cores without proper verification, potentially leading to the execution of unauthorized code. This flaw allows MCUboot to boot from different slots for various images, which could compromise the integrity of the system by executing a radio image from an unauthenticated slot. Organizations utilizing affected products with MCUboot should prioritize addressing this vulnerability to mitigate risks of unauthorized access and control over their systems.

CVE
CVE-2026-14296
Severity
HIGH
CVSS
7.5
EPSS
0.11%

Original NVD Description

When using the Direct XIP update strategy, the main application image starts other cores (i.e. radio core), based on the currently active slot without additional verification. The MCUboot in the bare (upstream) configuration assumes that if there is at least a single slot for each image available, the system is bootable and continues the boot process. This may lead to a situation when MCUboot picks different slot for different images (i.e. (a) for the main application and (b) for the radio image), boots the main application (from slot (a)) that afterwards starts the radio image by providing an address of the unauthenticated slot ((a) instead of (b)).