CVE-2026-72127

Source
https://cve.org/CVERecord?id=CVE-2026-72127
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72127.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72127
Downstream
Published
2026-08-15T05:53:04.405Z
Modified
2026-08-18T03:31:19.368009135Z
Summary
netdev-genl: report NAPI thread PID in the caller's pid namespace
Details

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

netdev-genl: report NAPI thread PID in the caller's pid namespace

netdevnlnapifillone() reports the NAPI kthread PID in NETDEVANAPIPID using taskpid_nr(), which returns the PID in the initial pid namespace.

NETDEVCMDNAPIGET does not have GENLADMIN_PERM and the netdev genl family is netnsok, so a caller in a child pid namespace can issue it. That caller then sees the kthread's global PID, even though the kthread is not visible in its pid namespace, where the value should be 0.

Translate the PID through the caller's pid namespace, the same way commit 3799c2570982 ("iouring/fdinfo: translate SqThread PID through caller's pidns") did for the iouring SQPOLL thread. The doit and dumpit paths both run synchronously in the caller's context, so taskactivepidns(current) is the caller's pid namespace.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72127.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
db4704f4e4dfce835e934609fca735a648ce26e8
Fixed
fb18095389fe81f140d39585a2624aca9d42227e
Fixed
5e4c8e08ce95730c87d6ada0bdbe1131a3c06393
Fixed
fd750b694f1f9e1ecb8ca19314e4e21edbb15f42
Fixed
1f24c0d01db214c9e661915e9972404c96ca73c0

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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