CVE-2026-72243
Received Received - Intake

SELinux Missing TCP Fast Open Permission Check in Linux Kernel

Vulnerability report for CVE-2026-72243, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-18

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-18
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel to 416baaa9-dc9f-4396-8d5f-8c081fb06d67 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves SELinux not properly checking connect-related permissions when TCP Fast Open is used. TCP Fast Open allows faster connection establishment, but SELinux was not updated to enforce its security policies during this process. The fix ensures SELinux calls the correct permission check when the MSG_FASTOPEN flag is used in socket operations.

Detection Guidance

This vulnerability affects SELinux's handling of TCP Fast Open connections. Detection requires checking kernel logs for SELinux denials related to TCP Fast Open or MSG_FASTOPEN flag usage. Use commands like dmesg | grep -i selinux or journalctl -k | grep -i selinux to review kernel logs for access denials.

Impact Analysis

This vulnerability could allow unauthorized network connections to bypass SELinux security controls. An attacker might exploit it to establish connections without proper permission checks, potentially leading to unauthorized data access or network activity on systems using SELinux with TCP Fast Open.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or other common standards and regulations. The issue is specific to SELinux permissions in the Linux kernel and does not involve data protection, privacy, or security controls that these regulations typically address.

Mitigation Strategies

Apply the latest Linux kernel update that includes the SELinux fix for TCP Fast Open. If immediate patching is not possible, consider disabling TCP Fast Open temporarily via sysctl net.ipv4.tcp_fastopen=0 until the kernel is updated.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72243. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart