CVE-2026-90111
Last modified
CVE-2026-90111 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ip6mr: do not clone dst in ip6mr_cache_report() IPv6 input attaches a non-refcounted (NOREF) dst to skbs under RCU. When an ingress multicast packet misses MFC lookup, ip6mr_cache_unresolved() places the skb onto the unresolved queue, escaping the receive-side RCU grace period. If the underlying route is deleted and freed, and the MFC queue is later resolved with a wrong parent interface, ip6_mr_forward() invokes ip6mr_cache_report(..., MRT6MSG_WRONGMIF), which executes dst_clone(skb_dst(pkt)) on the freed dst entry, triggering a slab use-after-free. Report packets queued to mroute6_sk (a raw socket) and netlink notifications do not require an attached dst entry. Fix this by: 1. Removing dst_clone() in ip6mr_cache_report() and ensuring report skbs do not hold a dst. 2.
Description
In the Linux kernel, the following vulnerability has been resolved: ip6mr: do not clone dst in ip6mr_cache_report() IPv6 input attaches a non-refcounted (NOREF) dst to skbs under RCU. When an ingress multicast packet misses MFC lookup, ip6mr_cache_unresolved() places the skb onto the unresolved queue, escaping the receive-side RCU grace period. If the underlying route is deleted and freed, and the MFC queue is later resolved with a wrong parent interface, ip6_mr_forward() invokes ip6mr_cache_report(..., MRT6MSG_WRONGMIF), which executes dst_clone(skb_dst(pkt)) on the freed dst entry, triggering a slab use-after-free. Report packets queued to mroute6_sk (a raw socket) and netlink notifications do not require an attached dst entry. Fix this by: 1. Removing dst_clone() in ip6mr_cache_report() and ensuring report skbs do not hold a dst. 2. Dropping skb_dst before queuing unresolved skbs in ip6mr_cache_unresolved(), matching the fact that multicast forwarding resolves outgoing routes anew via ip6_route_output().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 67f415dd29063a5906c560051c00e42dcf01a4dd, < 4a674afaae4136c71943aa3e35d433676fd40e8f; >= 67f415dd29063a5906c560051c00e42dcf01a4dd, < 235b42b5860189eb8c27c36435ad932cae65a734 |
| Linux | Linux | 5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90111?
How severe is CVE-2026-90111?
How do I fix CVE-2026-90111?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90106In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90107In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90108In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90109In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9011The Ditty – Responsive News Tickers, Sliders, and Lists plug…7.5
- CVE-2026-90110In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2026-90112In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90113In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90114In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90115In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90116In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90117In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90111?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
