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-68320

7.3 · HIGH
Published Aug 10, 2026 EPSS 0.13% (3th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkid

sctp_auth_ep_add_chunkid() uses SCTP_NUM_CHUNK_TYPES (20) as the

capacity limit for ep->auth_chunk_list, allowing it to hold up to

20 chunk entries (param_hdr.length up to 24). However, the copy

destination asoc->c.auth_chunks in struct sctp_cookie is only

SCTP_AUTH_MAX_CHUNKS (16) entries (20 bytes). When more than 16

chunks are added, sctp_association_init() memcpy overflows the

destination by up to 4 bytes.

Fix by using SCTP_AUTH_MAX_CHUNKS as the capacity limit, matching

the destination capacity.

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-68320?

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

How severe is CVE-2026-68320?

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-68320?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-68320 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.