Cyber Resilience

CVE-2026-5818

Published
24 June 2026
Modified
25 June 2026
CVSS Score v4 7.2
Click a component to see what it means
Raw vectorCVSS:4.0/AV:A/AC:L/AT:P/PR:H/UI:N/VC:N/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0015 5th percentile
Risk Priority 24 floored blend · peak EPSS

Summary

CVE-2026-5818 is a high-severity Incorrect Check of Function Return Value (CWE-253) vulnerability. Its CVSS base score is 7.2 (High).

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

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Incorrect check of function return value in Caliptra Core Runtime Firmware (ActivateFirmwareCmd::activate_fw modules) allows bypass of Caliptra Core's verification of the MCU FW during a hitless update. This issue affects Core Runtime Firmware: from 2.0.0 through 2.0.1, 2.1.0.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-54090Shared CWE-253
CVE-2024-43521Shared CWE-253
CVE-2026-35339Shared CWE-253
CVE-2026-35340Shared CWE-253
CVE-2023-24487Shared CWE-253
CVE-2026-43863Shared CWE-253
CVE-2026-46419Shared CWE-253
CVE-2026-35091Shared CWE-253
CVE-2026-53090Shared CWE-253
CVE-2025-57767Shared CWE-253

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and code analysis can discover missing or incorrect return-value checks.

Documented development standards and tools can mandate verified checking of every function return value.

Security engineering principles include requirements for robust error checking of all function returns.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly enforce proper error-handling and return-value checking during development.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development catches missing or incorrect return-value checks.

prevents

Secure SDLC mandates return-value checks and error handling, directly reducing CWE-253.

prevents

Application security requirements include robust error handling that mitigates incorrect return-value checks.

prevents

Secure architecture principles require defensive coding practices such as validating function results.

prevents

Secure coding explicitly demands checking return values, covering most of CWE-253.

References