CVE-2026-64267

Source
https://cve.org/CVERecord?id=CVE-2026-64267
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64267.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64267
Downstream
Published
2026-07-25T08:49:15.720Z
Modified
2026-07-27T04:03:19.289991547Z
Summary
fuse: avoid 32-bit prune notification count wrap
Details

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

fuse: avoid 32-bit prune notification count wrap

FUSENOTIFYPRUNE validates the nodeid payload length with:

size - sizeof(outarg) != outarg.count * sizeof(u64)

On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count multiplication can wrap. A prune notification with count 0x20000000 and no nodeid payload passes the check, enters the copy loop, and asks the device copy path to read nodeids that are not present in the userspace write buffer. In QEMU this reaches the fusecopyfill() BUGON(!err) path.

Validate the payload length with array_size() instead. That accepts exactly the same valid messages, but avoids wrapping arithmetic before the copy loop consumes the count.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64267.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
3f29d59e92a96d843c2ff10ebfed92ac26878658
Fixed
6e2d84fdeac05bfd858e84a76353fdb84f23a43e
Fixed
c78c4b242299bc581e4987e5c2786c6f4760c516
Fixed
54243797cedf55447b4c5d560e8cd709900061ae

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.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-64267.json"