Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
High

Out-of-bounds read in Linux kernel netfilter xt_tcpmss TCP option parser

IdentifiersCVE-2026-43190CWE-125· Out-of-bounds Read

CVE-2026-43190 is an out-of-bounds read in the Linux kernel's netfilter xt_tcpmss code, specifically in net/netfilter/xt_tcpmss.c. The TCP option parser reads op[i+1] without first validating that at least two bytes remain in the option buffer. If the final byte of the TCP option field is not an EOL (0) or NOP (1) option, the parser may attempt to access op[i+1] when i + 1 == optlen. This results in a read past the end of the TCP options area, potentially beyond the local stack buffer _opt or into the following packet payload. The issue was fixed by adding a remaining-length check before reading the option length byte.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation can trigger an out-of-bounds read in kernel packet-processing code reachable over the network. Based on the provided CVSS metrics, the primary impact is denial of service or reduced system availability, with possible limited confidentiality impact due to reading memory past the intended buffer boundary. No integrity impact is indicated in the supplied sources.

Mitigation

If you can’t patch tonight, do this now.

If immediate patching is not possible, reduce exposure of systems that process untrusted network traffic through the affected netfilter path, particularly rules using the xt_tcpmss functionality. Limit network reachability from untrusted sources where feasible. However, no complete mitigation is provided in the supplied content; patching the kernel is the definitive fix.

Remediation

Patch, then assume compromise.

Apply a Linux kernel update that includes the xt_tcpmss fix to check the remaining option length before reading op[i+1]. Vendor advisories indicate this issue has been addressed in multiple SUSE kernel update streams, and administrators should install the relevant patched kernel package for their distribution and reboot the system after updating.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
LinuxLinux Kerneloperating_system
Rocky LinuxRocky Linuxoperating_system

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

ACTIVITY FEED

Recent activity

9 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.

No news coverage yet. Advisories and community discussion only.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity

Community discussion across Reddit, Mastodon, and other social sources.