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

tcp: restrict SO_ATTACH_FILTER to priv users

This patch restricts the use of SO_ATTACH_FILTER (cBPF) on TCP sockets
to users with CAP_NET_ADMIN capability.

This blocks potential side-channel attack where an unprivileged application
attaches a filter to leak TCP sequence/acknowledgment numbers.
Published: 2026-06-25
Score: 7.0 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel mistake allowed any process to attach a Berkeley Packet Filter (cBPF) to a TCP socket using the SO_ATTACH_FILTER option. This could be exploited to leak TCP sequence and acknowledgment numbers, a side‑channel that could enable an timing information. The patch adds a capability check requiring CAP_NET_ADMIN, preventing unprivileged code from attaching the filter. The vulnerability directly concerns confidentiality and the reliability of TCP communications.

Affected Systems

The flaw exists in the Linux kernel. Specific vendor or product names are Linux:Linux, with all kernel releases prior to the patch affected. No explicit version range is given in the data, so all unpatched kernels must be considered vulnerable until the restriction is applied.

Risk and Exploitability

The CV moderate severity, and the EPSS score of < 1% shows a very low likelihood of exploitation, though the flaw remains not listed in KEV. It can be exploited by any user on a host running an unpatched kernel by creating a socket, calling setsockopt(SO_ATTACH_FILTER) with an arbitrary cBPF program, and reading the filter’s output to glean TCP sequence/acknowledgment to the target system and does not involve remote code execution. The risk to confidentiality is significant, but the lack of a global exploitation dataset makes the likelihood uncertain.

Generated by OpenCVE AI on June 26, 2026 at 13:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest Linux kernel version that includes the SO_ATTACH_FILTER privilege restriction patch.
  • Reboot the system to run the updated kernel.
  • Verify that attempts by non‑privileged users to set SO_ATTACH_FILTER on TCP sockets fail.

Generated by OpenCVE AI on June 26, 2026 at 13:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: tcp: restrict SO_ATTACH_FILTER to priv users This patch restricts the use of SO_ATTACH_FILTER (cBPF) on TCP sockets to users with CAP_NET_ADMIN capability. This blocks potential side-channel attack where an unprivileged application attaches a filter to leak TCP sequence/acknowledgment numbers.
Title tcp: restrict SO_ATTACH_FILTER to priv users
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-06-25T08:39:33.170Z

Reserved: 2026-06-09T07:44:35.393Z

Link: CVE-2026-53236

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-25T00:00:00Z

Links: CVE-2026-53236 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T13:45:05Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment