---
cve: "CVE-2026-68300"
severity: "CRITICAL"
cvss: 9.8
epss: "60%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-08-10 12:02:34"
tags: [cve, security, critical]
source: tsecurity.de CVE-Dossier
exported: "2026-09-15T02:09:58+02:00"
---

# CVE-2026-68300

> 9.8 CRITICAL

## Beschreibung

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

sctp: auth: verify auth requirement when auth_chunk is NULL

sctp_auth_chunk_verify() returns true unconditionally when
chunk->auth_chunk is NULL, silently skipping authentication.
This is incorrect when:

1. skb_clone() failed in the BH receive path, leaving auth_chunk
   NULL. In sctp_endpoint_bh_rcv() asoc is NULL for new
   connections, so the early sctp_auth_recv_cid() check cannot
   catch this.

2. No AUTH chunk precedes COOKIE-ECHO, so skb_clone() is never
   called and auth_chunk remains NULL.

Fix by checking sctp_auth_recv_cid() when auth_chunk is NULL:
if authentication is required, return false to drop the chunk;
otherwise continue normally.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Hoch | bad |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- Kernel ≥ 5.10.265
- Kernel ≥ 5.15.216
- Kernel ≥ 6.1.183
- Kernel ≥ 6.6.148
- Kernel ≥ 6.12.101
- Kernel ≥ 6.18.42
- Kernel ≥ 7.1.6

## Referenzen

- <https://git.kernel.org/stable/c/a129792b3aef15002746c13522781d92ed3522c3>
- <https://git.kernel.org/stable/c/5a022ac51ad83b4ce6c898f4b9eefc65bd26b247>
- <https://git.kernel.org/stable/c/6caf0e8590c0bf05a76b0d387726adf3a6f3725c>
- <https://git.kernel.org/stable/c/ec2e157fc9678a9bc411305a25aec3fd337d7efb>
- <https://git.kernel.org/stable/c/28c5fdce9dd955d2baf5e28987819b6d7cfaf646>
- <https://git.kernel.org/stable/c/18957373920caf5cdaf5cf32e5d1d7a99ca7700a>
- <https://git.kernel.org/stable/c/83f5031f2a6a49d696eb4cc0898345d12f9c6451>
- <https://git.kernel.org/stable/c/8e04823c120b376ef7dab14b60ebf6823aa16c14>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-68300) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
