CVE-2026-46266
Last modified
CVE-2026-46266 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP Yizhou Zhao reported that simply having one RAW socket on protocol IPPROTO_RAW (255) was dangerous. socket(AF_INET, SOCK_RAW, 255); A malicious incoming ICMP packet can set the protocol field to 255 and match this socket, leading to FNHE cache changes. inner = IP(src="192.168.2.1", dst="8.8.8.8", proto=255)/Raw("TEST") pkt = IP(src="192.168.1.1", dst="192.168.2.1")/ICMP(type=3, code=4, nexthopmtu=576)/inner "man 7 raw" states: A protocol of IPPROTO_RAW implies enabled IP_HDRINCL and is able to send any IP protocol that is specified in the passed header. Receiving of all IP protocols via IPPROTO_RAW is not possible using raw sockets. Make sure we drop these malicious packets.. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP Yizhou Zhao reported that simply having one RAW socket on protocol IPPROTO_RAW (255) was dangerous. socket(AF_INET, SOCK_RAW, 255); A malicious incoming ICMP packet can set the protocol field to 255 and match this socket, leading to FNHE cache changes. inner = IP(src="192.168.2.1", dst="8.8.8.8", proto=255)/Raw("TEST") pkt = IP(src="192.168.1.1", dst="192.168.2.1")/ICMP(type=3, code=4, nexthopmtu=576)/inner "man 7 raw" states: A protocol of IPPROTO_RAW implies enabled IP_HDRINCL and is able to send any IP protocol that is specified in the passed header. Receiving of all IP protocols via IPPROTO_RAW is not possible using raw sockets. Make sure we drop these malicious packets.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.12.1, < 6.6.128 |
| Linux | Linux Kernel | >= 6.7, < 6.12.75 |
| Linux | Linux Kernel | >= 6.13, < 6.18.14 |
| Linux | Linux Kernel | >= 6.19, < 6.19.4 |
| Linux | Linux Kernel | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46266?
How severe is CVE-2026-46266?
How do I fix CVE-2026-46266?
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-46260In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46261In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46262In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46263In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46264In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-46265In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-46267In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46268In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46269In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4627A vulnerability was found in D-Link DIR-825 and DIR-825R 1.0…8.6
- CVE-2026-46270In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-46271In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-46266?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
