CVE-2026-74286

Source
https://cve.org/CVERecord?id=CVE-2026-74286
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74286.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74286
Downstream
Published
2026-08-15T05:57:54Z
Modified
2026-08-18T03:31:28Z
Summary
net: pfcp: allocate per-cpu tstats for PFCP netdevs
Details

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

net: pfcp: allocate per-cpu tstats for PFCP netdevs

PFCP uses dev_get_tstats64() as its ndo_get_stats64 callback, but pfcp_link_setup() does not request NETDEV_PCPU_STAT_TSTATS. The net core therefore leaves dev->tstats NULL for PFCP devices.

Creating a PFCP rtnetlink device can immediately ask the new netdev for stats while building the RTM_NEWLINK notification. That reaches dev_get_tstats64() and dereferences the NULL dev->tstats pointer.

Set pcpu_stat_type to NETDEV_PCPU_STAT_TSTATS during PFCP link setup so the net core allocates the storage expected by dev_get_tstats64().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74286.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
76c8764ef36a5d37ea2e551bda28ac7f028383ba
Fixed
56b4ad500fd1282ef04db3c4beae5b54ab093a53
Fixed
51a1d9836acc76a1bd16170b2f4b35f11036593f
Fixed
67e4b283de36d9eebf95acdea5d6674b6ef4b2f4
Fixed
24041543da8cd84eb5d8ae738c534372fff54820

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.10.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-74286.json"