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

selinux: check connect-related permissions on TCP Fast Open

Similar to Landlock, SELinux was not updated when TCP Fast Open
support was introduced to ensure connect-related permissions are
checked when using TCP Fast Open. Update its socket_sendmsg() hook to
call selinux_socket_connect() when MSG_FASTOPEN is passed.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SELinux was not updated when TCP Fast Open support was added to the Linux kernel, causing the socket_sendmsg() hook to omit a selinux_socket_connect() check when MSG_FASTOPEN is used. As a result, processes could initiate connections using TCP Fast Open without SELinux verifying the usual connect‑related permissions. This omission allows an attacker to bypass SELinux policy enforcement on those connections, potentially enabling privilege escalation or unauthorized network activity. The flaw is a classic missing proper access control on a privileged operation, as reflected by CWE‑284.

Affected Systems

All Linux kernels that incorporated TCP Fast Open without the corresponding SELinux permission check are affected. Specific vendor and product names are Linux, Linux. Exact version ranges are not listed in the data provided, so the vulnerability may exist in any kernel version where the change was introduced before the patch, across all distributions that ship the upstream kernel.

Risk and Exploitability

The EPSS value is unavailable and the vulnerability is not included in the CISA KEV catalog, which suggests there is no publicly known exploitation activity. However, the missing SELinux check may be exploitable by an attacker who can create or control a process capable of using the TCP Fast Open feature, enabling bypass of SELinux enforced network restrictions. The attack vector is inferred to be local or remote depending on the system’s network configuration, but the vulnerability does not provide a means to gain privileges if the attacker cannot install code or compromise a privileged process. Given the lack of official exploitation reports, the overall risk is considered low but remediated through patching to eliminate the possibility of bypass.

Generated by OpenCVE AI on August 15, 2026 at 10:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel version that includes the patch to the socket_sendmsg() hook.
  • Backport the upstream patch to older kernel releases if a new kernel is not feasible.
  • If a patch is not immediately available, disable TCP Fast Open on affected systems to prevent the missing SELinux check from being exercised.

Generated by OpenCVE AI on August 15, 2026 at 10:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: selinux: check connect-related permissions on TCP Fast Open Similar to Landlock, SELinux was not updated when TCP Fast Open support was introduced to ensure connect-related permissions are checked when using TCP Fast Open. Update its socket_sendmsg() hook to call selinux_socket_connect() when MSG_FASTOPEN is passed.
Title selinux: check connect-related permissions on TCP Fast Open
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-15T05:54:31.117Z

Reserved: 2026-08-09T03:40:39.914Z

Link: CVE-2026-72243

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:51.443

Modified: 2026-08-15T06:21:51.443

Link: CVE-2026-72243

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T10:15:03Z

Weaknesses

No weakness.