CVE-2023-52527

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Mar 2, 2024
Updated: Jan 13, 2025

Summary

CVE-2023-52527: A vulnerability in the Linux kernel affects IPv4 and IPv6 packet handling. The issue occurs when appending data to a partially filled packet, causing the transport header length to be included twice. This can lead to a warning message during data transmission when using MSG_SPLICE_PAGES. The issue can be triggered in certain network scenarios, such as L2TP sockets. To mitigate this vulnerability, only add the transport header length to the length if the write queue is empty in the affected function. This issue does not affect IPv6 packet handling in l2tp_ip_sendmsg, as it builds the UDP packet itself.

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