Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-68300

sctp: auth: verify auth requirement when auth_chunk is NULL
Back to all
CVE

CVE-2026-68300

sctp: auth: verify auth requirement when auth_chunk is NULL

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

sctp: auth: verify auth requirement when auth_chunk is NULL

sctpauthchunk_verify() returns true unconditionally when

chunk->auth_chunk is NULL, silently skipping authentication.

This is incorrect when:

  1. skbclone() failed in the BH receive path, leaving authchunk

   NULL. In sctpendpointbh_rcv() asoc is NULL for new

   connections, so the early sctpauthrecv_cid() check cannot

   catch this.

  1. No AUTH chunk precedes COOKIE-ECHO, so skb_clone() is never

   called and auth_chunk remains NULL.

Fix by checking sctpauthrecvcid() when authchunk is NULL:

if authentication is required, return false to drop the chunk;

otherwise continue normally.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/18957373920caf5cdaf5cf32e5d1d7a99ca7700a, https://git.kernel.org/stable/c/28c5fdce9dd955d2baf5e28987819b6d7cfaf646, https://git.kernel.org/stable/c/5a022ac51ad83b4ce6c898f4b9eefc65bd26b247, https://git.kernel.org/stable/c/6caf0e8590c0bf05a76b0d387726adf3a6f3725c, https://git.kernel.org/stable/c/83f5031f2a6a49d696eb4cc0898345d12f9c6451, https://git.kernel.org/stable/c/8e04823c120b376ef7dab14b60ebf6823aa16c14, https://git.kernel.org/stable/c/a129792b3aef15002746c13522781d92ed3522c3, https://git.kernel.org/stable/c/ec2e157fc9678a9bc411305a25aec3fd337d7efb, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68300.json, https://nvd.nist.gov/vuln/detail/CVE-2026-68300, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00597%
EPSS Percentile
0.4597%
Introduced Version
bbd0d59809f923ea2b540cbd781b32110e249f6e,2.6.24,5.11.0,5.16.0,6.2.0,6.7.0,6.13.0,6.19.0,0
Fix Available
8e04823c120b376ef7dab14b60ebf6823aa16c14,5.10.265,5.15.216,6.1.183,6.6.148,6.12.101,6.18.42,7.1.6,6.12.101-1~deb12u1,6.12.101-1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading