CVE-2023-53335
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
17/09/2025
Última modificación:
18/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()<br />
<br />
If get_ep_from_tid() fails to lookup non-NULL value for ep, ep is<br />
dereferenced later regardless of whether it is empty.<br />
This patch adds a simple sanity check to fix the issue.<br />
<br />
Found by Linux Verification Center (linuxtesting.org) with SVACE.