Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts->nr in repeat_call_fn damon_sysfs_repeat_call_fn() calls damon_sysfs_upd_tuned_intervals(), damon_sysfs_upd_schemes_stats(), and damon_sysfs_upd_schemes_effective_quotas() without checking contexts->nr. If nr_contexts is set to 0 via sysfs while DAMON is running, these functions dereference contexts_arr[0] and cause a NULL pointer dereference. Add the missing check. For example, the issue can be reproduced using DAMON sysfs interface and DAMON user-space tool (damo) [1] like below. $ sudo damo start --refresh_interval 1s $ echo 0 | sudo tee \ /sys/kernel/mm/damon/admin/kdamonds/0/contexts/nr_contexts
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.17, < 6.18.21 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/3527e9fdc38570cea0f6ddb7a2c9303d4044b217Patch
- https://git.kernel.org/stable/c/652cd0641a763dd0e846b0d12814977fadb2b7d8Patch
- https://git.kernel.org/stable/c/6557004a8b59c7701e695f02be03c7e20ed1cc15Patch
FAQ
What is CVE-2026-31457?
CVE-2026-31457 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts->nr in repeat_call_fn damon_sysfs_repeat_call_fn() calls damon_sysfs_upd_tuned_intervals(), damon_s...
How severe is CVE-2026-31457?
CVE-2026-31457 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-31457?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.