CVE-2026-68376

Source
https://cve.org/CVERecord?id=CVE-2026-68376
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68376.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68376
Downstream
Published
2026-08-10T12:03:54.666Z
Modified
2026-08-12T04:18:48.556096425Z
Summary
sctp: fix auth_hmacs array size in struct sctp_cookie
Details

In the Linux kernel, the following vulnerability has been resolved:

sctp: fix authhmacs array size in struct sctpcookie

The authhmacs array in struct sctpcookie is supposed to store a complete SCTPAUTHHMACALGO parameter, which consists of a struct sctpparamhdr followed by N HMAC identifiers.

However, the array size was calculated using an extra 2 bytes instead of sizeof(struct sctpparamhdr), which is 4 bytes. When four HMAC identifiers are configured, the HMAC-ALGO parameter stored in the endpoint is larger than the authhmacs buffer in the cookie.

As a result, sctpassociationinit() copies beyond the end of authhmacs when initializing the association, corrupting the adjacent authchunks field. This can lead to an invalid HMAC identifier being accepted and later cause an out-of-bounds read in sctpauthget_hmac().

Fix the array size calculation by including the full SCTP parameter header size.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68376.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1f485649f52929d9937b346a920a522a7363e202
Fixed
0b4414e43e0861d67276031cc21401d7e87de3da
Fixed
d0a59ba58578e2b330fff80a44fe519f3ba7d8c7
Fixed
a8d20ba0ab518c9ccbcde258f25fc1ee6e51d5db
Fixed
3aa40c3bccac2312ea7cf97f329190637f972b5d
Fixed
e0b5252a59383b77d1b8dbeda00b7184dd95f4d3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68376.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.24
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68376.json"