CVE-2025-39695
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
05/09/2025
Última modificación:
08/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
RDMA/rxe: Flush delayed SKBs while releasing RXE resources<br />
<br />
When skb packets are sent out, these skb packets still depends on<br />
the rxe resources, for example, QP, sk, when these packets are<br />
destroyed.<br />
<br />
If these rxe resources are released when the skb packets are destroyed,<br />
the call traces will appear.<br />
<br />
To avoid skb packets hang too long time in some network devices,<br />
a timestamp is added when these skb packets are created. If these<br />
skb packets hang too long time in network devices, these network<br />
devices can free these skb packets to release rxe resources.