CVE-2026-89752
Last modified
CVE-2026-89752 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new limit before synchronous reclaim, but continue to use the writer's local target in the reclaim loop. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new limit before synchronous reclaim, but continue to use the writer's local target in the reclaim loop. If another writer raises or removes the limit, the first writer can continue reclaiming toward a stale target. For memory.max, this can leave the writer looping indefinitely once reclaim retries are exhausted. The OOM path sees sufficient margin under the current limit and returns true without killing, while the writer still compares usage against its stale target and records another OOM event. Check the current limit at the start of each reclaim iteration and stop if it no longer matches the writer's target. Reproducer: Populate a cgroup with anonymous memory and disable swapping. Lower memory.max from one open file, then restore it to "max" through another open file after the new limit becomes visible. Without the patch, the first writer remains blocked and repeatedly increments the OOM event counter. With the patch, it returns normally. This was not motivated by a reported production workload. We found it through automated randomized testing for our cgroup observability work and reduced it to the reproducer above.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b6e6edcfa40561e9c8abe5eecf1c96f8e5fd9c6f, < ebf762a393630d1582645be3f0fc22a674eb9122; >= b6e6edcfa40561e9c8abe5eecf1c96f8e5fd9c6f, < 4ea0617b9e46d26c0a3e5af00308ea1931cc545d; >= b6e6edcfa40561e9c8abe5eecf1c96f8e5fd9c6f, < 5c6f87d33733d96fba66ea4e78cd8b24b4d60a49; >= b6e6edcfa40561e9c8abe5eecf1c96f8e5fd9c6f, < 8bf21ad3657305e28deafd9ef16a121407496bc3; >= b6e6edcfa40561e9c8abe5eecf1c96f8e5fd9c6f, < 39ec1e4183a718f448b2e9de681dcbdda18fce42; >= b6e6edcfa40561e9c8abe5eecf1c96f8e5fd9c6f, < 95d87030cae7764805aa7c621c52871139297cb0; >= b6e6edcfa40561e9c8abe5eecf1c96f8e5fd9c6f, < aab391074de96ed601eeca32daef9a8507d436d9; >= b6e6edcfa40561e9c8abe5eecf1c96f8e5fd9c6f, < 9477820c63cbf4d97114238f3d1ff10dfd6bee3f; 0ccab5b139971a2a3f48df24d1ee8be2dbf84042; 97729c37439040ec07807f0dbb71ea60ccbafd27; >= 4.4.7, < 4.5; >= 4.5.1, < 4.6 |
| Linux | Linux | 4.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89752?
How severe is CVE-2026-89752?
How do I fix CVE-2026-89752?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89747In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89749In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8975Memory safety bugs present in Firefox ESR 115.35, Firefox ES…8.8
- CVE-2026-89750In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89751In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89753In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89754In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89755In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89756In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89757In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89758In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89752?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
