Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-46099

8.1 · HIGH
Published May 27, 2026 linux CWE-911

Overview

CVE-2026-46099 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.12, < 5.15.209 Affected

Frequently Asked Questions

What is CVE-2026-46099?

CVE-2026-46099 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

How severe is CVE-2026-46099?

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-46099?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-46099?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46099 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.