| Summary | 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 socket(AF_INET, SOCK_RAW, 255); A malicious incoming ICMP packet can set the protocol field to 255 inner = IP(src="192.168.2.1", dst="8.8.8.8", proto=255)/Raw("TEST") "man 7 raw" states: A protocol of IPPROTO_RAW implies enabled IP_HDRINCL and is able Make sure we drop these malicious packets. |
|---|---|
| Publication Date | June 4, 2026, 3:16 a.m. |
| Registration Date | June 4, 2026, 4:17 a.m. |
| Last Update | June 4, 2026, 3:16 a.m. |