CVE-2026-64417

Source
https://cve.org/CVERecord?id=CVE-2026-64417
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64417.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64417
Downstream
Published
2026-07-25T08:50:56.800Z
Modified
2026-07-27T04:03:19.377986193Z
Summary
mm: shrinker: fix NULL pointer dereference in debugfs
Details

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

mm: shrinker: fix NULL pointer dereference in debugfs

shrinkerdebugfsadd() creates both "count" and "scan" debugfs files unconditionally.

That assumes every shrinker implements both countobjects() and scanobjects(), which is not guaranteed. For example, the xen-backend shrinker sets countobjects() but leaves scanobjects() NULL, so writing to its scan file calls through a NULL function pointer and panics the kernel:

BUG: kernel NULL pointer dereference, address: 0000000000000000 RIP: 0010:0x0 Code: Unable to access opcode bytes at 0xffffffffffffffd6. Call Trace: <TASK> shrinkerdebugfsscanwrite+0x12e/0x270 fullproxywrite+0x5f/0x90 vfswrite+0xde/0x420 ? filpflush+0x75/0x90 ? filpclose+0x1d/0x30 ? dodup2+0xb8/0x120 ksyswrite+0x68/0xf0 ? filpflush+0x75/0x90 dosyscall64+0xb3/0x5b0 entrySYSCALL64after_hwframe+0x76/0x7e

The count path has the same issue in principle if a shrinker omits count_objects().

To fix it, only create "count" and "scan" debugfs files when the corresponding callbacks are present.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64417.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
bbf535fd6f06b94b9d07ed6f09397a936d4a58d8
Fixed
ebb45c2648b1f60715fd283700f651e05e431231
Fixed
09d2407985b8ce3e831f9d4310fe7ac06a6b3ae9
Fixed
36f8534f461222291a74156ab91f3ba9f09b6f93
Fixed
006467ab932698612398f853344a7405164541f4
Fixed
b9beed2322f3538b0d2d53307062da4102b8d8d8
Fixed
e30453c61e185e914fde83c650e268067b140218

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.0.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.96
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-64417.json"