CVE Published: 29/01/2024 |
CVE Updated: 02/08/2024 |
CVE Year: 2023 Source: XEN |
Vendor: Linux |
Product: Linux Status : PUBLISHED
CVE-2023-46838 Description
Transmit requests in Xen\'s virtual network protocol can consist of
multiple parts. While not really useful, except for the initial part
any of them may be of zero length, i.e. carry no data at all. Besides a
certain initial portion of the to be transferred data, these parts are
directly translated into what Linux calls SKB fragments. Such converted
request parts can, when for a particular SKB they are all of length
zero, lead to a de-reference of NULL in core networking code.
Common Attack Pattern Enumeration and Classification (CAPEC)
CAPEC-ID: CAPEC Description: An unprivileged guest can cause Denial of Service (DoS) of the host by
sending network packets to the backend, causing the backend to crash.
Data corruption or privilege escalation have not been ruled out.