CVE-2026-74628

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-22. 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: 1%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:

net/x25: fix use-after-free of the socket by its timers

The x25 timers are armed with mod_timer() and cancelled with timer_delete(), so a pending timer holds no reference on the socket and a cancel does not wait for a callback already running on another CPU.

x25_heartbeat_expiry() also rearms unconditionally, so it can reinstall sk->sk_timer after __x25_destroy_socket() has passed its cancel point. The following __sock_put() frees the socket while the timer is still queued, and the next expiry uses freed memory. KASAN reports a slab-use-after-free on the kmalloc-2k object freed by close().

timer_delete_sync() cannot be used here: x25_heartbeat_expiry() and x25_timer_expiry() both reach the cancels from inside the timer they would wait on, through __x25_destroy_socket() and x25_disconnect().

Arm the timers with sk_reset_timer() and cancel them with sk_stop_timer() so that an armed timer owns a reference, and release it in both expiry handlers. Rearm the heartbeat only while sk_hashed(sk) is still true, since __x25_destroy_socket() unlinks the socket before dropping it. Arm the deferred destroy timer the same way and drop its reference in x25_destroy_timer().

Reproduced on net with KASAN, with the heartbeat period shortened so the window recurs. With this patch the reproducer no longer triggers a report and /proc/net/x25 drains.

Discovered by XBOW, triaged by Baul Lee

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%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
41%
KEV
Not listed

Published

August 22, 2026

Last Modified

August 27, 2026

Advisory Details (8)

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

net/x25: fix use-after-free of the socket by its timers - kernel/git/stable/linux.git - Linux kernel stable tree

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

net/x25: fix use-after-free of the socket by its timers - kernel/git/stable/linux.git - Linux kernel stable tree

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

net/x25: fix use-after-free of the socket by its timers - kernel/git/stable/linux.git - Linux kernel stable tree

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

net/x25: fix use-after-free of the socket by its timers - kernel/git/stable/linux.git - Linux kernel stable tree

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

net/x25: fix use-after-free of the socket by its timers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4bc522b33438fefc3272840ae5988771863a4f1f
generic

net/x25: fix use-after-free of the socket by its timers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3c4919be5d910db4beebca420953858606fba7d8
generic

net/x25: fix use-after-free of the socket by its timers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2195424c3da2ef1829a63b807e3a900a90e57d85
generic

net/x25: fix use-after-free of the socket by its timers - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1fc9f6d2c7c9fdb341bfe8ca449c990632299ea6

Vendor Advisories for CVE-2026-74628(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 53× in last 7d / 56× 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 03:47 UTCEG score recompute
  2. 2026-08-30 03:47 UTCGHSA enrichment
  3. 2026-08-30 01:22 UTCEPSS rescore
  4. 2026-08-29 23:57 UTCGHSA enrichment
  5. 2026-08-29 20:07 UTCGHSA enrichment
  6. 2026-08-29 16:17 UTCGHSA enrichment
  7. 2026-08-29 12:26 UTCGHSA enrichment
  8. 2026-08-29 08:34 UTCGHSA enrichment
  9. 2026-08-29 04:44 UTCGHSA enrichment
  10. 2026-08-29 00:53 UTCEG score recompute
  11. 2026-08-29 00:52 UTCGHSA enrichment
  12. 2026-08-28 21:42 UTCEPSS rescore
  13. 2026-08-28 17:34 UTCGHSA enrichment
  14. 2026-08-28 13:33 UTCGHSA enrichment
  15. 2026-08-28 09:40 UTCGHSA enrichment
  16. 2026-08-28 05:47 UTCGHSA enrichment
  17. 2026-08-28 01:56 UTCGHSA enrichment
  18. 2026-08-27 22:06 UTCGHSA enrichment
  19. 2026-08-27 18:16 UTCEG score recompute
  20. 2026-08-27 18:16 UTCGHSA enrichment
  21. 2026-08-27 14:25 UTCEPSS rescore
  22. 2026-08-27 13:34 UTCEG score recompute
  23. 2026-08-27 13:34 UTCGHSA enrichment
  24. 2026-08-27 13:00 UTCEG score recompute
  25. 2026-08-27 13:00 UTCGHSA enrichment
Show 31 more
  1. 2026-08-27 09:13 UTCGHSA enrichment
  2. 2026-08-27 05:22 UTCGHSA enrichment
  3. 2026-08-27 01:30 UTCGHSA enrichment
  4. 2026-08-26 21:40 UTCGHSA enrichment
  5. 2026-08-26 17:51 UTCEG score recompute
  6. 2026-08-26 17:51 UTCGHSA enrichment
  7. 2026-08-26 14:47 UTCEPSS rescore
  8. 2026-08-26 13:17 UTCGHSA enrichment
  9. 2026-08-26 09:27 UTCGHSA enrichment
  10. 2026-08-26 05:35 UTCGHSA enrichment
  11. 2026-08-26 01:43 UTCGHSA enrichment
  12. 2026-08-25 21:53 UTCGHSA enrichment
  13. 2026-08-25 18:03 UTCGHSA enrichment
  14. 2026-08-25 14:13 UTCEG score recompute
  15. 2026-08-25 14:13 UTCGHSA enrichment
  16. 2026-08-25 13:49 UTCEPSS rescore
  17. 2026-08-25 10:19 UTCEG score recompute
  18. 2026-08-25 10:19 UTCGHSA enrichment
  19. 2026-08-25 06:30 UTCEG score recompute
  20. 2026-08-25 06:30 UTCGHSA enrichment
  21. 2026-08-25 05:45 UTCEG score recompute 9.80
  22. 2026-08-25 05:45 UTCGHSA enrichment
  23. 2026-08-25 05:45 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  24. 2026-08-24 14:18 UTCEPSS rescore
  25. 2026-08-23 13:19 UTCGHSA enrichment
  26. 2026-08-23 13:19 UTCNVD update
  27. 2026-08-23 13:06 UTCGHSA enrichment
  28. 2026-08-23 13:05 UTCMITRE cvelistV5
  29. 2026-08-22 16:24 UTCNVD update
  30. 2026-08-22 15:42 UTCEG score recompute
  31. 2026-08-22 15:35 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74628?
CVE-2026-74628 is a critical vulnerability published on August 22, 2026. In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with mod_timer() and cancelled with timer_delete(), so a pending timer holds no reference on the socket and a cancel does not wait for a callback…
When was CVE-2026-74628 disclosed?
CVE-2026-74628 was first published in the National Vulnerability Database on August 22, 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-74628 actively exploited?
CVE-2026-74628 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 59.4% of all scored CVEs.
What is the CVSS score of CVE-2026-74628?
CVE-2026-74628 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-74628?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74628, 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-74628

Explore →

Is Your Infrastructure Affected by CVE-2026-74628?

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