CVE-2026-46253

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-03. the CNA's CVSS baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
Trending — 5 sources updated this week
7.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: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

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

pstore/ram: fix buffer overflow in persistent_ram_save_old()

persistent_ram_save_old() can be called multiple times for the same persistent_ram_zone (e.g., via ramoops_pstore_read -> ramoops_get_next_prz for PSTORE_TYPE_DMESG records).

Currently, the function only allocates prz->old_log when it is NULL, but it unconditionally updates prz->old_log_size to the current buffer size and then performs memcpy_fromio() using this new size. If the buffer size has grown since the first allocation (which can happen across different kernel boot cycles), this leads to:

  • A heap buffer overflow (OOB write) in the memcpy_fromio() calls
  • A subsequent OOB read when ramoops_pstore_read() accesses the buffer
using the incorrect (larger) old_log_size

The KASAN splat would look similar to: BUG: KASAN: slab-out-of-bounds in ramoops_pstore_read+0x... Read of size N at addr ... by task ...

The conditions are likely extremely hard to hit:

  • Crash with a ramoops write of less-than-record-max-size bytes.
  • Reboot: ramoops registers, pstore_get_records(0) reads old crash,
allocates old_log with size X
  • Crash handler registered, timer started (if pstore_update_ms >= 0)
  • Oops happens (non-fatal, system continues)
  • pstore_dump() writes oops via ramoops_pstore_write() size Y (>X)
  • pstore_new_entry = 1, pstore_timer_kick() called
  • System continues running (not a panic oops)
  • Timer fires after pstore_update_ms milliseconds
  • pstore_timefunc() → schedule_work() → pstore_dowork() → pstore_get_records(1)
  • ramoops_get_next_prz() → persistent_ram_save_old()
  • buffer_size() returns Y, but old_log is X bytes
  • Y > X: memcpy_fromio() overflows heap

Requirements:

  • a prior crash record exists that did not fill the record size
(almost impossible since the crash handler writes as much as it can possibly fit into the record, capped by max record size and the kmsg buffer almost always exceeds the max record size)
  • pstore_update_ms >= 0 (disabled by default)
  • Non-fatal oops (system survives)

Free and reallocate the buffer when the new size differs from the previously allocated size. This ensures old_log always has sufficient space for the data being copied.

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

Published

June 3, 2026

Last Modified

August 5, 2026

Advisory Details (8)

Auto-updated Jun 5, 2026
No patch confirmed yet.
generic

pstore/ram: fix buffer overflow in persistent_ram_save_old() - kernel/git/stable/linux.git - Linux kernel stable tree

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

pstore/ram: fix buffer overflow in persistent_ram_save_old() - kernel/git/stable/linux.git - Linux kernel stable tree

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

pstore/ram: fix buffer overflow in persistent_ram_save_old() - kernel/git/stable/linux.git - Linux kernel stable tree

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

pstore/ram: fix buffer overflow in persistent_ram_save_old() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/58bda5a1d1ee98254383ef34f76b2c35140513ea
generic

pstore/ram: fix buffer overflow in persistent_ram_save_old() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5669645c052f235726a85f443769b6fc02f66762
generic

pstore/ram: fix buffer overflow in persistent_ram_save_old() - kernel/git/stable/linux.git - Linux kernel stable tree

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

pstore/ram: fix buffer overflow in persistent_ram_save_old() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2fa9a047c6a50ec80c3890dd623b85e237f0d1fd
generic

pstore/ram: fix buffer overflow in persistent_ram_save_old() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/06d2c8bd108cea503f6f6e13e47495ed1085275f

Vendor Advisories for CVE-2026-46253(1)

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

