CVE-2024-53123

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Dec 2, 2024
Updated: Dec 11, 2024
CWE ID 362

Summary

CVE-2024-53123 is a vulnerability in the Linux kernel's MPTCP protocol. A division by zero error was discovered in the '__tcp_select_window' function of net/ipv4/tcp_output.c. This error occurs when sk_wait_data() returns with an error and the underlying socket has been disconnected, resulting in a zero rcv_mss. The vulnerability was reported by Eric and confirmed by syzkaller. The root cause is the current handling of racing disconnects, and the recommended mitigation is to return without performing any additional operations on the current socket when such an error occurs.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share