imPC@ndo IT

Tracker / CVE-2026-43190

CVE-2026-43190

High 8.2

In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_tcpmss: check remaining length before reading optlen Quoting reporter: In net/netfilter/xt_tcpmss.c (lines 53-68), the TCP option parser reads op[i+1] directly without validating the remaining option length. If the last byte of the option field is not EOL/NOP (0/1), the code attempts to index op[i+1]. In the case where i + 1 == optlen, this causes an out-of-bounds read, accessing memory past the optlen boundary (either reading beyond the stack buffer _opt or the following payload).

Affected products and versions

linux linux_kernel
linux linux_kernel · 2.6.12.1 → 5.10.252
linux linux_kernel · 5.11 → 5.15.202
linux linux_kernel · 5.16 → 6.1.165
linux linux_kernel · 6.13 → 6.18.16
linux linux_kernel · 6.19 → 6.19.6
linux linux_kernel · 6.2 → 6.6.128
linux linux_kernel · 6.7 → 6.12.75

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References