CVE-2026-46266
Vulnerability Summary
Timeline
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.
CVSS Metrics
- v4.0•MEDIUM•Score: 6.3CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N
- v3.1•CRITICAL•Score: 9.1CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
EPSS Trends
Current EPSS score: 0.37%• Percentile: 31%
Affected Systems
- debian•linux
all | all | < 6.1.187-1 | < 6.12.85-1 | < 6.18.14-1
- ubuntu•linux
all | < 3.13.0-215.266 | < 4.4.0-284.318 | < 4.15.0-254.266 | < 5.4.0-234.254 | < 5.15.0-187.197 | < 6.8.0-134.134 | < 6.17.0-40.40
- ubuntu•linux-allwinner-5.19
all
- ubuntu•linux-aws
all | < 4.4.0-1157.163 | < 4.4.0-1195.210 | < 4.15.0-1195.208 | < 5.4.0-1162.173 | < 5.15.0-1113.120 | < 6.8.0-1060.63 | < 6.17.0-1019.19
- ubuntu•linux-aws-5.0
all
- ubuntu•linux-aws-5.11
all
- ubuntu•linux-aws-5.13
all
- ubuntu•linux-aws-5.15
all | < 5.15.0-1114.121~20.04.1
- ubuntu•linux-aws-5.19
all
- ubuntu•linux-aws-5.3
all
- ubuntu•linux-aws-5.4
all | < 5.4.0-1162.173~18.04.1
- ubuntu•linux-aws-5.8
all
- ubuntu•linux-aws-6.14
all
- ubuntu•linux-aws-6.17
< 6.17.0-1019.19~24.04.1
- ubuntu•linux-aws-6.2
all
- ubuntu•linux-aws-6.5
all
- ubuntu•linux-aws-6.8
< 6.8.0-1060.63~22.04.1
- ubuntu•linux-aws-fips
< 4.15.0-2133.139 | all | < 5.4.0-1163.174+fips1 | < 5.15.0-1113.120+fips1 | < 6.8.0-1060.63+fips1
- ubuntu•linux-aws-hwe
all | < 4.15.0-1195.208~16.04.1
- ubuntu•linux-azure
all | < 4.15.0-1205.220~14.04.1 | < 4.15.0-1205.220~16.04.1 | all | < 5.4.0-1167.173 | < 5.15.0-1118.127 | < 6.8.0-1063.71 | all
- ubuntu•linux-azure-4.15
< 4.15.0-1205.220
- ubuntu•linux-azure-5.11
all
- ubuntu•linux-azure-5.13
all
- ubuntu•linux-azure-5.15
all | < 5.15.0-1119.128~20.04.1
- ubuntu•linux-azure-5.19
all
- ubuntu•linux-azure-5.3
all
- ubuntu•linux-azure-5.4
all | < 5.4.0-1167.173~18.04.1
- ubuntu•linux-azure-5.8
all
- ubuntu•linux-azure-6.11
all
- ubuntu•linux-azure-6.14
all
- ubuntu•linux-azure-6.17
< 6.17.0-1021.21~24.04.1
- ubuntu•linux-azure-6.2
all
- ubuntu•linux-azure-6.5
all
- ubuntu•linux-azure-6.8
< 6.8.0-1063.71~22.04.1
- ubuntu•linux-azure-edge
all
- ubuntu•linux-azure-fde
all | < 5.15.0-1118.127 | < 6.8.0-1062.69 | all | all
- ubuntu•linux-azure-fde-5.15
all | < 5.15.0-1118.127~20.04.1
- ubuntu•linux-azure-fde-5.19
all
- ubuntu•linux-azure-fde-6.14
all
- ubuntu•linux-azure-fde-6.2
all
- ubuntu•linux-azure-fde-6.8
< 6.8.0-1062.69~22.04.1
- ubuntu•linux-azure-fde-7.0
all
- ubuntu•linux-azure-fips
< 4.15.0-2113.119 | all | < 5.4.0-1167.173+fips1 | < 5.15.0-1118.127+fips1 | < 6.8.0-1062.69+fips1
- ubuntu•linux-azure-nvidia
all
- ubuntu•linux-azure-nvidia-6.14
all
- ubuntu•linux-bluefield
all | all | < 5.4.0-1121.128 | < 5.15.0-1097.99 | < 6.8.0-1026.30
- ubuntu•linux-fips
< 4.4.0-1127.134 | all | < 4.15.0-1150.162 | < 5.4.0-1136.146 | < 5.15.0-190.200+fips1 | < 6.8.0-134.134+fips1
- ubuntu•linux-gcp
all | all | < 4.15.0-1188.205~16.04.1 | all | < 5.4.0-1165.174 | < 5.15.0-1114.124 | < 6.8.0-1063.69 | < 6.17.0-1020.22
- ubuntu•linux-gcp-4.15
< 4.15.0-1188.205
- ubuntu•linux-gcp-5.11
all
Showing first 50 affected entries in server-rendered view.
References (51)
- https://git.kernel.org/stable/c/db76b75ede3810e7cf9cfea5067d4f3e0993768b
- https://git.kernel.org/stable/c/19e42490c89bac9a388f28179e66bebbef350f99
- https://git.kernel.org/stable/c/531c1aec81bfe19d00af13da5531fbb8209e4bd2
- https://git.kernel.org/stable/c/719d3932b8f6e3348ce2f0ac58e278301fc17575
- https://git.kernel.org/stable/c/c89477ad79446867394360b29bb801010fc3ff22
- https://ubuntu.com/security/CVE-2026-46266
- https://www.cve.org/CVERecord?id=CVE-2026-46266
- https://git.kernel.org/linus/c89477ad79446867394360b29bb801010fc3ff22
- https://ubuntu.com/security/notices/USN-8490-1
- https://ubuntu.com/security/notices/USN-8491-1
- https://ubuntu.com/security/notices/USN-8492-1
- https://ubuntu.com/security/notices/USN-8492-2
- https://ubuntu.com/security/notices/USN-8497-1
- https://ubuntu.com/security/notices/USN-8498-1
- https://ubuntu.com/security/notices/USN-8499-1
- https://ubuntu.com/security/notices/USN-8508-1
- https://ubuntu.com/security/notices/USN-8492-3
- https://ubuntu.com/security/notices/USN-8490-2
- https://ubuntu.com/security/notices/USN-8492-4
- https://ubuntu.com/security/notices/USN-8492-5
- https://ubuntu.com/security/notices/USN-8545-1
- https://ubuntu.com/security/notices/USN-8546-1
- https://ubuntu.com/security/notices/USN-8604-1
- https://ubuntu.com/security/notices/USN-8605-1
- https://ubuntu.com/security/notices/USN-8606-1
- https://ubuntu.com/security/notices/USN-8607-1
- https://ubuntu.com/security/notices/USN-8609-1
- https://ubuntu.com/security/notices/USN-8619-1
- https://ubuntu.com/security/notices/USN-8631-1
- https://ubuntu.com/security/notices/USN-8633-1
- https://ubuntu.com/security/notices/USN-8634-1
- https://ubuntu.com/security/notices/USN-8635-1
- https://security-tracker.debian.org/tracker/CVE-2026-46266
- https://ubuntu.com/security/notices/USN-8631-2
- https://ubuntu.com/security/notices/USN-8631-3
- https://ubuntu.com/security/notices/USN-8633-2
- https://ubuntu.com/security/notices/USN-8631-4
- https://ubuntu.com/security/notices/USN-8645-1
- https://ubuntu.com/security/notices/USN-8661-1
- https://ubuntu.com/security/notices/USN-8662-1
- https://ubuntu.com/security/notices/USN-8666-1
- https://ubuntu.com/security/notices/USN-8662-2
- https://ubuntu.com/security/notices/USN-8667-1
- https://ubuntu.com/security/notices/USN-8661-2
- https://ubuntu.com/security/notices/USN-8666-2
- https://ubuntu.com/security/notices/USN-8661-3
- https://ubuntu.com/security/notices/USN-8666-3
- https://git.kernel.org/stable/c/47276297140ee6712646f9b19fb04fe26daedd01
- https://ubuntu.com/security/notices/USN-8661-4
- https://ubuntu.com/security/notices/USN-8715-1
- https://ubuntu.com/security/notices/USN-8715-2