CVE & CISA-KEV Catalog

CVE-2026-46099

MEDIUM
7.1
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels seg6_input_core() and rpl_input() call ip6_route_input() which sets a NOREF dst on the skb, then pass it to dst_cache_set_ip6() invoking dst_hold() unconditionally. On PREEMPT_RT, ksoftirqd is preemptible and a higher-priority task can release the underlying pcpu_rt between the lookup and the caching through a concurrent FIB lookup on a shared nexthop. Simplified race sequence: ksoftirqd/X higher-prio task (same CPU X) ----------- -------------------------------- seg6_input_core(,skb)/rpl_input(skb) dst_cache_get() -> miss ip6_route_input(skb) -> ip6_pol_route(,skb,flags) [RT6_LOOKUP_F_DST_NOREF in flags] -> FIB lookup resolves fib6_nh [nhid=N route] -> rt6_make_pcpu_route() [creates pcpu_rt, refcount=1] pcpu_rt->sernum = fib6_sernum [fib6_sernum=W] -> cmpxchg(fib6_nh.rt6i_pcpu, NULL, pcpu_rt) [slot was empty, store succeeds] -> skb_dst_set_noref(skb, dst) [dst is pcpu_rt, refcount still 1] rt_genid_bump_ipv6() -> bumps fib6_sernum [fib6_sernum from W to Z] ip6_route_output() -> ip6_pol_route() -> FIB lookup resolves fib6_nh [nhid=N] -> rt6_get_pcpu_route() pcpu_rt->sernum != fib6_sernum [W <> Z, stale] -> prev = xchg(rt6i_pcpu, NULL) -> dst_release(prev) [prev is pcpu_rt, refcount 1->0, dead] dst = skb_dst(skb) [dst is the dead pcpu_rt] dst_cache_set_ip6(dst) -> dst_hold() on dead dst -> WARN / use-after-free For the race to occur, ksoftirqd must be preemptible (PREEMPT_RT without PREEMPT_RT_NEEDS_BH_LOCK) and a concurrent task must be able to release the pcpu_rt. Shared nexthop objects provide such a path, as two routes pointing to the same nhid share the same fib6_nh and its rt6i_pcpu entry. Fix seg6_input_core() and rpl_input() by calling skb_dst_force() after ip6_route_input() to force the NOREF dst into a refcounted one before caching. The output path is not affected as ip6_route_output() already returns a refcounted dst.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.176-1CVE-2026-46099
Fixed in:6.12.86-1CVE-2026-46099
Fixed in:7.0.4-1CVE-2026-46099
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
bpftoolRocky
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
bpftool-debuginfoRocky
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.0.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:7.3.0-427.149.1.el9_4RHSA-2026:65712
kernelRocky
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
kernel-64kRocky
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64k-coreRocky
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
kernel-64k-develRocky
Fixed in:0:6.12.0-211.39.1.el10_2RHSA-2026:45114
Fixed in:0:6.12.0-55.103.1.el10_0RHSA-2026:64767
Fixed in:0:5.14.0-284.188.1.el9_2RHSA-2026:59662
Fixed in:0:5.14.0-427.149.1.el9_4RHSA-2026:65712
Fixed in:0:5.14.0-570.138.1.el9_6RHSA-2026:62568

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:U

Exploit Intelligence

0.29%probability of exploitation in 30 days
22ndpercentile

Low risk: more likely to be exploited than 22% of all known CVEs.

References

Related Vulnerabilities

Other CWE-911 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2022-1678Medium5.92.9%-Fix
CVE-2022-37012High7.51.8%--
CVE-2022-22195High7.51.1%-Fix
CVE-2022-29581High7.80.9%-Fix
CVE-2024-43102Critical10.00.7%-Fix
CVE-2023-22394High7.50.6%-Fix

Common questions

How do I fix CVE-2026-46099?

Published advisories record a fix for 446 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-46099 being actively exploited?

Not that we know of. CVE-2026-46099 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.29% is the estimated probability that it will be exploited in the next 30 days. That is higher than 22% of all scored CVEs.

How severe is CVE-2026-46099?

CVE-2026-46099 has a CVSS v3 base score of 7.1, rated moderate. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-46099 affect?

Published advisories record a fix for linux (Debian), bpftool (Red Hat / RHEL), bpftool (Rocky), bpftool-debuginfo (Red Hat / RHEL), and 442 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-46099
CVE-2026-46099 severity badge

Markdown

[![CVE-2026-46099](https://tridentstack.com/cve/badge/CVE-2026-46099.svg)](https://tridentstack.com/cve/CVE-2026-46099)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-46099"><img src="https://tridentstack.com/cve/badge/CVE-2026-46099.svg" alt="CVE-2026-46099"></a>

Check your Linux endpoints for this class of vulnerability

TridentStack Control continuously scans Linux endpoints for known vulnerabilities and deploys the fixes from the same console. 200 endpoints free forever, no credit card.

Patch your fleet freeStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-09-09.