CVE-2026-31652

Source
https://cve.org/CVERecord?id=CVE-2026-31652
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-31652.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-31652
Downstream
Published
2026-04-24T14:45:04.930Z
Modified
2026-07-08T08:00:04.616930036Z
Summary
mm/damon/stat: deallocate damon_call() failure leaking damon_ctx
Details

In the Linux kernel, the following vulnerability has been resolved:

mm/damon/stat: deallocate damoncall() failure leaking damonctx

damonstatstart() always allocates the module's damonctx object (damonstatcontext). Meanwhile, if damoncall() in the function fails, the damonctx object is not deallocated. Hence, if the damoncall() is failed, and the user writes Y to “enabled” again, the previously allocated damon_ctx object is leaked.

This cannot simply be fixed by deallocating the damonctx object when damoncall() fails. That's because damoncall() failure doesn't guarantee the kdamond main function, which accesses the damonctx object, is completely finished. In other words, if damonstatstart() deallocates the damonctx object after damoncall() failure, the not-yet-terminated kdamond could access the freed memory (use-after-free).

Fix the leak while avoiding the use-after-free by keeping returning damonstatstart() without deallocating the damonctx object after damoncall() failure, but deallocating it when the function is invoked again and the kdamond is completely terminated. If the kdamond is not yet terminated, simply return -EAGAIN, as the kdamond will soon be terminated.

The issue was discovered [1] by sashiko.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31652.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
405f61996d9d2e9d497cd9f6b66f41dc28d3d1d8
Fixed
447f8870b484f6596d7a7130e72bd0a3f1e037bb
Fixed
16c92e9bf55fa049ddb5e894dc0623dacd46a620
Fixed
4c04c6b47c361612b1d70cec8f7a60b1482d1400

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-31652.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.17.0
Fixed
6.18.23
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.13

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-31652.json"