CVE-2026-64252

MEDIUMNVD 5.55.5
EchelonGraph scoreMEDIUM confidence

Score 5.5 from GitHub Security Advisory published 2026-07-24. NVD baseline CVSS 5.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
Trending — 3 sources updated this week
5.5EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 5.5Exploit: 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:

MIPS: DEC: Prevent initial console buffer from landing in XKPHYS

In 64-bit configurations calling the initial console output handler from a kernel thread other than the initial one will result in a situation where the stack has been placed in the XKPHYS 64-bit memory segment and consequently so has been the buffer allocated there that is used as the argument corresponding to the `%s' output conversion specifier for the firmware's printf() entry point.

This 64-bit address will then be truncated by 32-bit firmware, resulting in an attempt to access the wrong memory location, which in turn will cause all kinds of unpredictable behaviour, such as a kernel crash:

Console: colour dummy device 160x64 Calibrating delay loop... 49.36 BogoMIPS (lpj=192512) pid_max: default: 32768 minimum: 301 CPU 0 Unable to handle kernel paging request at virtual address 000000000203bd00, epc == ffffffffbfc08364, ra == ffffffffbfc08800 Oops[#1]: CPU: 0 PID: 0 Comm: swapper Not tainted 5.18.0-rc2-00254-gfb649bda6f56-dirty #121 $ 0 : 0000000000000000 0000000000000001 0000000000000023 ffffffff80684ba0 $ 4 : 000000000203bd00 ffffffffbfc0f3b4 ffffffffffffffff 0000000000000073 $ 8 : 0a303d7469000000 0000000000000000 0000000000000073 ffffffffbfc0f473 $12 : 0000000000000002 0000000000000000 ffffffff80684c1c 0000000000000000 $16 : 0000000000000000 ffffffff80596dc9 0000000000000000 ffffffffbfc09240 $20 : ffffffff80684c40 ffffffffbfc0f400 000000000000002d 000000000000002b $24 : ffffffffffffffbf 000000000203bd00 $28 : ffffffff805f0000 ffffffff80684b58 0000000000000030 ffffffffbfc08800 Hi : 0000000000000000 Lo : 0000000000000aa8 epc : ffffffffbfc08364 0xffffffffbfc08364 ra : ffffffffbfc08800 0xffffffffbfc08800 Status: 140120e2 KX SX UX KERNEL EXL Cause : 00000008 (ExcCode 02) BadVA : 000000000203bd00 PrId : 00000430 (R4000SC) Modules linked in: Process swapper (pid: 0, threadinfo=(____ptrval____), task=(____ptrval____), tls=0000000000000000) Stack : 0000000000000000 0000000000000000 0000000000000000 0000004d0000004d 80684cc0806a2a40 80596dc80000004d 8061000000000000 bfc0850c80684c38 0000000000000000 000000000203bd00 0000000000000000 0000000000000000 0000000000000000 00000000bfc0f3b4 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000002500000000 0000000000000000 0000000000000000 802c1a7400000000 0203bd0080596dc8 0203bd4d69000000 6c61632000000018 5f746567646e6172 6c616320625f6d6f 5f736e5f6d6f7266 206361323778302b 303d74696e726320 806a0a38806b0000 806a0a38806b0000 00000000806b0000 80683c58806b0000 ... Call Trace:

Code: a082ffff 03e00008 00601021 <80820000> 00001821 10400005 24840001 80820000 24630001

---[ end trace 0000000000000000 ]--- Kernel panic - not syncing: Fatal exception in interrupt

KN04 V2.1k (PC: 0xa0026768, SP: 0x806848e8) >>

In this case the pointer in $4 was truncated from 0x980000000203bd00 to 0x000000000203bd00.

This may happen when no final console driver has been enabled in the configuration and consequently the initial console continues being used late into bootstrap or with an upcoming change that will switch the zs driver to use a platform device, which in turn will make the console handover happen only after other kernel threads have already been started.

Fix the issue by making the buffer static and initdata, and therefore placed in the CKSEG0 32-bit compatibility segment, observing that the console output handler is called with the console lock held, implying no need for this code to be reentrant. Add an assertion to verify the buffer actually has been placed in a compatibility segment.

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

Published

July 24, 2026

Last Modified

August 17, 2026

Advisory Details (8)

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

MIPS: DEC: Prevent initial console buffer from landing in XKPHYS - kernel/git/stable/linux.git - Linux kernel stable tree

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

MIPS: DEC: Prevent initial console buffer from landing in XKPHYS - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9e22b6fc6532cd566dad6d89d8fb3885248e364a
generic

MIPS: DEC: Prevent initial console buffer from landing in XKPHYS - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8a15826e5d3bdcfbef2f8e9330c69ea9ee7282e7
generic

MIPS: DEC: Prevent initial console buffer from landing in XKPHYS - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7fb13fd35110ebe95eb053faf79d018f51144d85
generic

MIPS: DEC: Prevent initial console buffer from landing in XKPHYS - kernel/git/stable/linux.git - Linux kernel stable tree

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

MIPS: DEC: Prevent initial console buffer from landing in XKPHYS - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/35212f2adc2cf15122b96b987519de235b855e46
generic

MIPS: DEC: Prevent initial console buffer from landing in XKPHYS - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1c80327dedf05b8c8ca025b76c21235b19dd3a86
generic

MIPS: DEC: Prevent initial console buffer from landing in XKPHYS - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/07c245bc39f94481fd75ff1ed54f7ab97111f3dd

Vendor Advisories for CVE-2026-64252(2)

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

Affected Packages

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (55 versions)5.10.262-1
linux-6.16.1.106-3~deb11u1 ... 6.1.176-1~deb11u1 (21 versions)6.1.177-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (54 versions)6.1.177-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.95-1~bpo12+1 (29 versions)6.12.95-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (153 versions)7.1.3-1

Data Freshness Timeline

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

Frequently asked(5)

What is CVE-2026-64252?
CVE-2026-64252 is a medium vulnerability published on July 24, 2026. In the Linux kernel, the following vulnerability has been resolved: MIPS: DEC: Prevent initial console buffer from landing in XKPHYS In 64-bit configurations calling the initial console output handler from a kernel thread other than the initial one will result in a situation where the stack has…
When was CVE-2026-64252 disclosed?
CVE-2026-64252 was first published in the National Vulnerability Database on July 24, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64252 actively exploited?
CVE-2026-64252 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 98.3% of all scored CVEs.
What is the CVSS score of CVE-2026-64252?
CVE-2026-64252 has a CVSS v3 base score of 5.5 (NVD).
How do I remediate CVE-2026-64252?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64252, 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

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-64252

Explore →

Is Your Infrastructure Affected by CVE-2026-64252?

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