CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's SELinux implementation, specifically in how it handles connect-related permissions during TCP Fast Open operations. This oversight could allow unauthorized access or connections, potentially compromising system security. Organizations utilizing Linux systems with SELinux enabled should prioritize applying updates to mitigate this risk.
Original NVD 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.