CVE-2026-72176
Last modified
CVE-2026-72176 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error damon_sysfs_scheme_add_dirs() setup the tried_regions directory after the stats directory setup is completed. When the tried_regions directory setup is failed, the setup function ensures the reference for the tried regions directory is released. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error damon_sysfs_scheme_add_dirs() setup the tried_regions directory after the stats directory setup is completed. When the tried_regions directory setup is failed, the setup function ensures the reference for the tried regions directory is released. Hence the error path should put references on setup succeeded directory objects, starting from the stats directory. However, the error path is putting the tried_regions directory instead of the stats directory. As a direct result, the stats directory object is leaked. Worse yet, if the tried_regions directory setup failed from the initial allocation, the scheme->tried_regions field remains uninitialized. The following kobject_put(&scheme->tried_regions->kobj) call in the error path will dereference the uninitialized memory. The setup failures should not be common. But once it happens, the consequence is quite bad. Fix this issue by correctly putting the stats directory instead of the tried_regions directory. The issue was discovered [1] by Sashiko.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5181b75f438d2e5b7f27bf48c6ea88a87c2882b7, < 50a753171d255895e5dd41566986b48dcec06f31; >= 5181b75f438d2e5b7f27bf48c6ea88a87c2882b7, < f63d6e5ba72aeacdee4fddc902bd7616cd62b919; >= 5181b75f438d2e5b7f27bf48c6ea88a87c2882b7, < 40a04601a3f66cabd6629c258a07af645a658865; >= 5181b75f438d2e5b7f27bf48c6ea88a87c2882b7, < 6b6b5d7c2c957136b92c00b77b7175259f13082b; >= 5181b75f438d2e5b7f27bf48c6ea88a87c2882b7, < 05ea83ee88ca70f8932906d9f2617ff996f45b50 |
| Linux | Linux | 6.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72176?
How severe is CVE-2026-72176?
How do I fix CVE-2026-72176?
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-72170In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72171In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72172In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72173In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72174In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72175In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72177In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72178In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72179In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7218A vulnerability was detected in Totolink N300RT 3.4.0-B20250…7.3
- CVE-2026-72180In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72181In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72176?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
