CVE-2026-68124

CRITICALPre-NVD 9.69.6
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
9.6EG
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.6Exploit: 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:

mctp: serial: handle zero-length frames to prevent rx buffer overflow

The MCTP serial receive state machine reads a frame length byte in mctp_serial_push_header() case 2 and validates it upper-bound-only:

if (c > MCTP_SERIAL_FRAME_MTU) { dev->rxstate = STATE_ERR; } else { dev->rxlen = c; dev->rxpos = 0; dev->rxstate = STATE_DATA; ... }

A length of zero passes this check, so rxlen is set to 0 and the state machine advances to STATE_DATA. In mctp_serial_push() STATE_DATA, the incoming byte is stored and rxpos incremented before the terminator is

dev->rxbuf[dev->rxpos] = c; dev->rxpos++; dev->rxstate = STATE_DATA; if (dev->rxpos == dev->rxlen) { dev->rxpos = 0; dev->rxstate = STATE_TRAILER; }

With rxlen == 0 the "rxpos == rxlen" terminator can never fire (rxpos is already 1 on the first data byte), so subsequent bytes are written past the end of the fixed 74-byte rxbuf, which is the last member of the netdev private area. Every following data byte is an attacker-controlled 1-byte out-of-bounds heap write, and the overflow continues until a frame (0x7e) or escape byte resets the parser -- effectively unbounded.

Reaching this requires CAP_NET_ADMIN to attach the N_MCTP line discipline and bring the resulting mctpserialN netdev up, after which the bytes arrive via the tty receive path.

Route a zero-length frame straight to STATE_TRAILER instead of STATE_DATA. The trailer/framing bytes are still consumed, and the frame resolves to a zero-length skb that the MCTP core rejects; the parser never enters STATE_DATA with rxlen == 0, so the out-of-bounds write can no longer occur.

KASAN, on a frame of 0x7e 0x01 0x00 followed by data bytes (before this change):

UBSAN: array-index-out-of-bounds in drivers/net/mctp/mctp-serial.c:370 index 74 is out of range for type 'u8 [74]' BUG: KASAN: slab-out-of-bounds in mctp_serial_tty_receive_buf Write of size 1 at addr ... by task kworker/u16:0 mctp_serial_tty_receive_buf tty_ldisc_receive_buf flush_to_ldisc Allocated by task 152: alloc_netdev_mqs mctp_serial_open

v2: route zero-length frames to STATE_TRAILER instead of STATE_ERR so the trailer/framing bytes are still consumed (Jeremy Kerr).

