CVE-2026-74287
Last modified
CVE-2026-74287 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sctp: validate embedded address parameter length sctp_verify_asconf() and sctp_verify_param() only validate ADD_IP, DEL_IP, and SET_PRIMARY parameters against a fixed minimum size of sizeof(struct sctp_addip_param) + sizeof(struct sctp_paramhdr). This ensures the outer parameter is large enough to contain an embedded address parameter header, but does not verify that the embedded address parameter's declared length fits within the bounds of the outer parameter. Later, sctp_process_param() and sctp_process_asconf_param() extract the embedded address parameter and pass it to af->from_addr_param(), which uses the address parameter length to parse the variable-length address payload. A malformed peer can therefore advertise an embedded address parameter length that exceeds the remaining bytes in the enclosing parameter. Validate that addr_param->p.length does not exceed the space available after the sctp_addip_param header before processing the embedded address parameter. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sctp: validate embedded address parameter length sctp_verify_asconf() and sctp_verify_param() only validate ADD_IP, DEL_IP, and SET_PRIMARY parameters against a fixed minimum size of sizeof(struct sctp_addip_param) + sizeof(struct sctp_paramhdr). This ensures the outer parameter is large enough to contain an embedded address parameter header, but does not verify that the embedded address parameter's declared length fits within the bounds of the outer parameter. Later, sctp_process_param() and sctp_process_asconf_param() extract the embedded address parameter and pass it to af->from_addr_param(), which uses the address parameter length to parse the variable-length address payload. A malformed peer can therefore advertise an embedded address parameter length that exceeds the remaining bytes in the enclosing parameter. Validate that addr_param->p.length does not exceed the space available after the sctp_addip_param header before processing the embedded address parameter. Reject malformed parameters when the embedded address length extends beyond the enclosing parameter bounds. This prevents out-of-bounds reads when parsing malformed parameters carried in INIT or ASCONF processing paths.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 06c8bf48505f2fef265931db82d5003d302a347b; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 28ba1d3c956604a89168adfb4c97cfc6c509bba5; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 3a44b2602d57e11e2eb85958d4cd500d14a27d9e; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 85f54cf589163a75fa06e37d8c2a4a72824c6dd1; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 92e4adfee56f32a963ebb105c6cd9a1ed707262a; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < ed8605c6f39b9b84f9a4631db6deb25e7f1e973c; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 0c674b20c9cdb54f8a46c88b4d00cadf82b8f0c0; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < e9361d0ca55c4af12aac09e2572852fa91046229 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74287?
How severe is CVE-2026-74287?
How do I fix CVE-2026-74287?
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-74281In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74282In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74283In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74284In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74285In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74286In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74288In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74289In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7429SSCMS v7.4.0 contains a reflected cross-site scripting vulne…4.6
- CVE-2026-74290In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74291In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74292In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-74287?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
