CVE-2025-23150

MEDIUMNVD 5.55.5
EchelonGraph scoreMEDIUM confidence

Score 5.5 from GitHub Security Advisory published 2025-05-01. NVD baseline CVSS 5.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
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

A fix is available — apply it.

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

ext4: fix off-by-one error in do_split

Syzkaller detected a use-after-free issue in ext4_insert_dentry that was caused by out-of-bounds access due to incorrect splitting in do_split.

BUG: KASAN: use-after-free in ext4_insert_dentry+0x36a/0x6d0 fs/ext4/namei.c:2109 Write of size 251 at addr ffff888074572f14 by task syz-executor335/5847

CPU: 0 UID: 0 PID: 5847 Comm: syz-executor335 Not tainted 6.12.0-rc6-syzkaller-00318-ga9cda7c0ffed #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/30/2024 Call Trace: __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x241/0x360 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:377 [inline] print_report+0x169/0x550 mm/kasan/report.c:488 kasan_report+0x143/0x180 mm/kasan/report.c:601 kasan_check_range+0x282/0x290 mm/kasan/generic.c:189 __asan_memcpy+0x40/0x70 mm/kasan/shadow.c:106 ext4_insert_dentry+0x36a/0x6d0 fs/ext4/namei.c:2109 add_dirent_to_buf+0x3d9/0x750 fs/ext4/namei.c:2154 make_indexed_dir+0xf98/0x1600 fs/ext4/namei.c:2351 ext4_add_entry+0x222a/0x25d0 fs/ext4/namei.c:2455 ext4_add_nondir+0x8d/0x290 fs/ext4/namei.c:2796 ext4_symlink+0x920/0xb50 fs/ext4/namei.c:3431 vfs_symlink+0x137/0x2e0 fs/namei.c:4615 do_symlinkat+0x222/0x3a0 fs/namei.c:4641 __do_sys_symlink fs/namei.c:4662 [inline] __se_sys_symlink fs/namei.c:4660 [inline] __x64_sys_symlink+0x7a/0x90 fs/namei.c:4660 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x77/0x7f

The following loop is located right above 'if' statement.

for (i = count-1; i >= 0; i--) { /* is more than half of this entry in 2nd half of the block? */ if (size + map[i].size/2 > blocksize/2) break; size += map[i].size; move++; }

'i' in this case could go down to -1, in which case sum of active entries wouldn't exceed half the block size, but previous behaviour would also do split in half if sum would exceed at the very last block, which in case of having too many long name files in a single block could lead to out-of-bounds access and following use-after-free.

Found by Linux Verification Center (linuxtesting.org) with Syzkaller.

CVSS v3
5.5
EG Score
5.5(medium)
EG Risk
25(Track)
EG Risk 25/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%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
12%
KEV
Not listed

Published

May 1, 2025

Last Modified

August 5, 2026

Advisory Details (10)

Auto-updated Aug 2, 2026
Patch available.
generic Patch Available

[SECURITY] [DLA 4178-1] linux security update

https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html
generic

ext4: fix off-by-one error in do_split - kernel/git/stable/linux.git - Linux kernel stable tree

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

ext4: fix off-by-one error in do_split - kernel/git/stable/linux.git - Linux kernel stable tree

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

ext4: fix off-by-one error in do_split - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/94824ac9a8aaf2fb3c54b4bdde842db80ffa555d
generic

ext4: fix off-by-one error in do_split - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/515c34cff899eb5dae6aa7eee01c1295b07d81af
generic

ext4: fix off-by-one error in do_split - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/35d0aa6db9d93307085871ceab8a729594a98162
generic

ext4: fix off-by-one error in do_split - kernel/git/stable/linux.git - Linux kernel stable tree

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

ext4: fix off-by-one error in do_split - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2883e9e74f73f9265e5f8d1aaaa89034b308e433
generic

ext4: fix off-by-one error in do_split - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/17df39f455f1289319d4d09e4826aa46852ffd17
generic

ext4: fix off-by-one error in do_split - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/16d9067f00e3a7d1df7c3aa9c20d214923d27e10

