PatchSiren

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
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-27
Original CVE updated
2026-06-16
Advisory published
2026-05-27
Advisory updated
2026-06-16

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.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-45986 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-45986

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-45986 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45986

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/02c64052fad03699b9c6d1df2f9b444d17e4ac50

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/22f1dd4ca3bfe77db52cc7df3cc353dc114aab8b

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3061c9bfb3f5b3522ab174e2fa7473b24422d1c6

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/502440c235fe34cee02b24d7f893841f7565b3bc

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/910f335786a0a0f0b46c3c8c19a13d25cb4454b6

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.