Found by 0sec automated security-research tooling (https://0sec.ai).

CVSS v3
9.6
EG Score
9.6(high)
EG Risk
48(Track)
EG Risk 48/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
Severity96% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
28%
KEV
Not listed

Published

August 10, 2026

Last Modified

August 19, 2026

Advisory Details (5)

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

mctp: serial: handle zero-length frames to prevent rx buffer overflow - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/793b9b729f1e8de57be8c8daf1a9838be96cabed
generic

mctp: serial: handle zero-length frames to prevent rx buffer overflow - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/06a6b606129c8a25cd457760f5370f3ff01fe05d
generic

mctp: serial: handle zero-length frames to prevent rx buffer overflow - kernel/git/stable/linux.git - Linux kernel stable tree

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

mctp: serial: handle zero-length frames to prevent rx buffer overflow - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/68819427bc07eca7963a9e8be19e5272cc29186c
generic

mctp: serial: handle zero-length frames to prevent rx buffer overflow - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/36dc6d6964a3b90411cc7944cd9b8b6f67b9807b

Vendor Advisories for CVE-2026-68124(2)

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 59× in last 7d / 71× 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-20 23:27 UTCEG score recompute
  2. 2026-08-20 23:27 UTCGHSA enrichment
  3. 2026-08-20 22:56 UTCEPSS rescore
  4. 2026-08-20 19:11 UTCGHSA enrichment
  5. 2026-08-20 14:54 UTCGHSA enrichment
  6. 2026-08-20 10:35 UTCGHSA enrichment
  7. 2026-08-20 06:18 UTCGHSA enrichment
  8. 2026-08-20 02:00 UTCGHSA enrichment
  9. 2026-08-19 21:43 UTCGHSA enrichment
  10. 2026-08-19 17:26 UTCEG score recompute
  11. 2026-08-19 17:26 UTCGHSA enrichment
  12. 2026-08-19 17:04 UTCEPSS rescore
  13. 2026-08-19 16:56 UTCEG score recompute
  14. 2026-08-19 16:55 UTCGHSA enrichment
  15. 2026-08-19 14:59 UTCGHSA enrichment
  16. 2026-08-19 10:42 UTCGHSA enrichment
  17. 2026-08-19 06:23 UTCGHSA enrichment
  18. 2026-08-19 02:00 UTCGHSA enrichment
  19. 2026-08-18 21:42 UTCGHSA enrichment
  20. 2026-08-18 17:25 UTCEG score recompute
  21. 2026-08-18 17:25 UTCGHSA enrichment
  22. 2026-08-18 13:48 UTCEPSS rescore
  23. 2026-08-18 12:46 UTCGHSA enrichment
  24. 2026-08-18 08:23 UTCGHSA enrichment
  25. 2026-08-18 03:56 UTCGHSA enrichment
Show 46 more
  1. 2026-08-17 23:39 UTCGHSA enrichment
  2. 2026-08-17 19:22 UTCGHSA enrichment
  3. 2026-08-17 14:14 UTCEG score recompute
  4. 2026-08-17 14:14 UTCGHSA enrichment
  5. 2026-08-17 13:47 UTCEPSS rescore
  6. 2026-08-17 09:57 UTCGHSA enrichment
  7. 2026-08-17 05:41 UTCEG score recompute
  8. 2026-08-17 05:41 UTCGHSA enrichment
  9. 2026-08-17 05:11 UTCEG score recompute
  10. 2026-08-17 05:11 UTCGHSA enrichment
  11. 2026-08-17 04:36 UTCGHSA enrichment
  12. 2026-08-17 00:19 UTCGHSA enrichment
  13. 2026-08-16 20:02 UTCGHSA enrichment
  14. 2026-08-16 15:45 UTCEG score recompute
  15. 2026-08-16 15:45 UTCGHSA enrichment
  16. 2026-08-16 14:56 UTCEPSS rescore
  17. 2026-08-16 11:28 UTCGHSA enrichment
  18. 2026-08-16 07:12 UTCGHSA enrichment
  19. 2026-08-16 02:54 UTCEG score recompute
  20. 2026-08-16 02:54 UTCGHSA enrichment
  21. 2026-08-15 22:37 UTCGHSA enrichment
  22. 2026-08-15 18:20 UTCGHSA enrichment
  23. 2026-08-15 14:03 UTCGHSA enrichment
  24. 2026-08-15 09:46 UTCGHSA enrichment
  25. 2026-08-15 05:29 UTCEG score recompute
  26. 2026-08-15 05:29 UTCGHSA enrichment
  27. 2026-08-15 01:30 UTCEPSS rescore
  28. 2026-08-15 01:11 UTCGHSA enrichment
  29. 2026-08-14 20:54 UTCGHSA enrichment
  30. 2026-08-14 16:38 UTCGHSA enrichment
  31. 2026-08-14 12:21 UTCGHSA enrichment
  32. 2026-08-14 08:04 UTCGHSA enrichment
  33. 2026-08-14 03:47 UTCEG score recompute
  34. 2026-08-14 03:47 UTCGHSA enrichment
  35. 2026-08-13 23:31 UTCEG score recompute
  36. 2026-08-13 23:31 UTCGHSA enrichment
  37. 2026-08-13 22:46 UTCEG score recompute 9.60
  38. 2026-08-13 22:46 UTCGHSA enrichment
  39. 2026-08-13 22:44 UTCMITRE cvelistV5CVSS v3 → 9.6 · severity → CRITICAL
  40. 2026-08-13 22:00 UTCEPSS rescore
  41. 2026-08-13 14:09 UTCEG score recompute
  42. 2026-08-13 14:09 UTCGHSA enrichment
  43. 2026-08-12 13:51 UTCEPSS rescore
  44. 2026-08-10 13:24 UTCNVD update
  45. 2026-08-10 12:21 UTCEG score recompute
  46. 2026-08-10 12:17 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-68124?
CVE-2026-68124 is a critical vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: mctp: serial: handle zero-length frames to prevent rx buffer overflow The MCTP serial receive state machine reads a frame length byte in mctpserialpush_header() case 2 and validates it upper-bound-only: if (c > MCTPSERIALFRAME_MTU)…
When was CVE-2026-68124 disclosed?
CVE-2026-68124 was first published in the National Vulnerability Database on August 10, 2026, with the most recent update on August 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-68124 actively exploited?
CVE-2026-68124 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 72.0% of all scored CVEs.
What is the CVSS score of CVE-2026-68124?
CVE-2026-68124 has a CVSS v3 base score of 9.6 (NVD).
How do I remediate CVE-2026-68124?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68124, 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-68124

Explore →

Is Your Infrastructure Affected by CVE-2026-68124?

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