CVE-2026-68165
Last modified
CVE-2026-68165 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate ranges in damon_set_regions() DAMON core logic assumes zero length regions don't exist. However, a few DAMON API callers including DAMON_SYSFS, DAMON_RECLAIM and DAMON_LRU_SORT allow users to set empty monitoring target regions.
Description
In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate ranges in damon_set_regions() DAMON core logic assumes zero length regions don't exist. However, a few DAMON API callers including DAMON_SYSFS, DAMON_RECLAIM and DAMON_LRU_SORT allow users to set empty monitoring target regions. This could result in WARN_ONCE() on CONFIG_DAMON_DEBUG_SANITY enabled kernel, and divide-by-zero from damon_merge_two_regions(). For example, the WANR_ONCE() can be triggered like below. # grep DAMON_DEBUG_SANITY /boot/config-$(uname -r) # CONFIG_DAMON_DEBUG_SANITY=y # damo start # cd /sys/kernel/mm/damon/admin/kdamonds/0 # echo 0 > contexts/0/targets/0/regions/0/start # echo 0 > contexts/0/targets/0/regions/0/end # echo commit > state # dmesg [....] [ 73.705780] ------------[ cut here ]------------ [ 73.707552] start 0 >= end 0 [ 73.708452] WARNING: mm/damon/core.c:359 at damon_new_region+0x6e/0x80, CPU#1: kdamond.0/758 [...] All DAMON API callers eventually use damon_set_regions() to setup the regions. Add the validation logic in the function.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 43b0536cb4710e7bb591edfda7e68a1c327a3409, < b585facbafbb5cf117b37b1c75819ac046646c27; >= 43b0536cb4710e7bb591edfda7e68a1c327a3409, < c927b73a5694c735314ea10e7c81c07f9bd51ad7; >= 43b0536cb4710e7bb591edfda7e68a1c327a3409, < 4b6f1d6d5d07855bd1bb9e64922b049062138bfa; >= 43b0536cb4710e7bb591edfda7e68a1c327a3409, < 43aaddd0fa92010a68adeda7744c7cf497a1c8e9; >= 43b0536cb4710e7bb591edfda7e68a1c327a3409, < 1292c0ecb1caefb8ca064a3639d5673991e8810c |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68165?
How severe is CVE-2026-68165?
How do I fix CVE-2026-68165?
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-6816An access bypass vulnerability in Drupal TFA Basic Plugins a…3.8
- CVE-2026-68160In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68161In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68162In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68163In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68164In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68166In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68167In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68168In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68169In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6817The Quiz Maker by AYS plugin for WordPress is vulnerable to …5.8
- CVE-2026-68170In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68165?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
