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: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SELinux was not updated to enforce connect permissions when TCP Fast Open was added to the Linux kernel. The socket_sendmsg() hook omitted a selinux_socket_connect() check when MSG_FASTOPEN was passed, enabling processes to establish connections without SELinux verifying the usual permission checks. This flaw can lead to a bypass of SELinux policy enforcement on such connections, potentially allowing unauthorized network activity. The weakness is a missing permission check (CWE-551).

Affected Systems

All Linux kernel builds that include TCP Fast Open support without the corresponding SELinux change are affected. The vendor list identifies the product as Linux:Linux, and the CPE string indicates the kernel. Because the update to selinux_socket_connect() was not applied until after the change, any kernel version that introduced TCP Fast Open prior to 2026‑72243 is potentially vulnerable. Exact version releases are not specified, so users should assume that kernels before the patch are impacted.

Risk and Exploitability

The CVSS score of 8.4 indicates high severity. The EPSS score is less than 1%, and the vulnerability is not listed in the CISA KEV catalog, implying no known public exploitation. The attack vector is likely local, because a process with the ability to call socket_sendmsg() with MSG_FASTOPEN may bypass SELinux, but remote exploitation would require the attacker to influence that process. Inference: the likely attack scenario is a local attacker or a compromised service that can generate a TCP Fast Open request. While there are no documented exploits, the high severity and local privilege requirement still warrant remediation.

Generated by OpenCVE AI on August 22, 2026 at 09:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel release that contains the 2026‑72243 patch which restores selinux_socket_connect() checks for TCP Fast Open.
  • If an upgrade is not immediately possible, apply the upstream patch to older kernel versions by backporting the commit that adds the missing check.
  • As a temporary workaround, disable TCP Fast Open on affected systems to prevent the missing SELinux permission check from being exercised until a patch is applied.

Generated by OpenCVE AI on August 22, 2026 at 09:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-862

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-551
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-862

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N'}


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-18T06:56:32.099Z

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-18T07:16:54.487

Link: CVE-2026-72243

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72243 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T09:30:17Z

Weaknesses
  • CWE-551

    Incorrect Behavior Order: Authorization Before Parsing and Canonicalization