CVE-2026-80587

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-27. a secondary CVSS source baseline 9.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 sources updated this week
9.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 9.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

mptcp: avoid combining some incoming suboptions

Some MPTCP suboptions are mutually exclusive according to the RFC8684, but also because in different places, the code doesn't expect some combinations to be present. That's specially true for suboptions that would be present twice, but with different attributes.

The new restrictions are the same as the ones applied on the output side, with mptcp_write_options. The same rules can be reused with a small fix: an MP_FASTCLOSE can be used with a DSS when the sender picks this option [1], which is not the case on Linux. Here are the rules:

Which options can be used together?

X: mutually exclusive O: often used together C: can be used together in some cases P: could be used together but we prefer not to (optimisations)

| Opt: | MPC | MPJ | DSS | ADD | RM | PRIO | FAIL | FC | |------|------|------|------|------|------|------|------|------| | MPC |------|------|------|------|------|------|------|------| | MPJ | X |------|------|------|------|------|------|------| | DSS | X | X |------|------|------|------|------|------| | ADD | X | X | P |------|------|------|------|------| | RM | C | C | C | P |------|------|------|------| | PRIO | X | C | C | C | C |------|------|------| | FAIL | X | X | C | X | X | X |------|------| | FC | X | X | P | X | X | X | X |------| | RST | X | X | X | X | X | X | O | O | |------|------|------|------|------|------|------|------|------|

The only difference is with the 'P': another stack could send and ADD_ADDR with other suboptions (DSS, RM_ADDR), and this should be allowed.

A few points of attention:

  • In theory, an MP_CAPABLE could be used with a RM_ADDR, but there is
no reason to add it with a SYN. Note that even with a 4th ACK, it doesn't seem to be useful, except when IDs are known in advance via another channel. Better not to break that.
  • Now, combining both an MP_CAPABLE and an MP_JOIN will no longer
result to a reject of the two options, but only the second suboption is ignored. That seems OK to do that for this unexpected error. At least now all inconsistent combinations are handled the same way. This could change later in next. This also means the explicit checks for having both MPC + MPJ in subflow.c will now be unreachable. That's fine, they will be removed in a follow-up patch.
  • In case of conflicting combinations, the extra suboption(s) is/are
ignored: having such combinations either means the remote peer is buggy, or is evil. The simplest action is then taken in this case: stop processing the current suboption.
  • In mp_opt->suboptions, there is also a bit reserved to the checksum,
which can be used in an MP_CAPABLE and a DSS. Each time a DSS option can be used in parallel with another option, the checksum can be set, so the verification is combined into a new OPTIONS_MPTCP_DSS macro.
  • An MP_CAPABLE ACK can carry a Data-Level Length, and an optional
Checksum: they are the same as the ones found in a DSS, because a DSS cannot be used in parallel to an MP_CAPABLE. Similarly, even if there is room, a DSS cannot be used with an MP_JOIN.

CVSS v3
9.8
EG Score
9.8(high)
EG Risk
49(Track)
EG Risk 49/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity98% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
32%
KEV
Not listed

Published

August 26, 2026

Last Modified

August 27, 2026

Advisory Details (6)

Auto-updated Aug 27, 2026
No patch confirmed yet.
generic

mptcp: avoid combining some incoming suboptions - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/dc1d8d3eb345c616fbe922a010fa391c72c54d52
generic

mptcp: avoid combining some incoming suboptions - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/b6ee361524641f57b2e2363f7737f20e17f67827
generic

mptcp: avoid combining some incoming suboptions - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/a04dcc784959e4702048785d87e0d029bd2fbdcb
generic

mptcp: avoid combining some incoming suboptions - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6bab907292155513af397a12ccb488acbfc30d79
generic

mptcp: avoid combining some incoming suboptions - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0e2210af439755a2af352eea4178261dcf61742e
generic

mptcp: avoid combining some incoming suboptions - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/099bfcbd0c16ae9b50aba2a1bea033e63f895da7

Vendor Advisories for CVE-2026-80587(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 31× in last 7d / 31× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-30 02:25 UTCEG score recompute
  2. 2026-08-30 02:25 UTCGHSA enrichment
  3. 2026-08-30 01:22 UTCEPSS rescore
  4. 2026-08-29 22:01 UTCGHSA enrichment
  5. 2026-08-29 17:37 UTCGHSA enrichment
  6. 2026-08-29 13:14 UTCGHSA enrichment
  7. 2026-08-29 08:49 UTCGHSA enrichment
  8. 2026-08-29 04:23 UTCGHSA enrichment
  9. 2026-08-28 23:57 UTCEG score recompute
  10. 2026-08-28 23:57 UTCGHSA enrichment
  11. 2026-08-28 21:42 UTCEPSS rescore
  12. 2026-08-28 16:07 UTCGHSA enrichment
  13. 2026-08-28 11:43 UTCGHSA enrichment
  14. 2026-08-28 07:19 UTCGHSA enrichment
  15. 2026-08-28 02:52 UTCGHSA enrichment
  16. 2026-08-27 22:28 UTCGHSA enrichment
  17. 2026-08-27 18:04 UTCEG score recompute
  18. 2026-08-27 18:04 UTCGHSA enrichment
  19. 2026-08-27 14:25 UTCEPSS rescore
  20. 2026-08-27 13:33 UTCEG score recompute
  21. 2026-08-27 13:33 UTCGHSA enrichment
  22. 2026-08-27 13:00 UTCEG score recompute
  23. 2026-08-27 13:00 UTCGHSA enrichment
  24. 2026-08-27 11:04 UTCGHSA enrichment
  25. 2026-08-27 06:40 UTCEG score recompute
Show 6 more
  1. 2026-08-27 06:40 UTCGHSA enrichment
  2. 2026-08-27 06:17 UTCEG score recompute 9.80
  3. 2026-08-27 06:11 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  4. 2026-08-26 15:43 UTCNVD update
  5. 2026-08-26 14:42 UTCEG score recompute
  6. 2026-08-26 14:41 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-80587?
CVE-2026-80587 is a critical vulnerability published on August 26, 2026. In the Linux kernel, the following vulnerability has been resolved: mptcp: avoid combining some incoming suboptions Some MPTCP suboptions are mutually exclusive according to the RFC8684, but also because in different places, the code doesn't expect some combinations to be present. That's specially…
When was CVE-2026-80587 disclosed?
CVE-2026-80587 was first published in the National Vulnerability Database on August 26, 2026, with the most recent update on August 27, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-80587 actively exploited?
CVE-2026-80587 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 68.5% of all scored CVEs.
What is the CVSS score of CVE-2026-80587?
CVE-2026-80587 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-80587?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-80587, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-80587

Explore →

Is Your Infrastructure Affected by CVE-2026-80587?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.