CVE-2026-80792
Last modified
CVE-2026-80792 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ipv6: fix use-after-free in ip6_finish_output2() ip6_finish_output2() caches a pointer to the IPv6 destination address (daddr) before invoking lwtunnel_xmit(). The LWT-BPF transmit path or other encapsulation operations within lwtunnel_xmit() can reallocate the skb head, freeing the memory that daddr points to.
Description
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix use-after-free in ip6_finish_output2() ip6_finish_output2() caches a pointer to the IPv6 destination address (daddr) before invoking lwtunnel_xmit(). The LWT-BPF transmit path or other encapsulation operations within lwtunnel_xmit() can reallocate the skb head, freeing the memory that daddr points to. When lwtunnel_xmit() returns LWTUNNEL_XMIT_CONTINUE, the function continues to use the stale daddr pointer to compute the nexthop and to look up or create the neighbour entry. This results in a use-after-free read, which can leak sensitive kernel data, pollute the neighbour table with arbitrary values, misdirect traffic, or crash the system. Fix this by re-fetching the IPv6 header and the destination address pointer after lwtunnel_xmit() returns LWTUNNEL_XMIT_CONTINUE, ensuring that the subsequent nexthop computation and neighbour lookup operate on valid memory.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4132c4ad00ddbf3a175ea0d2c775b662a32f4c85, < 75e0a544ebe9af663ef53ca21e9e9185c51fb54a; >= e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2, < c95f01b78266828a57060d754fcbfc92123a98ed; >= e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2, < d960881b9312e781a3429aabceb223ce6b7c882f; >= e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2, < 087ee0d914aaae929f1660c9ca878e367655ba1a; >= e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2, < 3c770ac4e6f07af7c7b40c474a3efc61ffed7862; >= e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2, < 3dc98e5fe82d069dd29b124ffbdb679331dfea43; >= e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2, < 99219c82804f266189388e8bf1cf5135d10d5515; >= e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2, < 73a187384a8c8b983c7fea046d716b6752a1e7a3; >= e415ed3a4b8b246ee5e9d109ff5153efcf96b9f2, < d0d48d999b0eee6bb176ef4e39d9be868fa80f7e; 1598154fd28ffa4a55beae1970475fd6776554b6; >= 5.10.233, < 5.10.267; >= 5.4.289, < 5.5 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80792?
How severe is CVE-2026-80792?
How do I fix CVE-2026-80792?
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-80787In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80788In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80789In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8079In Progress Flowmon versions prior to 12.5.9 and 13.0.11, a …7.3
- CVE-2026-80790In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80791In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80793In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80794In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80795In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80796In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80797In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80798In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80792?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
