PatchSiren cyber security CVE debrief
CVE-2026-93795 Linux CVE debrief
A vulnerability in the Linux kernel's blk-cgroup subsystem has been addressed. The issue involves a fix for leaks and the online flag on radix_tree_insert failure. When radix_tree_insert() fails in blkg_create(), the error path had two problems: it unconditionally set blkg->online to true, even if the blkg was never fully inserted, and it called blkg_put() without first calling percpu_ref_kill(), leading to permanent leaks of blkg memory, its percpu iostat, policy data, the parent blkg reference, and the cgroup css reference.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-24
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-24
- Advisory updated
- 2026-09-25
Who should care
Linux kernel maintainers, Linux distribution maintainers, and users of Linux systems should assess their exposure and verify the presence of the fix to prevent potential memory leaks and system instability. Linux kernel users and maintainers should assess exposure and verify the presence of the fix in their systems.
Why it matters
Linux kernel users and maintainers should assess exposure and verify the presence of the fix to prevent potential memory leaks and system instability.
- Memory leaks due to unreleased blk-cgroup resources
- Potential system instability due to unaddressed blk-cgroup issues
- Verification of fix presence required for secure operation
Technical summary
The vulnerability involves a fix for leaks and the online flag on radix_tree_insert failure in the blk-cgroup subsystem of the Linux kernel. The error path in blkg_create() had two issues: it unconditionally set blkg->online to true, even if the blkg was never fully inserted, and it called blkg_put() without first calling percpu_ref_kill(), leading to permanent leaks of blkg memory, its percpu iostat, policy data, the parent blkg reference, and the cgroup css reference. Linux kernel users and maintainers should assess exposure and verify the presence of the fix in their systems to prevent potential memory leaks and system instability.
Defensive priority
Linux kernel maintainers and users should assess exposure and verify the presence of the fix in their systems.
Recommended defensive actions
- Review Linux kernel versions and ensure the fix is applied
- Verify system configurations for blk-cgroup usage
- Monitor for potential memory leaks and performance issues
- Confirm whether affected Linux kernel deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability and its resolution. Three source references from the Linux kernel Git repository are provided, detailing the specific commits that address the issue.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-93795 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-93795
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-93795 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-93795
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/4c0d150fb98ea40760611979f4e664c244b20966
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6e85f02d45b5977c0326a8d854c6db878aa6b34a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/dbbca20764382b4d411ec2918f4e278ffe547acc
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.