The Zephyr ext2 filesystem driver (subsys/fs/ext2) trusted the on-disk directory entry fields de_rec_len and de_name_len when walking a directory block. ext2_fetch_direntry() guarded only with de_name_len > EXT2_MAX_FILE_NAME, but de_name_len is a uint8_t and EXT2_MAX_FILE_NAME is 255, so the check is always false; the function then memcpy'd up to 255 name bytes and the lookup/readdir paths advanced traversal by an unvalidated de_rec_len. Each directory block is read into a block_size-sized slab buffer, and block_off can be driven near the block end by preceding entries' rec_len, so the 8-byte header read and the subsequent name memcpy can read up to ~263 bytes past the end of the block buffer into adjacent heap/slab memory. On the readdir path those bytes are returned to the caller in fs_dirent.name, leaking adjacent kernel heap memory; a de_rec_len of 0 also causes a zero-progress infinite loop (denial of service), and the unlink path's memmove(de, next, next_reclen) over unvalidated records is an additional OOB read/write source. The defect is reached by any path-based operation (open, stat, unlink, rename, mkdir) or directory listing on a mounted ext2 volume, so a crafted or corrupted ext2 image on attacker-supplied storage (SD card, USB mass storage, or otherwise mounted image) triggers it. Affected: Zephyr ext2 from its introduction in v3.5.0 through v4.4.0. The fix validates rec_len and name_len in the parser and rejects entries whose header does not fit the remaining block or whose rec_len crosses the block boundary in every traversal caller.
CVE-2026-10645
This medium-severity CVE scores 5.5 under NVD CVSS v3. EPSS exploit probability: 0.2%, top 95% 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).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- 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 computedSeverity55% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 5%
- KEV
- Not listed
Published
June 22, 2026
Last Modified
July 14, 2026
Advisory Details (1)
Auto-updated Jun 23, 2026fs: ext2: Missing structural validation of directory entries can cause out-of-bounds read and zero-progress directory traversal · Advisory · zephyrproject-rtos/zephyr · GitHub
https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-hwrh-9h3x-vccmWeakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 6× in last 7d / 36× 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 104 total refreshes for this CVE.
- 2026-09-11 14:52 UTCEPSS rescore
- 2026-09-11 09:36 UTCEPSS rescore
- 2026-09-10 09:34 UTCEPSS rescore
- 2026-09-08 22:00 UTCEPSS rescore
- 2026-09-07 16:01 UTCEPSS rescore
- 2026-09-06 13:47 UTCEPSS rescore
- 2026-09-04 05:06 UTCEPSS rescore
- 2026-09-02 14:11 UTCEPSS rescore
- 2026-09-01 13:53 UTCEPSS rescore
- 2026-09-01 04:39 UTCEPSS rescore
- 2026-08-30 20:28 UTCEG score recompute
- 2026-08-30 19:17 UTCEPSS rescore
- 2026-08-30 01:21 UTCEPSS rescore
- 2026-08-28 21:40 UTCEPSS rescore
- 2026-08-27 14:24 UTCEPSS rescore
- 2026-08-25 13:48 UTCEPSS rescore
- 2026-08-24 22:13 UTCEG score recompute
- 2026-08-23 15:57 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 14:54 UTCEG score recompute
- 2026-08-21 23:48 UTCEPSS rescore
- 2026-08-21 09:24 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 07:49 UTCEG score recompute
- 2026-08-19 17:03 UTCEPSS rescore
Show 75 moreShow fewer
- 2026-08-19 04:50 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 06:12 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 04:13 UTCEG score recompute
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 03:09 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 02:04 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 01:00 UTCEG score recompute
- 2026-08-12 13:50 UTCEPSS rescore
- 2026-08-11 23:56 UTCEG score recompute
- 2026-08-10 23:59 UTCEPSS rescore
- 2026-08-09 21:49 UTCEG score recompute
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-07 19:42 UTCEG score recompute
- 2026-08-06 18:38 UTCEG score recompute
- 2026-08-06 13:46 UTCEPSS rescore
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 15:15 UTCEG score recompute
- 2026-08-04 15:09 UTCEPSS rescore
- 2026-08-04 10:38 UTCEPSS rescore
- 2026-08-03 10:35 UTCEPSS rescore
- 2026-08-02 05:59 UTCEG score recompute
- 2026-08-02 02:26 UTCEPSS rescore
- 2026-08-01 04:55 UTCEG score recompute
- 2026-08-01 04:15 UTCEPSS rescore
- 2026-07-31 03:43 UTCEG score recompute
- 2026-07-30 16:27 UTCEPSS rescore
- 2026-07-30 02:40 UTCEG score recompute
- 2026-07-30 01:30 UTCEPSS rescore
- 2026-07-29 01:20 UTCEG score recompute
- 2026-07-28 15:36 UTCEPSS rescore
- 2026-07-27 17:56 UTCEG score recompute
- 2026-07-27 14:13 UTCEPSS rescore
- 2026-07-26 15:56 UTCEG score recompute
- 2026-07-25 14:17 UTCEPSS rescore
- 2026-07-24 14:17 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 2026-07-23 03:04 UTCEG score recompute
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-21 15:24 UTCEPSS rescore
- 2026-07-20 17:08 UTCEPSS rescore
- 2026-07-19 14:30 UTCEPSS rescore
- 2026-07-18 10:04 UTCEPSS rescore
- 2026-07-16 17:02 UTCEPSS rescore
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 02:00 UTCEPSS rescore
- 2026-07-14 19:21 UTCNVD updateCVSS v3 → 5.5
- 2026-07-14 19:00 UTCMITRE cvelistV5CVSS v3 → 4.9
- 2026-07-13 22:30 UTCEPSS rescore
- 2026-07-13 06:12 UTCEPSS rescore
- 2026-07-12 05:46 UTCEPSS rescore
- 2026-07-11 08:27 UTCEPSS rescore
- 2026-07-09 19:10 UTCEPSS rescore
- 2026-07-08 15:15 UTCEPSS rescore
- 2026-07-08 15:15 UTCEPSS rescore
- 2026-07-07 18:24 UTCEG score recompute▲ 0.60
- 2026-07-07 13:46 UTCEPSS rescore
- 2026-07-06 21:35 UTCNVD updateCVSS v3 → 5.5
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-25 13:49 UTCEPSS rescore
Frequently asked(5)
What is CVE-2026-10645?
When was CVE-2026-10645 disclosed?
Is CVE-2026-10645 actively exploited?
What is the CVSS score of CVE-2026-10645?
How do I remediate CVE-2026-10645?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-10645
Is Your Infrastructure Affected by CVE-2026-10645?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.