First published: Wed Dec 07 2022(Updated: )
Guests can trigger NIC interface reset/abort/crash via netback It is possible for a guest to trigger a NIC interface reset/abort/crash in a Linux based network backend by sending certain kinds of packets. It appears to be an (unwritten?) assumption in the rest of the Linux network stack that packet protocol headers are all contained within the linear section of the SKB and some NICs behave badly if this is not the case. This has been reported to occur with Cisco (enic) and Broadcom NetXtrem II BCM5780 (bnx2x) though it may be an issue with other NICs/drivers as well. In case the frontend is sending requests with split headers, netback will forward those violating above mentioned assumption to the networking core, resulting in said misbehavior.
Credit: security@xen.org security@xen.org security@xen.org
Affected Software | Affected Version | How to fix |
---|---|---|
All of | ||
Any of | ||
Linux Kernel | >=3.19<4.9.336 | |
Linux Kernel | >=4.10<4.14.302 | |
Linux Kernel | >=4.15<4.19.269 | |
Linux Kernel | >=4.20<5.4.227 | |
Linux Kernel | >=5.5<5.10.159 | |
Linux Kernel | >=5.11<5.15.83 | |
Linux Kernel | >=5.16<6.0.13 | |
Broadcom BCM5780 | ||
Debian Debian Linux | =10.0 | |
Linux Kernel | >=3.19<4.9.336 | |
Linux Kernel | >=4.10<4.14.302 | |
Linux Kernel | >=4.15<4.19.269 | |
Linux Kernel | >=4.20<5.4.227 | |
Linux Kernel | >=5.5<5.10.159 | |
Linux Kernel | >=5.11<5.15.83 | |
Linux Kernel | >=5.16<6.0.13 | |
Broadcom BCM5780 | ||
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-3643 is categorized as a medium severity vulnerability due to its potential to cause NIC interface reset or crash in affected systems.
To fix CVE-2022-3643, users should upgrade to one of the recommended Linux kernel versions: 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.11-1, or 6.12.12-1.
CVE-2022-3643 affects multiple versions of the Linux kernel ranging from 3.19 to 6.0.13.
Yes, CVE-2022-3643 can be exploited by a guest in a virtualized environment by sending specific packets to the compromised NIC.
Currently, the primary mitigation for CVE-2022-3643 is to apply the necessary kernel updates as no specific workaround has been recommended.