6.5

CVE-2022-3643

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.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 3.19 < 4.9.336
   BroadcomBcm5780 Version-
LinuxLinux Kernel Version >= 4.10 < 4.14.302
   BroadcomBcm5780 Version-
LinuxLinux Kernel Version >= 4.15 < 4.19.269
   BroadcomBcm5780 Version-
LinuxLinux Kernel Version >= 4.20 < 5.4.227
   BroadcomBcm5780 Version-
LinuxLinux Kernel Version >= 5.5 < 5.10.159
   BroadcomBcm5780 Version-
LinuxLinux Kernel Version >= 5.11 < 5.15.83
   BroadcomBcm5780 Version-
LinuxLinux Kernel Version >= 5.16 < 6.0.13
   BroadcomBcm5780 Version-
DebianDebian Linux Version10.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.16% 0.38
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 6.5 2 4
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
CWE-74 Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.