CVE-2026-72176
Received Received - Intake

Memory Leak in Linux Kernel DAMON Sysfs

Vulnerability report for CVE-2026-72176, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a memory leak and potential uninitialized memory access in the DAMON (Data Access Monitor) subsystem. Specifically, when setting up directories for monitoring schemes, an error path incorrectly releases a directory object, causing the stats directory to leak. In severe cases, this can lead to uninitialized memory dereferencing if the tried_regions directory setup fails during initial allocation.

Detection Guidance

This vulnerability is specific to the Linux kernel's DAMON subsystem and requires kernel-level inspection. Detection involves checking kernel logs for errors related to DAMON sysfs scheme directory setup failures. Use commands like dmesg | grep -i damon or journalctl -k | grep -i damon to search for relevant errors.

Impact Analysis

This vulnerability primarily affects systems running vulnerable Linux kernel versions with DAMON enabled. It may cause memory leaks, system instability, or crashes if the error path is triggered. However, setup failures are uncommon, so real-world impact is likely limited unless specific monitoring configurations are used.

Mitigation Strategies

Apply the latest kernel update provided by your Linux distribution to patch this issue. If immediate patching is not possible, disable the DAMON sysfs interface by removing the kernel module or restricting access to sysfs directories related to DAMON.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72176. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart