CVE-2026-7007

MEDIUMPre-NVD 4.64.6
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 4.6 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 87% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
4.6EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 4.6Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

The Zephyr ext2 file system validates the on-disk superblock in ext2_verify_disk_superblock() (subsys/fs/ext2/ext2_impl.c) before completing a mount. The validator checked the magic number, block size, revision and feature flags, but did not verify that the on-disk fields s_blocks_per_group and s_inodes_per_group are non-zero. Both fields are read directly from the image and are later used as divisors during mount-time initialization.

During mount, get_ngroups() divides and modulos s_blocks_count by s_blocks_per_group (reached via ext2_fetch_block_group() from ext2_init_fs()), and get_itable_entry() divides (ino - 1) by s_inodes_per_group when fetching the root inode (both in subsys/fs/ext2/ext2_diskops.c). A superblock with either field set to zero therefore causes an integer division by zero during the mount sequence.

An attacker who can present a crafted ext2 image to a device that mounts ext2 — removable media such as an SD card or a USB mass-storage device — can trigger this. On ARMv7-M / ARMv8-M-mainline Cortex-M targets, divide-by-zero trapping is enabled (SCB_CCR_DIV_0_TRP), so the division raises a UsageFault that Zephyr treats as a fatal error, producing a denial of service. The impact is limited to availability; the malformed value is consumed only as a divisor.

The fix rejects a zero s_blocks_per_group or s_inodes_per_group in the superblock validator, returning -EINVAL so the mount fails before any block-group or inode I/O occurs.

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

Published

July 24, 2026

Last Modified

September 1, 2026

Advisory Details (2)

Auto-updated Jul 26, 2026
🔬 Proof of concept available. Patch available. Sources: github_commit, github.
github Patch Available🟡 PoC Available

Divide-by-zero during ext2 mount due to missing validation of s_blocks_per_group and s_inodes_per_group in the on-disk superblock · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-wrf2-79mm-cvw5
github_commit

commit babc0900ed40 (zephyrproject-rtos/zephyr)

Fix landed in zephyrproject-rtos/zephyr commit babc0900ed40 — awaiting tagged release

https://github.com/zephyrproject-rtos/zephyr/commit/babc0900ed40e6c023ccc26aa1a321f9388b66af

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 11× in last 7d / 50× 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 103 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-7007?
CVE-2026-7007 is a medium vulnerability published on July 24, 2026. The Zephyr ext2 file system validates the on-disk superblock in ext2verifydisksuperblock() (subsys/fs/ext2/ext2impl.c) before completing a mount. The validator checked the magic number, block size, revision and feature flags, but did not verify that the on-disk fields sblockspergroup and…
When was CVE-2026-7007 disclosed?
CVE-2026-7007 was first published in the National Vulnerability Database on July 24, 2026, with the most recent update on September 1, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-7007 actively exploited?
CVE-2026-7007 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 87.3% of all scored CVEs.
What is the CVSS score of CVE-2026-7007?
CVE-2026-7007 has a CVSS v3 base score of 4.6 (NVD).
How do I remediate CVE-2026-7007?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-7007, 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-7007

Explore →

Is Your Infrastructure Affected by CVE-2026-7007?

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