CVE-2026-97901

Source
https://cve.org/CVERecord?id=CVE-2026-97901
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97901.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97901
Downstream
Published
2026-09-25T10:22:28Z
Modified
2026-09-26T03:48:30Z
Summary
genetlink: pin family module during policy dump
Details

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

genetlink: pin family module during policy dump

The generic netlink controller's policy dump keeps pointers to the target family's operation and policy tables in its callback state. A dump may be split across multiple skbs and remain pending after the initial request.

Netlink pins the module which owns the dump callback, but in this case that is the controller's owner rather than the target family's owner. The target family can consequently be unregistered and its module unloaded while a policy dump is pending. Advancing the dump then dereferences policy memory from the unloaded module.

Take a reference to the target family's module when the dump starts. Drop it from the error and done paths. This matches the lifetime for which the dump context retains the family and policy pointers.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97901.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
d07dcf9aadd6b2842b439e8668ff7ea2873f28d7
Fixed
508387ad95ef9c13aa6431678c39763e882da2dc
Fixed
6d8e653fcf1c90310797eeba8e5fafe9ccc3de9e
Fixed
6a1094c34d176827b2b173e163dcc964a13af93f

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.8.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

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