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

9.8 · CRITICAL
Published Aug 22, 2026 EPSS 0.50% (41th pctl)

Overview

CVE-2026-74688 is a critical-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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: clear control chunk transport if it is being removed

sctp_make_heartbeat_ack() caches the destination transport in

chunk->transport without taking a reference. When src_out_of_asoc_ok is

enabled, the HEARTBEAT ACK may remain queued on control_chunk_list instead

of being transmitted immediately.

If the peer transport is removed while the chunk is still queued,

sctp_assoc_rm_peer() drops the transport and schedules it for RCU freeing,

but only clears cached transport pointers in out_chunk_list. The queued

control chunk therefore retains a dangling transport pointer.

Once an ASCONF_ACK clears the suppression and the queued control chunk is

transmitted, SCTP dereferences the stale transport pointer, leading to a

use-after-free.

Fix this by also clearing chunk->transport for queued control chunks in

control_chunk_list when removing the transport.

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

CVE-2026-74688 is a critical-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-74688?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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-74688?

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

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