Patch Availability(31)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-tools-fips-6.8 (6.8.0-100.100+fips1) @ noble2026-05-30ubuntu
ubuntulinux-tools-realtime-6.8.1 (6.8.1-1041.42) @ noble2026-05-30ubuntu
ubuntulinux-virtual-6.8 (6.8.0-100.100) @ noble2026-05-30ubuntu
ubuntulinux-tools-gcp-edge (6.8.0-1047.50~22.04.2) @ jammy2026-05-30ubuntu
ubuntulinux-tools-realtime-hwe-22.04 (6.8.1-1041.42~22.04.1) @ jammy2026-05-30ubuntu
ubuntulinux-tools-oracle-lts-24.04 (6.8.0-1043.44) @ noble2026-05-30ubuntu
ubuntulinux-tools-gcp-fips-6.8 (6.8.0-1047.50+fips1) @ noble2026-05-30ubuntu
ubuntulinux-virtual-hwe-22.04-edge (6.8.0-100.100~22.04.1) @ jammy2026-05-30ubuntu
ubuntulinux-tools-lowlatency-hwe-20.04-edge (6.8.0-100.100.1) @ noble2026-05-30ubuntu
ubuntulinux-tools-nvidia-lowlatency-64k-6.8 (6.8.0-1046.49.1) @ noble2026-05-30ubuntu
ubuntulinux-tools-ibm-lts-24.04 (6.8.0-1044.44) @ noble2026-05-30ubuntu
ubuntulinux-xilinx-zynqmp (6.8.0.1023.24) @ noble2026-05-30ubuntu
ubuntulinux-tools-azure-lts-24.04 (6.8.0-1046.52) @ noble2026-05-30ubuntu
ubuntulinux-tools-azure-fips-6.8 (6.8.0-1046.52+fips1) @ noble2026-05-30ubuntu
ubuntulinux-tools-azure-edge (6.8.0-1051.57~22.04.1) @ jammy2026-05-30ubuntu
ubuntulinux-tools-gke-64k-6.8 (6.8.0-1043.48) @ noble2026-05-30ubuntu
redhatkernel-0:3.10.0-1160.137.1.el72025-08-27redhat
redhatkernel-rt-0:3.10.0-1160.137.1.rt56.1289.el72025-08-27redhat
redhatkernel-0:4.18.0-372.157.1.el8_62025-08-13redhat
redhatkernel-0:4.18.0-305.168.1.el8_42025-08-13redhat
redhatkernel-0:4.18.0-477.104.1.el8_82025-08-05redhat
redhatkernel-0:5.14.0-70.140.1.el9_02025-08-04redhat
redhatkernel-rt-0:5.14.0-70.140.1.rt21.212.el9_02025-08-04redhat
redhatkernel-0:5.14.0-284.126.1.el9_22025-07-23redhat
redhatkernel-rt-0:5.14.0-284.126.1.rt14.411.el9_22025-07-23redhat
redhatkernel-rt-0:4.18.0-553.62.1.rt7.403.el8_102025-07-16redhat
redhatkernel-0:4.18.0-553.62.1.el8_102025-07-16redhat
redhatkernel-0:5.14.0-427.77.1.el9_42025-07-15redhat
redhatkernel-0:6.12.0-55.18.1.el10_02025-06-23redhat
redhatkernel-0:5.14.0-570.23.1.el9_62025-06-23redhat
linuxKernel @ 5.4.293osv

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

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (45 versions)5.10.237-1
linux-6.16.1.106-3~deb11u1 ... 6.1.129-1~deb11u1 (7 versions)6.1.137-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (37 versions)6.1.135-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.25-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.25-1

Weakness Classification(1)

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

Additional Vendor Advisories

(13)

Data Freshness Timeline

(refreshed 4× in last 7d / 29× 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 134 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2025-23150?
CVE-2025-23150 is a medium vulnerability published on May 1, 2025. In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one error in do_split Syzkaller detected a use-after-free issue in ext4insertdentry that was caused by out-of-bounds access due to incorrect splitting in do_split. BUG: KASAN: use-after-free in…
When was CVE-2025-23150 disclosed?
CVE-2025-23150 was first published in the National Vulnerability Database on May 1, 2025, 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-2025-23150 actively exploited?
CVE-2025-23150 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 88.3% of all scored CVEs.
What is the CVSS score of CVE-2025-23150?
CVE-2025-23150 has a CVSS v3 base score of 5.5 (NVD).
How do I remediate CVE-2025-23150?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2025-23150, 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-2025-23150

Explore →

Is Your Infrastructure Affected by CVE-2025-23150?

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