Patch Availability(24)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-virtual-6.8 (6.8.0-134.134) @ noble2026-09-14ubuntu
ubuntulinux-tools-nvidia-lowlatency-64k-6.8 (6.8.0-1058.61.1) @ noble2026-09-14ubuntu
ubuntulinux-tools-lowlatency-hwe-20.04-edge (6.8.0-134.134.1) @ noble2026-09-14ubuntu
ubuntulinux-tools-nvidia-tegra-rt-6.8 (6.8.0-1029.30) @ noble2026-09-14ubuntu
ubuntulinux-xilinx-zynqmp (6.8.0.1032.33) @ noble2026-09-14ubuntu
ubuntulinux-tools-raspi-6.8 (6.8.0-1060.64) @ noble2026-09-14ubuntu
ubuntulinux-tools-fips-6.8 (6.8.0-134.134+fips1) @ noble2026-09-14ubuntu
ubuntulinux-xilinx-zynqmp-tools-5.15.0-1075 (5.15.0-1075.79) @ jammy2026-09-14ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.66~20.04.1) @ focal2026-09-14ubuntu
ubuntulinux-tools-nvidia-lowlatency-5.15 (5.15.0.1107.107) @ jammy2026-09-14ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.64) @ jammy2026-09-14ubuntu
ubuntulinux-tools-azure-lts-24.04 (6.8.0-1063.71) @ noble2026-09-14ubuntu
ubuntulinux-tools-azure-fde-lts-24.04 (6.8.0-1062.69) @ noble2026-09-14ubuntu
ubuntulinux-tools-azure-fde-6.8 (6.8.0-1062.69~22.04.1) @ jammy2026-09-14ubuntu
ubuntulinux-tools-oracle-lts-22.04 (5.15.0.1109.105) @ jammy2026-09-14ubuntu
ubuntulinux-tools-azure-fde-lts-22.04 (5.15.0.1117.126) @ jammy2026-09-14ubuntu
ubuntulinux-virtual-hwe-22.04-edge (6.8.0-136.136~22.04.1) @ jammy2026-09-14ubuntu
ubuntulinux-tools-oracle-edge (5.15.0.1109.115~20.04.1) @ focal2026-09-14ubuntu
ubuntulinux-tools-azure-fips-5.15 (5.15.0.1117.102) @ jammy2026-09-14ubuntu
ubuntulinux-tools-intel-iot-realtime-5.15 (5.15.0.1104.108) @ jammy2026-09-14ubuntu
ubuntulinux-tools-intel-iotg-5.15 (5.15.0.1107.106) @ jammy2026-09-14ubuntu
ubuntulinux-tools-gcp-edge (5.15.0.1112.122~20.04.1) @ focal2026-09-14ubuntu
ubuntulinux-tools-raspi-realtime-6.8 (6.8.0-2049.50) @ noble2026-09-14ubuntu
linuxKernel @ 5.10.252osv

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (53 versions)5.10.257-1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (48 versions)6.1.170-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.85-1~bpo12+1 (17 versions)6.12.85-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 6.18~rc7-1~exp1 (103 versions)6.18.14-1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

All Vendor Advisories

(23)

Data Freshness Timeline

