CVE-2026-89548

Source
https://cve.org/CVERecord?id=CVE-2026-89548
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89548.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89548
Downstream
Published
2026-09-11T19:44:23Z
Modified
2026-09-13T03:47:19Z
Summary
SUNRPC: always drain cache_cleaner before destroying a cache_detail
Details

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

SUNRPC: always drain cache_cleaner before destroying a cache_detail

sunrpc_destroy_cache_detail() only cancels the global cache_cleaner delayed_work when cache_list is empty. During per-netns teardown cache_list is never empty because init_net's caches remain registered, so the cancel never fires. After unlink, the caller proceeds to cache_destroy_net() which kfrees the cache_detail while cache_clean() may still hold a dangling pointer to it. The result is a use-after-free: cache_dequeue() takes cd->queue_lock on freed memory, and cache_put() dereferences cd->cache_put as a function pointer from freed slab.

Drop the list_empty guard so that cancel_delayed_work_sync() always runs, ensuring any in-flight cache_clean() completes before the cache_detail is freed. Re-arm the cleaner afterwards if other caches are still registered.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89548.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
820f9442e711a81749e70c40f149fc54c4ce0ca8
Fixed
9d44836f60c8c29bcdb1471fd9202387c642a890
Fixed
2e861ce2aaa468351a6a47c4cbb4971ebb740c7b
Fixed
3d60fdf951143d6ef4e352e2f8eb852286701726
Fixed
f42d0fda0c67695db6bc704b04b7c10240805377

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.4.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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