CVE-2026-43190: netfilter: xt_tcpmss: check remaining length before reading optlen
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).
Security readout for executives and security teams
Plain-English summary
A malformed TCP option can make Linux netfilter read past the intended buffer while processing TCP maximum-segment-size information. The supplied CVSS score is 8.2 because unauthenticated network traffic may trigger limited information exposure or serious service disruption. The evidence does not establish code execution.
Executive priority
Treat this as a high-priority kernel update for exposed network infrastructure. Accelerate assessment and patching on internet-facing packet-processing systems; schedule other Linux hosts according to reachability and vendor guidance. Current evidence supports urgency but not an emergency claim of active exploitation.
Technical view
The xt_tcpmss TCP option parser reads op[i+1] without first confirming that a second option byte remains. A final option byte other than EOL or NOP can therefore cause an out-of-bounds read beyond the option boundary, potentially reaching the stack buffer boundary or subsequent packet payload.
Likely exposure
Prioritize Linux routers, firewalls, gateways, and hosts where netfilter's xt_tcpmss processing handles untrusted TCP traffic. The source lists Linux versions from 2.6.12 through affected stable-series boundaries, but distribution kernels may contain backports; package versions alone cannot conclusively determine exposure.
Exploitation context
The CVSS vector describes remote, low-complexity, unauthenticated exploitation requiring no user interaction. However, the supplied record is not in KEV and provides no evidence of active exploitation or a public working exploit. Confirm reachable packet-processing conditions before treating every Linux host as equally exposed.
Researcher notes
No CWE is assigned in the supplied record. The defect is a one-byte-boundary validation failure in TCP option parsing. Stable-kernel commit references document branch-specific corrections. Public evidence supplied here does not establish practical crash reliability, information recovery, code execution, or exploitation in the wild.
Mitigation direction
Apply a vendor-supported kernel containing the relevant stable fix for your kernel branch.
Prioritize internet-facing gateways, firewalls, and systems processing untrusted TCP traffic.
Reboot into the updated kernel when required by the distribution's guidance.
If immediate updating is impossible, consult vendor guidance for supported temporary mitigations.
Validation and detection
Inventory running kernel versions across Linux systems, emphasizing network-edge infrastructure.
Check distribution advisories for backported fixes rather than relying only on upstream version numbers.
Confirm the running kernel includes the applicable upstream stable commit or vendor equivalent.
Determine whether xt_tcpmss processing is enabled and reachable by untrusted TCP traffic.
After remediation, verify systems are running the updated kernel, not merely storing it.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-43190 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
9Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.