Lucene search

K
prionPRIOn knowledge basePRION:CVE-2023-46838
HistoryJan 29, 2024 - 11:15 a.m.

Code injection

2024-01-2911:15:00
PRIOn knowledge base
www.prio-n.com
7
code injection
xen
virtual network
protocol
data transmission
request
skb fragments
linux
networking
null dereference
nvd

6.9 Medium

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

20.5%

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.