Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
High

Linux kernel crypto CAAM DMA corruption on long HMAC keys

IdentifiersCVE-2026-43044CWE-787

CVE-2026-43044 is a local Linux kernel vulnerability in the crypto CAAM component when processing HMAC keys longer than the hash block size. In this code path, the supplied key is first copied and then hashed into the effective key. The implementation correctly computed a DMA cache-aligned size for the temporary key buffer, but failed to use that rounded size for the actual allocation. As a result, the hashed key operation could write past the end of the allocated buffer and corrupt adjacent memory due to improper DMA cache alignment handling. The issue was fixed by replacing kmemdup with kmalloc for a sufficiently large buffer and then copying the key with memcpy.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation can result in corruption of neighboring kernel memory, with potential impact to confidentiality, integrity, and availability. Because the flaw occurs in kernel-space cryptographic processing, memory corruption could plausibly lead to kernel crashes, denial of service, exposure or corruption of sensitive data, and potentially further compromise depending on the surrounding memory layout and reachable execution path.

Mitigation

If you can’t patch tonight, do this now.

If immediate patching is not possible, reduce exposure by limiting local access and restricting the ability of low-privileged users or workloads to invoke vulnerable kernel crypto functionality through the CAAM-backed HMAC path. Systems not using the affected CAAM hardware/driver path may have reduced practical exposure, but no complete mitigation short of applying the fixed kernel is provided in the available information.

Remediation

Patch, then assume compromise.

Apply a kernel update containing the upstream fix for CVE-2026-43044. The fix changes the temporary key-buffer allocation logic in the CAAM HMAC handling path to allocate a DMA cache-aligned buffer of the correct rounded size using kmalloc, followed by memcpy. On SUSE systems, install the vendor-provided fixed kernel packages referenced in the relevant advisories and reboot into the updated kernel.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
LinuxLinux Kerneloperating_system

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

ACTIVITY FEED

Recent activity

5 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.

No news coverage yet. Advisories and community discussion only.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity3

Community discussion across Reddit, Mastodon, and other social sources.