PatchSiren cyber security CVE debrief
CVE-2026-93240 Linux CVE debrief
A vulnerability in the Linux kernel's memcg (memory cgroup) subsystem has been addressed. The v1 soft limit knob has been made inert, as it has been deprecated since Linux kernel version 6.12. This change decouples the interface from its implementation, keeping the memory.soft_limit_in_bytes interface but making writes to it inert and always reporting the maximum value on read.
- 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 to CVE-2026-93240 and verify applied fixes. This includes reviewing Linux kernel versions for exposure, verifying fixes for the memcg vulnerability, and monitoring Linux kernel updates for potential related vulnerabilities.
Why it matters
CVE-2026-93240 is a vulnerability in the Linux kernel's memcg subsystem involving the deprecation of the v1 soft limit knob. Linux kernel maintainers and users should assess exposure and verify applied fixes.
- Verify Linux kernel versions for CVE-2026-93240 exposure
- Assess and apply fixes for the memcg vulnerability
- Monitor Linux kernel updates for potential related vulnerabilities
Technical summary
The Linux kernel's memcg subsystem had a vulnerability involving the v1 soft limit knob, which has been deprecated since Linux kernel version 6.12. This knob has been made inert to prevent any potential issues. The change keeps the memory.soft_limit_in_bytes interface but makes writes to it inert and always reports the maximum value on read. This change also fixes the syzbot report linked. Soft limit reclaim is the only caller that runs shrink_lruvec() from kswapd against a specific memcg, so it is the only way to reach lru_gen_shrink_lruvec() and in turn set_mm_walk(), which warns when called from kswapd. Linux kernel maintainers and users should assess exposure and verify the applied fix.
Defensive priority
Linux kernel maintainers and users should assess exposure and verify the applied fix.
Recommended defensive actions
- Review Linux kernel versions and assess exposure to CVE-2026-93240
- Verify applied fixes for the memcg vulnerability
- Monitor Linux kernel updates for potential related vulnerabilities
- 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 Linux kernel assets that need extra review.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability and its resolution in the Linux kernel. The vulnerability involves making the v1 soft limit knob inert. The NVD entry is currently Received.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-93240 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-93240
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-93240 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-93240
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/0a90e268cce7023f34087bfa4affb42e29ff5f45
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5ec8f629a300cc40e746d6178f724bdff7683fa7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/72fb67f6e0e5d78e4f34cf9929d1afdb0fd54203
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a3417097fb107cea3358b19bcbb4eb655fd67f8c
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.