CVE-2026-43374

HIGHNVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-05-08. NVD baseline CVSS 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
7.8

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.

CVSS v3
7.8
EG Score
7.8(high)
EPSS
2.5%
KEV
Not listed

Published

May 8, 2026

Last Modified

May 15, 2026

Frequently asked(5)

What is CVE-2026-43374?
CVE-2026-43374 is a high vulnerability published on May 8, 2026. 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, removenhgrp_entry() publishes the new group via rcuassignpointer() then immediately frees the removed entry's percpu stats with…
When was CVE-2026-43374 disclosed?
CVE-2026-43374 was first published in the National Vulnerability Database on May 8, 2026, with the most recent update on May 15, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-43374 actively exploited?
CVE-2026-43374 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.5% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-43374?
CVE-2026-43374 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-43374?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-43374, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-43374

Explore →

Is Your Infrastructure Affected by CVE-2026-43374?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.