PatchSiren cyber security CVE debrief
CVE-2026-45986 Linux CVE debrief
A memory leak vulnerability in the Linux kernel's ARM TrustZone CryptoCell (ccree) driver has been resolved. The flaw exists in the cc_mac_digest() function, where a failure path in cc_map_hash_request_final() could leave mapped memory unreleased. The fix adds a cc_unmap_result() call to ensure proper cleanup when mapping operations fail. This affects systems utilizing the CryptoCell hardware cryptographic accelerator through the ccree driver.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-27
- Original CVE updated
- 2026-05-27
- Advisory published
- 2026-05-27
- Advisory updated
- 2026-05-27
Who should care
System administrators running Linux on ARM platforms with TrustZone CryptoCell hardware accelerators; embedded systems and IoT device manufacturers utilizing ARM SoCs with integrated cryptographic engines; cloud providers offering ARM-based instances with hardware crypto offload; security teams monitoring kernel memory exhaustion vectors
Technical summary
The vulnerability is located in drivers/crypto/ccree/cc_hash.c in the cc_mac_digest() function. When cc_map_hash_request_final() fails during MAC digest operations, the previously mapped result buffer was not unmapped, leading to a memory leak. The resolution adds a cc_unmap_result() call in the error path to ensure DMA mappings are properly released. This is a resource exhaustion vulnerability affecting kernel memory management in cryptographic operations.
Defensive priority
medium
Recommended defensive actions
- Review kernel configurations for systems utilizing ARM TrustZone CryptoCell hardware cryptographic accelerators
- Monitor stable kernel updates for ccree driver patches corresponding to the referenced commits
- Apply kernel updates from distribution vendors when available, prioritizing systems with hardware crypto offload enabled
- Consider disabling hardware crypto acceleration via kernel module parameters if patches are unavailable and cryptographic performance is not critical
- Audit systems for unusual memory consumption patterns in kernel space that may indicate resource exhaustion from this leak
Evidence notes
The vulnerability description indicates a memory leak in the ARM TrustZone CryptoCell (ccree) driver's cc_mac_digest() function. The fix adds proper unmapping of results when hash request finalization mapping fails. Five kernel.org stable tree commits are referenced, suggesting backports to multiple stable kernel branches. The CVE was published and modified on 2026-05-27, with NVD status 'Awaiting Analysis' indicating CVSS scoring is pending.
Official resources
-
CVE-2026-45986 CVE record
CVE.org
-
CVE-2026-45986 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
2026-05-27