CVE-2023-53809
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
09/12/2025
Última modificación:
09/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()<br />
<br />
When a file descriptor of pppol2tp socket is passed as file descriptor<br />
of UDP socket, a recursive deadlock occurs in l2tp_tunnel_register().<br />
This situation is reproduced by the following program:<br />
<br />
int main(void)<br />
{<br />
int sock;<br />
struct sockaddr_pppol2tp addr;<br />
<br />
sock = socket(AF_PPPOX, SOCK_DGRAM, PX_PROTO_OL2TP);<br />
if (sock
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/4a413d360959962995e16a899cf2b9ef53e9fcb9
- https://git.kernel.org/stable/c/4bb736b40475528ac1aa8c98b368563618488a70
- https://git.kernel.org/stable/c/5370647dd745bb3d8f37057006be207ddd8e9314
- https://git.kernel.org/stable/c/9ca5e7ecab064f1f47da07f7c1ddf40e4bc0e5ac
- https://git.kernel.org/stable/c/f6df58aa15f7d469f69b1dd21b001ff483255244