(refreshed 10× in last 7d / 47× 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.

Showing the most recent 100 of 283 total refreshes for this CVE.

  1. 2026-09-16 05:15 UTCEPSS rescore
  2. 2026-09-14 05:33 UTCEG score recompute
  3. 2026-09-14 05:33 UTCVendor advisory
  4. 2026-09-14 05:33 UTCGHSA enrichment
  5. 2026-09-13 16:47 UTCEPSS rescore
  6. 2026-09-12 23:36 UTCOSV refresh
  7. 2026-09-12 15:01 UTCEPSS rescore
  8. 2026-09-11 14:53 UTCEPSS rescore
  9. 2026-09-11 09:37 UTCEPSS rescore
  10. 2026-09-10 09:34 UTCEPSS rescore
  11. 2026-09-08 22:00 UTCEPSS rescore
  12. 2026-09-07 16:01 UTCEPSS rescore
  13. 2026-09-06 13:47 UTCEPSS rescore
  14. 2026-09-04 05:06 UTCEPSS rescore
  15. 2026-09-02 14:12 UTCEPSS rescore
  16. 2026-09-01 13:54 UTCEPSS rescore
  17. 2026-08-30 19:17 UTCEPSS rescore
  18. 2026-08-30 01:22 UTCEPSS rescore
  19. 2026-08-28 21:41 UTCEPSS rescore
  20. 2026-08-27 14:25 UTCEPSS rescore
  21. 2026-08-26 14:46 UTCEPSS rescore
  22. 2026-08-25 13:49 UTCEPSS rescore
  23. 2026-08-25 03:38 UTCEG score recompute
  24. 2026-08-25 03:38 UTCVendor advisory
  25. 2026-08-25 03:38 UTCGHSA enrichment
Show 75 more
  1. 2026-08-24 00:46 UTCVendor advisory
  2. 2026-08-24 00:45 UTCGHSA enrichment
  3. 2026-08-23 12:50 UTCEG score recompute
  4. 2026-08-23 12:50 UTCVendor advisory
  5. 2026-08-23 12:49 UTCGHSA enrichment
  6. 2026-08-23 00:19 UTCEPSS rescore
  7. 2026-08-21 23:49 UTCEPSS rescore
  8. 2026-08-21 14:41 UTCEG score recompute
  9. 2026-08-21 14:41 UTCVendor advisory
  10. 2026-08-21 14:41 UTCGHSA enrichment
  11. 2026-08-20 22:55 UTCEPSS rescore
  12. 2026-08-20 22:26 UTCVendor advisory
  13. 2026-08-20 22:26 UTCGHSA enrichment
  14. 2026-08-20 10:02 UTCEG score recompute
  15. 2026-08-20 10:02 UTCVendor advisory
  16. 2026-08-20 10:01 UTCGHSA enrichment
  17. 2026-08-19 17:04 UTCEPSS rescore
  18. 2026-08-18 13:48 UTCEPSS rescore
  19. 2026-08-17 15:48 UTCEG score recompute
  20. 2026-08-17 15:48 UTCVendor advisory
  21. 2026-08-17 15:48 UTCGHSA enrichment
  22. 2026-08-17 13:47 UTCEPSS rescore
  23. 2026-08-17 03:45 UTCVendor advisory
  24. 2026-08-17 03:45 UTCGHSA enrichment
  25. 2026-08-16 14:57 UTCEG score recompute
  26. 2026-08-16 14:57 UTCVendor advisory
  27. 2026-08-16 14:57 UTCGHSA enrichment
  28. 2026-08-16 14:56 UTCEPSS rescore
  29. 2026-08-16 02:40 UTCEG score recompute
  30. 2026-08-16 02:40 UTCVendor advisory
  31. 2026-08-16 02:40 UTCGHSA enrichment
  32. 2026-08-16 02:14 UTCEPSS rescore
  33. 2026-08-15 14:44 UTCEG score recompute
  34. 2026-08-15 14:44 UTCVendor advisory
  35. 2026-08-15 14:44 UTCGHSA enrichment
  36. 2026-08-15 01:30 UTCEPSS rescore
  37. 2026-08-14 22:50 UTCVendor advisory
  38. 2026-08-14 22:50 UTCGHSA enrichment
  39. 2026-08-14 10:54 UTCVendor advisory
  40. 2026-08-14 10:54 UTCGHSA enrichment
  41. 2026-08-13 22:58 UTCEG score recompute
  42. 2026-08-13 22:58 UTCVendor advisory
  43. 2026-08-13 22:58 UTCGHSA enrichment
  44. 2026-08-13 22:00 UTCEPSS rescore
  45. 2026-08-13 01:41 UTCEG score recompute
  46. 2026-08-13 01:41 UTCVendor advisory
  47. 2026-08-13 01:41 UTCGHSA enrichment
  48. 2026-08-12 13:51 UTCEPSS rescore
  49. 2026-08-12 13:45 UTCVendor advisory
  50. 2026-08-12 13:45 UTCGHSA enrichment
  51. 2026-08-12 01:11 UTCEG score recompute
  52. 2026-08-12 01:11 UTCVendor advisory
  53. 2026-08-12 01:11 UTCGHSA enrichment
  54. 2026-08-11 13:14 UTCVendor advisory
  55. 2026-08-11 13:14 UTCGHSA enrichment
  56. 2026-08-11 00:59 UTCVendor advisory
  57. 2026-08-11 00:58 UTCGHSA enrichment
  58. 2026-08-10 13:02 UTCVendor advisory
  59. 2026-08-10 13:02 UTCGHSA enrichment
  60. 2026-08-10 01:06 UTCEG score recompute
  61. 2026-08-10 01:06 UTCVendor advisory
  62. 2026-08-10 01:06 UTCGHSA enrichment
  63. 2026-08-09 13:46 UTCEPSS rescore
  64. 2026-08-09 13:11 UTCVendor advisory
  65. 2026-08-09 13:11 UTCGHSA enrichment
  66. 2026-08-09 01:14 UTCEG score recompute
  67. 2026-08-09 01:14 UTCVendor advisory
  68. 2026-08-09 01:14 UTCGHSA enrichment
  69. 2026-08-08 16:37 UTCEPSS rescore
  70. 2026-08-08 13:18 UTCVendor advisory
  71. 2026-08-08 13:18 UTCGHSA enrichment
  72. 2026-08-08 01:21 UTCEG score recompute
  73. 2026-08-08 01:21 UTCVendor advisory
  74. 2026-08-08 01:21 UTCGHSA enrichment
  75. 2026-08-07 13:25 UTCVendor advisory

Frequently asked(5)

What is CVE-2026-46253?
CVE-2026-46253 is a high vulnerability published on June 3, 2026. In the Linux kernel, the following vulnerability has been resolved: pstore/ram: fix buffer overflow in persistentramsave_old() persistentramsave_old() can be called multiple times for the same persistentramzone (e.g., via ramoopspstoreread -> ramoopsgetnext_prz for PSTORETYPEDMESG records).…
When was CVE-2026-46253 disclosed?
CVE-2026-46253 was first published in the National Vulnerability Database on June 3, 2026, with the most recent update on August 5, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46253 actively exploited?
CVE-2026-46253 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 96.6% of all scored CVEs.
What is the CVSS score of CVE-2026-46253?
CVE-2026-46253 has a CVSS v4.0 base score of 7.8 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-46253?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46253, 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-46253

Explore →

Is Your Infrastructure Affected by CVE-2026-46253?

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