CVE-2026-52991 is a Linux kernel vulnerability in the sched/psi and cgroup code path caused by a race between pressure_write() and cgroup file release. The flaw involves the priv member of struct kernfs_open_file, which stores a ctx object used by pressure_write(). During concurrent cgroup teardown, cgroup_file_release() can free that ctx object and clear of->priv while pressure_write() is still operating on it. Because accesses to of->priv inside pressure_write() were not fully synchronized with cgroup_mutex, pressure_write() could retrieve or dereference a stale ctx pointer after it had been freed, resulting in a use-after-free. A second race window exists after cgroup_kn_lock_live() succeeds but before cgroup_mutex is acquired, allowing another operation to release the file and set of->priv to NULL, which can lead to a NULL pointer dereference when pressure_write() accesses ctx->psi.trigger. The fix expands cgroup_mutex coverage in pressure_write(), moves retrieval of ctx until after the live kernfs node lock is acquired, and adds handling for the case where of->priv is NULL.
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.
11 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel use-after-free and possible NULL dereference vulnerability caused by a race condition between pressure_write() and cgroup file release in sched/psi and cgroup handling.
A Linux kernel race condition vulnerability in sched/psi involving file release and pressure write operations.
A specific vulnerability affecting Red Hat Enterprise Linux 10.2 kernel-related packages; the content does not provide technical details beyond listing it in the advisory.
A Linux kernel vulnerability in sched/psi caused by a race condition between file release and pressure write.
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.