CVE-2026-43374

Source
https://cve.org/CVERecord?id=CVE-2026-43374
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43374.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-43374
Downstream
Related
Published
2026-05-08T14:21:24.537Z
Modified
2026-07-24T18:30:02.531118394Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
net: nexthop: fix percpu use-after-free in remove_nh_grp_entry
Details

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

net: nexthop: fix percpu use-after-free in removenhgrp_entry

When removing a nexthop from a group, removenhgrpentry() publishes the new group via rcuassignpointer() then immediately frees the removed entry's percpu stats with freepercpu(). However, the synchronizenet() grace period in the caller removenexthopfromgroups() runs after the free. RCU readers that entered before the publish still see the old group and can dereference the freed stats via nhgrpentrystatsinc() -> getcpuptr(nhge->stats), causing a use-after-free on percpu memory.

Fix by deferring the freepercpu() until after synchronizenet() in the caller. Removed entries are chained via nh_list onto a local deferred free list. After the grace period completes and all RCU readers have finished, the percpu stats are safely freed.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43374.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
f4676ea74b8549cd88dbfe2a592ce4530039e61f
Fixed
abf4feaee6405f1441929c6ebe7a250f2cd170a7
Fixed
ab5ebab9664214ba41a7633cb4e72f128204f924
Fixed
9e08ad731862b22a87cc55f752e16d66cdc9e231
Fixed
b2662e7593e94ae09b1cf7ee5f09160a3612bcb2

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.9.0
Fixed
6.12.78
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.19
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.9

Database specific

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