CVE-2026-64356

Source
https://cve.org/CVERecord?id=CVE-2026-64356
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64356.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64356
Downstream
Published
2026-07-25T08:50:14.049Z
Modified
2026-07-27T04:03:21.470891168Z
Summary
xfs: fix memory leak in xfs_dqinode_metadir_create()
Details

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

xfs: fix memory leak in xfsdqinodemetadir_create()

If xfsmetadircreate() fails in xfsdqinodemetadir_create(), the current code returns directly, leaking the allocated update and transaction state. If the subsequent commit fails, the caller-owned inode reference is left behind.

Fix this memory leak by routing the create failure path through xfsmetadircancel(). For both create and commit failures, finish and release any inode returned to the caller, mirroring the unwind pattern in xfsmetadirmkdir().

The bug was first flagged by an experimental analysis tool we are developing for kernel memory-management bugs while analyzing v6.13-rc1. The tool is still under development and is not yet publicly available. Manual inspection confirms that the bug is still present in v7.1.1.

An x8664 allyesconfig build showed no new warnings. Runtime validation used kprobe fault injection during mount -o uquota on a metadir XFS image. Injecting xfsmetadircreate() reproduced the old active-update path that left mount stuck later in mount setup; after this change, the same injection reported cancelhits=1 and irelehits=1. Injecting xfsmetadircommit() exercised the old inode-reference leak path; after this change, it reported irelehits=1.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64356.json"
}
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
e80fbe1ad8eff7d7d1363e14f1e493d84dd37c84
Fixed
c3d3d2212c2966973dd7d603c6c6e6ed6fc7fbe1
Fixed
06a2e6dbaa26c0740ac76dfa66b0aedc78d05820
Fixed
45de375b25060edf46e20abb36521ba530336ceb

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

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