CVE-2026-23457
Last modified
CVE-2026-23457 is a high-severity vulnerability rated 8.6/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp() sip_help_tcp() parses the SIP Content-Length header with simple_strtoul(), which returns unsigned long, but stores the result in unsigned int clen. On 64-bit systems, values exceeding UINT_MAX are silently truncated before computing the SIP message boundary. For example, Content-Length 4294967328 (2^32 + 32) is truncated to 32, causing the parser to miscalculate where the current message ends. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp() sip_help_tcp() parses the SIP Content-Length header with simple_strtoul(), which returns unsigned long, but stores the result in unsigned int clen. On 64-bit systems, values exceeding UINT_MAX are silently truncated before computing the SIP message boundary. For example, Content-Length 4294967328 (2^32 + 32) is truncated to 32, causing the parser to miscalculate where the current message ends. The loop then treats trailing data in the TCP segment as a second SIP message and processes it through the SDP parser. Fix this by changing clen to unsigned long to match the return type of simple_strtoul(), and reject Content-Length values that exceed the remaining TCP payload length.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.34, < 5.10.253 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.203 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.167 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.130 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.78 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.20 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.10 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23457?
How severe is CVE-2026-23457?
How do I fix CVE-2026-23457?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23451In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-23452In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-23453In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-23454In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-23455In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-23456In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-23458In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23459In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-2346Authorization bypass through User-Controlled key vulnerabili…9.8
- CVE-2026-23460In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23461In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-23462In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-23457?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
