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

ipv4: restrict IPOPT_SSRR and IPOPT_LSRR options

This patch restricts setting Loose Source and Record Route (LSRR)
and Strict Source and Record Route (SSRR) IP options to users
with CAP_NET_RAW capability.

This prevents unprivileged applications from forcing packets to route
through attacker-controlled nodes to leak TCP ISN and possibly other
protocol information.

While LSRR and SSRR are commonly filtered in many network environments,
they may still be supported and forwarded along some network paths.

RFC 7126 (Recommendations on Filtering of IPv4 Packets Containing
IPv4 Options) recommend to drop these options in 4.3 and 4.4.
Published: 2026-06-25
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows unprivileged applications to set the Loose Source and Record Route (LSRR) and Strict Source and Record Route (SSRR) IP options without the CAP_NET_RAW capability. By forcing packets to be routed through attacker‑controlled nodes, an adversary can observe TCP initial sequence numbers and potentially other protocol data, leading to covert channel attacks and network reconnaissance. The flaw is a classic instance of improper access control, enabling privileged network behavior by users with no required privilege.

Affected Systems

Affected systems are any deployments of the Linux kernel, as indicated by the kernel CPE string. No specific versions are enumerated in the available data, so any kernel that has nots IPOPT_SSRR and IPOPT_LSRR options remains vulnerable.

Risk and Exploitability

The CVSS score is not provided in the data, and the EPSS score is unavailable, implying that the exploitation probability is not quantified. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The likely attack vector is local: it requires a user process to send packets with these options, a capability normally restricted to privileged users. Given the potential for widespread impact if present on a system that forwards such packets, the risk level is considered high to medium depending on local network filtering policies.

Generated by OpenCVE AI on June 25, 2026 at 11:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the patch which restricts IPOPT_SSRR and IPOPT_LSRR options to CAP_NET_RAW users.
  • If a kernel upgrade is not yet possible, configure firewall or network device rules (iptables, nftables, or equivalent) to drop any packets containing LSRR or SSRR IP options.
  • Monitor system logs for attempts to send packets with these IP options and verify that only privileged processes are generating them.

Generated by OpenCVE AI on June 25, 2026 at 11:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-284

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ipv4: restrict IPOPT_SSRR and IPOPT_LSRR options This patch restricts setting Loose Source and Record Route (LSRR) and Strict Source and Record Route (SSRR) IP options to users with CAP_NET_RAW capability. This prevents unprivileged applications from forcing packets to route through attacker-controlled nodes to leak TCP ISN and possibly other protocol information. While LSRR and SSRR are commonly filtered in many network environments, they may still be supported and forwarded along some network paths. RFC 7126 (Recommendations on Filtering of IPv4 Packets Containing IPv4 Options) recommend to drop these options in 4.3 and 4.4.
Title ipv4: restrict IPOPT_SSRR and IPOPT_LSRR options
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:41.971Z

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

Link: CVE-2026-53249

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T12:00:13Z

Weaknesses