CVE-2025-21999 is a Linux kernel use-after-free vulnerability in the proc filesystem's proc_get_inode() path. The flaw is caused by a race condition between loadable module removal and inode instantiation for /proc entries. A proc directory entry may retain references to module-owned proc_ops, but those operations structures do not belong to /proc itself. During a concurrent sequence where one thread performs lookup and inode creation for a /proc entry while another unloads the backing module and removes the proc entry, proc_get_inode() can dereference proc_ops after the module memory has already been freed. In the demonstrated failure path, a regular-file proc inode instantiation can reach logic that checks proc_read_iter through the freed proc_ops pointer, resulting in a kernel page fault and KASAN-detected use-after-free. The upstream fix stores the information needed for inode instantiation in the proc directory entry before proc_register(), eliminating the unsafe later dereference of module-owned proc_ops during lookup.
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.
10 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 proc_get_inode().
A Linux kernel use-after-free vulnerability in proc_get_inode().
A Linux kernel use-after-free vulnerability in proc_get_inode().
A Linux kernel vulnerability involving a use-after-free in proc_get_inode().
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.