CVE-2026-68376
Last modified
CVE-2026-68376 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: sctp: fix auth_hmacs array size in struct sctp_cookie The auth_hmacs array in struct sctp_cookie is supposed to store a complete SCTP_AUTH_HMAC_ALGO parameter, which consists of a struct sctp_paramhdr followed by N HMAC identifiers. However, the array size was calculated using an extra 2 bytes instead of sizeof(struct sctp_paramhdr), which is 4 bytes. When four HMAC identifiers are configured, the HMAC-ALGO parameter stored in the endpoint is larger than the auth_hmacs buffer in the cookie. As a result, sctp_association_init() copies beyond the end of auth_hmacs when initializing the association, corrupting the adjacent auth_chunks field.
Description
In the Linux kernel, the following vulnerability has been resolved: sctp: fix auth_hmacs array size in struct sctp_cookie The auth_hmacs array in struct sctp_cookie is supposed to store a complete SCTP_AUTH_HMAC_ALGO parameter, which consists of a struct sctp_paramhdr followed by N HMAC identifiers. However, the array size was calculated using an extra 2 bytes instead of sizeof(struct sctp_paramhdr), which is 4 bytes. When four HMAC identifiers are configured, the HMAC-ALGO parameter stored in the endpoint is larger than the auth_hmacs buffer in the cookie. As a result, sctp_association_init() copies beyond the end of auth_hmacs when initializing the association, corrupting the adjacent auth_chunks field. This can lead to an invalid HMAC identifier being accepted and later cause an out-of-bounds read in sctp_auth_get_hmac(). Fix the array size calculation by including the full SCTP parameter header size.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1f485649f52929d9937b346a920a522a7363e202, < 0b4414e43e0861d67276031cc21401d7e87de3da; >= 1f485649f52929d9937b346a920a522a7363e202, < d0a59ba58578e2b330fff80a44fe519f3ba7d8c7; >= 1f485649f52929d9937b346a920a522a7363e202, < a8d20ba0ab518c9ccbcde258f25fc1ee6e51d5db; >= 1f485649f52929d9937b346a920a522a7363e202, < 3aa40c3bccac2312ea7cf97f329190637f972b5d; >= 1f485649f52929d9937b346a920a522a7363e202, < e0b5252a59383b77d1b8dbeda00b7184dd95f4d3 |
| Linux | Linux | 2.6.24 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68376?
How severe is CVE-2026-68376?
How do I fix CVE-2026-68376?
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-68370In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68371In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68372In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68373In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68374In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68375In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68377In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68378In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68379In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68380In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68381In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68382In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68376?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
