
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52527 is a vulnerability in the Linux kernel's IPv4 and IPv6 networking stack, specifically in the handling of transport header length (transhdrlen) in __ip{,6}_append_data() functions. The vulnerability was discovered in March 2024 and affects Linux kernel versions from 3.5 through 6.6-rc4 (NVD).
The vulnerability occurs when appending data to partially filled IPv4 or IPv6 packets where the transport header length is erroneously included twice. This happens specifically when using operations like send(MSG_MORE) or when splicing into an L2TP socket. The issue manifests as a warning in __ip6_append_data() when MSG_SPLICE_PAGES is used to append data to an already partially occupied skbuff. The CVSS v3.1 base score is 5.5 (Medium) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability can lead to system instability and potential denial of service conditions when handling network packets. The issue primarily affects the stability of network operations, particularly in scenarios involving L2TP sockets and packet data appending (Red Hat).
The vulnerability requires local access and can be triggered through specific network operations. A proof-of-concept exists involving creating an L2TP socket, binding it to localhost, and using a combination of send() with MSG_MORE flag followed by sendfile() operations (Kernel Patch).
The issue has been fixed in the Linux kernel through a patch that modifies the handling of transhdrlen in l2tp_ip6_sendmsg(). The fix ensures that the transport header length is only added to the total length if the write queue is empty, similar to how UDP handles this situation (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."