Junglewise Threat Intelligence

CVE-2026-53249: Linux Kernel information leak via IPv4 source routing options

CVE-2026-53249 · Severity: info · CVSS 3.3 · Published 2026-06-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's networking component could allow unprivileged applications to manipulate how data packets are routed. By using specific IP routing options, an attacker could force traffic through a server they control to intercept sensitive connection details, such as TCP sequence numbers. This could potentially lead to further network-based attacks or data leakage.

Technical details

A vulnerability in net/ipv4/ip_options.c in the Linux kernel allowed unprivileged applications to set IPOPT_SSRR and IPOPT_LSRR options. These IPv4 options enable source routing, which can be abused to force packets through attacker-controlled intermediate nodes. This exposure allows for the leakage of TCP Initial Sequence Numbers (ISNs) and other protocol metadata. The fix restricts these options to users with the CAP_NET_RAW capability, aligning with RFC 7126 recommendations to drop or restrict these options. The vulnerability affects versions dating back to the 2.6.12-rc2 release.

Affected products

  • Linux Linux Kernel 2.6.12 to 6.9.x

Timeline

  • 2026-06-02: other: Patch submitted by Eric Dumazet
  • 2026-06-19: patched: Commits merged into stable branches
  • 2026-06-25: disclosed: CVE published

References

Related threats