GHSA-6MFJ-XX36-5894
Vulnerability from github – Published: 2026-08-15 06:32 – Updated: 2026-08-15 06:32In the Linux kernel, the following vulnerability has been resolved:
mm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()
Patch series "mm/damon/sysfs-schemes: fix wrong directories put orders in error paths".
Error paths of damon_sysfs_access_pattern_add_dirs() and damon_sysfs_scheme_add_dirs() functions put references to directories in wrong orders. As a result, uninitialized memory dereference and/or memory leak can happen. Fix those.
This patch (of 2):
In access_pattern_add_dirs(), error handling path puts references starting from setup failed directories. If the failure happpened from the initial allication in the setup functions, uninitialized memory dereference happen. The allocation failures will not commonly happen, but the consequence is quite bad. Fix the wrong reference put orders.
The issue was discovered [1] by Sashiko.
{
"affected": [],
"aliases": [
"CVE-2026-72177"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-15T06:21:35Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/damon/sysfs-schemes: fix dir put orders in access_pattern_add_dirs()\n\nPatch series \"mm/damon/sysfs-schemes: fix wrong directories put orders in\nerror paths\".\n\nError paths of damon_sysfs_access_pattern_add_dirs() and\ndamon_sysfs_scheme_add_dirs() functions put references to directories in\nwrong orders. As a result, uninitialized memory dereference and/or\nmemory leak can happen. Fix those.\n\n\nThis patch (of 2):\n\nIn access_pattern_add_dirs(), error handling path puts references starting\nfrom setup failed directories. If the failure happpened from the initial\nallication in the setup functions, uninitialized memory dereference\nhappen. The allocation failures will not commonly happen, but the\nconsequence is quite bad. Fix the wrong reference put orders.\n\nThe issue was discovered [1] by Sashiko.",
"id": "GHSA-6mfj-xx36-5894",
"modified": "2026-08-15T06:32:14Z",
"published": "2026-08-15T06:32:14Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72177"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/0710cc97962ca3bcabaa15ce7fead300faf726cd"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/a8c0592a80e954825f2ba29e7f32893f1df762f2"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/d58fdbe37a829fd2e5803dd4e5a72992dd8c5368"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e03442b0c48bdb034f5b7cf9f3b76d8025576071"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/ee59df7a886a35113f309e3eb791060c46f79bb1"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/f18c561eb9c51f1ba3adb6117926a98a66599848"
}
],
"schema_version": "1.4.0",
"severity": []
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.