LiveActive security incident?Get immediate response
CVE Record

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).

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
10

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
8.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H3.94.2Linux

Vulnerability scoring details

Base CVSS 3.1 score

8.2High
CVSS 3.1 vector shape for CVE-2026-43190Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2unaffected
LinuxLinux2.6.12, 0, 5.10.252, 5.15.202, 6.1.165, 6.6.128, 6.12.75, 6.18.16, 6.19.6, 7.0affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.