CVE-2026-53334
Last modified
CVE-2026-53334 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: handle ctx allocation failure Patch series "mm/damon/{reclaim,lru_sort}: handle ctx allocation failures". DAMON_RECLAIM and DAMON_LRU_SORT could dereference NULL pointers if their damon_ctx object allocations fail. The bugs are expected to happen infrequently because the allocations are arguably too small to fail on common setups. 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/damon/reclaim: handle ctx allocation failure Patch series "mm/damon/{reclaim,lru_sort}: handle ctx allocation failures". DAMON_RECLAIM and DAMON_LRU_SORT could dereference NULL pointers if their damon_ctx object allocations fail. The bugs are expected to happen infrequently because the allocations are arguably too small to fail on common setups. But theoretically they are possible and the consequences are bad. Fix those. The issues were discovered [1] by Sashiko. This patch (of 2): DAMON_RECLAIM allocates the damon_ctx object for its kdamond in its init function. damon_reclaim_enabled_store() wrongly assumes the allocation will always succeed once tried. If the damon_ctx allocation was failed, therefore, code execution reaches to damon_commit_ctx() while 'ctx' is NULL. As a result, it dereferences the NULL 'ctx' pointer. Avoid the NULL dereference by returning -ENOMEM if 'ctx' is NULL.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.18, < 6.18.36 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.13 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53334?
How severe is CVE-2026-53334?
How do I fix CVE-2026-53334?
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-53329In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-5333A security flaw has been discovered in DefaultFuction Conten…9.8
- CVE-2026-53330In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53331In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53332In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53333In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53335In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53336In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53337In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53338In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53339In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5334A weakness has been identified in itsourcecode Online Enroll…9.8
Are you affected by CVE-2026-53334?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
