CVE-2026-68300
Last modified
CVE-2026-68300 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bbd0d59809f923ea2b540cbd781b32110e249f6e, < ec2e157fc9678a9bc411305a25aec3fd337d7efb; >= bbd0d59809f923ea2b540cbd781b32110e249f6e, < 28c5fdce9dd955d2baf5e28987819b6d7cfaf646; >= bbd0d59809f923ea2b540cbd781b32110e249f6e, < 18957373920caf5cdaf5cf32e5d1d7a99ca7700a; >= bbd0d59809f923ea2b540cbd781b32110e249f6e, < 83f5031f2a6a49d696eb4cc0898345d12f9c6451; >= bbd0d59809f923ea2b540cbd781b32110e249f6e, < 8e04823c120b376ef7dab14b60ebf6823aa16c14 |
| Linux | Linux | 2.6.24 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68300?
How severe is CVE-2026-68300?
How do I fix CVE-2026-68300?
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-68295In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68296In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68297In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68298In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68299In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6830nesquena hermes-webui contains an environment variable leaka…4.8
- CVE-2026-68301In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68302In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68303In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68304In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68305In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68306In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68300?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
