Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-38586
HistoryJun 20, 2024 - 12:00 a.m.

CVE-2024-38586

2024-06-2000:00:00
ubuntu.com
ubuntu.com
linux
kernel
ring buffer
fragmented packets
rtl8125b
transmit
dma mapping
rtl8169
padding
vulnerability

7.3 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

10.4%

In the Linux kernel, the following vulnerability has been resolved:
r8169: Fix possible ring buffer corruption on fragmented Tx packets.
An issue was found on the RTL8125b when transmitting small fragmented
packets, whereby invalid entries were inserted into the transmit ring
buffer, subsequently leading to calls to dma_unmap_single() with a null
address.
This was caused by rtl8169_start_xmit() not noticing changes to nr_frags
which may occur when small packets are padded (to work around hardware
quirks) in rtl8169_tso_csum_v2().
To fix this, postpone inspecting nr_frags until after any padding has been
applied.

7.3 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

10.4%

Related for UB:CVE-2024-38586