CVE-2024-26752 - CVE House
Back to Database
Status published Unknown CVE-2024-26752

l2tp: pass correct message length to ip6_append_data

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: l2tp: pass correct message length to ip6_append_data l2tp_ip6_sendmsg needs to avoid accounting for the transport header twice when splicing more data into an already partially-occupied skbuff. To manage this, we check whether the skbuff contains data using skb_queue_empty when deciding how much data to append using ip6_append_data. However, the code which performed the calculation was incorrect: ulen = len + skb_queue_empty(&sk->sk_write_queue) ? transhdrlen : 0; ...due to C operator precedence, this ends up setting ulen to transhdrlen for messages with a non-zero length, which results in corrupted packets on the wire. Add parentheses to correct the calculation in line with the original intent.

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2024-26752

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

Linux
Vulnerable Versions:
559d697c5d072593d22b3e0bd8b8081108aeaf59, 1fc793d68d50dee4782ef2e808913d5dd880bcc6, 96b2e1090397217839fcd6c9b6d8f5d439e705ed, cd1189956393bf850b2e275e37411855d3bd86bb, f6a7182179c0ed788e3755ee2ed18c888ddcc33f, 9d4c75800f61e5d75c1659ba201b6c0c7ead3070, 7626b9fed53092aa2147978070e610ecb61af844, fe80658c08e3001c80c5533cd41abfbb0e0e28fd, 4.19.296, 5.4.258, 5.10.198, 5.15.135, 6.1.57, 4.14.327, 6.5.7, 6.6, 0, 4.19.308, 5.4.270, 5.10.211, 5.15.150, 6.1.80, 6.6.19, 6.7.7, 6.8

Timeline

Official Publish: April 3rd, 2024
Last Modified: May 23rd, 2026
Added to House: July 22nd, 2026

CVSS Vectors

No vector data available

Weaknesses (CWE)

No CWE data available

MITRE ATT&CK TTPs

No associated TTPs found for this vulnerability.