Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-43374
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-08 May, 2026 | 14:21
Updated At-11 May, 2026 | 22:23
Rejected At-
▼CVE Numbering Authority (CNA)
net: nexthop: fix percpu use-after-free in remove_nh_grp_entry

In the Linux kernel, the following vulnerability has been resolved: net: nexthop: fix percpu use-after-free in remove_nh_grp_entry When removing a nexthop from a group, remove_nh_grp_entry() publishes the new group via rcu_assign_pointer() then immediately frees the removed entry's percpu stats with free_percpu(). However, the synchronize_net() grace period in the caller remove_nexthop_from_groups() runs after the free. RCU readers that entered before the publish still see the old group and can dereference the freed stats via nh_grp_entry_stats_inc() -> get_cpu_ptr(nhge->stats), causing a use-after-free on percpu memory. Fix by deferring the free_percpu() until after synchronize_net() 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.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • net/ipv4/nexthop.c
Default Status
unaffected
Versions
Affected
  • From f4676ea74b8549cd88dbfe2a592ce4530039e61f before abf4feaee6405f1441929c6ebe7a250f2cd170a7 (git)
  • From f4676ea74b8549cd88dbfe2a592ce4530039e61f before ab5ebab9664214ba41a7633cb4e72f128204f924 (git)
  • From f4676ea74b8549cd88dbfe2a592ce4530039e61f before 9e08ad731862b22a87cc55f752e16d66cdc9e231 (git)
  • From f4676ea74b8549cd88dbfe2a592ce4530039e61f before b2662e7593e94ae09b1cf7ee5f09160a3612bcb2 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • net/ipv4/nexthop.c
Default Status
affected
Versions
Affected
  • 6.9
Unaffected
  • From 0 before 6.9 (semver)
  • From 6.12.78 through 6.12.* (semver)
  • From 6.18.19 through 6.18.* (semver)
  • From 6.19.9 through 6.19.* (semver)
  • From 7.0 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/abf4feaee6405f1441929c6ebe7a250f2cd170a7
N/A
https://git.kernel.org/stable/c/ab5ebab9664214ba41a7633cb4e72f128204f924
N/A
https://git.kernel.org/stable/c/9e08ad731862b22a87cc55f752e16d66cdc9e231
N/A
https://git.kernel.org/stable/c/b2662e7593e94ae09b1cf7ee5f09160a3612bcb2
N/A
Hyperlink: https://git.kernel.org/stable/c/abf4feaee6405f1441929c6ebe7a250f2cd170a7
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/ab5ebab9664214ba41a7633cb4e72f128204f924
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/9e08ad731862b22a87cc55f752e16d66cdc9e231
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/b2662e7593e94ae09b1cf7ee5f09160a3612bcb2
Resource: N/A
Details not found