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

7.8 · HIGH
Published May 28, 2026 linux CWE-416 EPSS 0.10% (1th pctl)

Overview

CVE-2026-46227 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, 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: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL

The SCTP_SENDALL path in sctp_sendmsg() iterates ep->asocs with

list_for_each_entry_safe(), which caches the next entry in @tmp before

the loop body runs. The body calls sctp_sendmsg_to_asoc(), which may

drop the socket lock inside sctp_wait_for_sndbuf().

While the lock is dropped, another thread can SCTP_SOCKOPT_PEELOFF the

association cached in @tmp, migrating it to a new endpoint via

sctp_sock_migrate() (list_del_init() + list_add_tail() to

newep->asocs), and optionally close the new socket which frees the

association via kfree_rcu(). The cached @tmp can also be freed by a

network ABORT for that association, processed in softirq while the

lock is dropped.

sctp_wait_for_sndbuf() revalidates @asoc (the current entry) on re-lock

via the "sk != asoc->base.sk" and "asoc->base.dead" checks, but nothing

revalidates @tmp. After a successful ret

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.17, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-46227?

CVE-2026-46227 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-46227?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-46227?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-46227?

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