Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's xen-netfront driver has been addressed, concerning the handling of XDP (eXpress Data Path) buffers. The function xdp_convert_buff_to_frame() can return NULL if it fails to convert an XDP buffer into a frame, due to memory limitations, internal errors, or invalid data. Not checking for a NULL return can lead to a NULL pointer dereference, causing crashes, data corruption, or undefined behavior. Additionally, on XDP redirect failure, the associated page must be explicitly released if it was previously retained, to avoid a memory leak.
This vulnerability could lead to a NULL pointer dereference, causing system crashes or undefined behavior. It also has the potential to create a memory leak if XDP redirect failures are not properly handled.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.