CVE-2026-43056 is a use-after-free vulnerability in the Linux kernel net/mana component, specifically in the add_adev() error path. When auxiliary_device_add() fails, add_adev() transitions to cleanup logic that calls auxiliary_device_uninit() on an embedded auxiliary device object. That uninitialization invokes the configured release callback, adev_release(), which frees the containing struct mana_adev. Because the auxiliary device structure is embedded within struct mana_adev, subsequent fall-through cleanup code that accesses adev->id dereferences memory that may already have been freed. The upstream fix preserves the allocated auxiliary device identifier in a local variable before calling auxiliary_device_add(), and then uses that saved value during cleanup instead of reading from the freed embedded object.
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.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
15 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel use-after-free vulnerability in the net/mana component's add_adev() error path.
A Linux kernel use-after-free vulnerability in net/mana in the add_adev() error path.
A Linux kernel use-after-free vulnerability in the net/mana add_adev() error path.
A use-after-free vulnerability in the Linux kernel net/mana component's add_adev() error path, triggered when auxiliary_device_add() fails and cleanup accesses an embedded auxiliary device after it has been freed.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.