Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-68315

7.5 · HIGH
Published Aug 10, 2026 EPSS 0.52% (42th pctl)

Overview

CVE-2026-68315 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

sctp: validate stream count in sctp_process_strreset_inreq()

When processing a RESET_IN_REQUEST from a peer,

sctp_process_strreset_inreq() derives the stream count from the

parameter length but does not check whether the resulting

RESET_OUT_REQUEST would exceed SCTP_MAX_CHUNK_LEN.

The OUT request header (sctp_strreset_outreq, 16 bytes) is 8 bytes

larger than the IN request header (sctp_strreset_inreq, 8 bytes).

Generally, the IP payload is bounded to 65535 bytes, so the stream

list cannot be large enough to trigger the overflow. However, on

interfaces with MTU > 65535 (e.g., loopback with IPv6 jumbograms), a

stream list that fits within the incoming IN parameter can cause a

__u16 overflow in sctp_make_strreset_req() when computing the OUT

request size, leading to an undersized skb allocation and a kernel

BUG:

net/core/skbuff.c:207 skb_panic

net/core/skbuff.c:2625 skb_put

net/sctp/sm_make_chunk.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-68315?

CVE-2026-68315 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-68315?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-68315?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-68315?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68315 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.