The Zephyr ADIN2111/ADIN1110 10BASE-T1S/T1L Ethernet driver (drivers/ethernet/eth_adin2111.c) reassembles received Ethernet frames in OPEN Alliance (OA) SPI mode by copying device-supplied 64-byte data chunks into a fixed static buffer ctx->buf of size CONFIG_ETH_ADIN2111_BUFFER_SIZE (default 1524 bytes). In eth_adin2111_oa_data_read(), each valid chunk was memcpy'd into ctx->buf[ctx->scur] and the write cursor scur advanced, with no check that scur + len stayed within the buffer. The number of chunks (up to 255, from the BUFSTS RCA field) and the per-chunk length are taken entirely from the frame data received off the wire; the cursor is only reset on a start-of-frame chunk. An attacker on the single-pair Ethernet segment can therefore send a frame whose reassembled size exceeds the configured buffer, causing the driver's RX offload thread to write attacker-controlled frame bytes past the end of the static buffer into adjacent driver/kernel memory (up to roughly 14.8 KB in the worst case). This is a remotely/adjacently reachable out-of-bounds write (CWE-787) that can corrupt memory and cause denial of service or potentially code execution. The defect was introduced when OA SPI support was added (commit 0ca8b0756b1) and shipped in releases v3.7.0 through v4.4.0. The fix adds a bounds check that drops the oversized frame and resets the cursor before the copy.
CVE-2026-10673
This high-severity CVE scores 8.8 under NVD CVSS v3. EPSS exploit probability: 0.4%, top 68% 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).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.8
- EG Score
- 8.8(medium)
- EG Risk
- 56(Track)EG Risk 56/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 computedSeverity88% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 32%
- KEV
- Not listed
Published
July 15, 2026
Last Modified
August 17, 2026
Advisory Details (3)
Auto-updated Jul 15, 2026drivers: ethernet: adin2111: Out of bounds buffer access · Advisory · zephyrproject-rtos/zephyr · GitHub
https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-hm6v-4jh4-3qc4commit c98321cbfef2 (zephyrproject-rtos/zephyr)
Fix landed in zephyrproject-rtos/zephyr commit c98321cbfef2 — awaiting tagged release
https://github.com/zephyrproject-rtos/zephyr/commit/c98321cbfef23c0e3bdf043ccf6b421067c8d508commit 158df8d08831 (zephyrproject-rtos/zephyr)
Fix landed in zephyrproject-rtos/zephyr commit 158df8d08831 — awaiting tagged release
https://github.com/zephyrproject-rtos/zephyr/commit/158df8d088316cdae20816fc07703892280b2acbWeakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 10× in last 7d / 53× 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.
- 2026-08-30 03:51 UTCEG score recompute
- 2026-08-30 01:21 UTCEPSS rescore
- 2026-08-28 21:40 UTCEPSS rescore
- 2026-08-28 01:52 UTCEG score recompute
- 2026-08-27 14:24 UTCEPSS rescore
- 2026-08-26 23:05 UTCEG score recompute
- 2026-08-25 19:01 UTCEG score recompute
- 2026-08-25 13:48 UTCEPSS rescore
- 2026-08-24 19:32 UTCEG score recompute
- 2026-08-23 08:14 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 09:24 UTCEG score recompute
- 2026-08-21 23:48 UTCEPSS rescore
- 2026-08-20 23:09 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 00:15 UTCEG score recompute
- 2026-08-19 17:03 UTCEPSS rescore
- 2026-08-18 19:59 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 17:57 UTCEG score recompute▲ 0.50
- 2026-08-17 17:44 UTCNVD updateCVSS v3 → 8.8
- 2026-08-17 00:50 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 13:25 UTCEG score recompute
- 2026-08-16 02:14 UTCEPSS rescore
Show 53 moreShow fewer
- 2026-08-15 03:12 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 04:23 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 18:09 UTCEG score recompute
- 2026-08-12 13:50 UTCEPSS rescore
- 2026-08-11 19:21 UTCEG score recompute
- 2026-08-11 13:42 UTCEPSS rescore
- 2026-08-11 07:56 UTCEG score recompute
- 2026-08-10 23:59 UTCEPSS rescore
- 2026-08-09 21:41 UTCEG score recompute
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-08 22:53 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-08 00:04 UTCEG score recompute
- 2026-08-06 13:52 UTCEG score recompute
- 2026-08-06 13:46 UTCEPSS rescore
- 2026-08-06 02:27 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 16:11 UTCEG score recompute
- 2026-08-04 15:09 UTCEPSS rescore
- 2026-08-04 10:38 UTCEPSS rescore
- 2026-08-03 17:22 UTCEG score recompute
- 2026-08-03 10:35 UTCEPSS rescore
- 2026-08-02 06:44 UTCEG score recompute
- 2026-08-02 02:26 UTCEPSS rescore
- 2026-08-01 07:54 UTCEG score recompute
- 2026-08-01 04:15 UTCEPSS rescore
- 2026-07-30 21:41 UTCEG score recompute
- 2026-07-30 16:27 UTCEPSS rescore
- 2026-07-30 08:13 UTCEG score recompute
- 2026-07-30 01:30 UTCEPSS rescore
- 2026-07-28 20:46 UTCEG score recompute
- 2026-07-28 15:36 UTCEPSS rescore
- 2026-07-27 21:54 UTCEG score recompute
- 2026-07-27 14:13 UTCEPSS rescore
- 2026-07-26 22:57 UTCEG score recompute
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 11:33 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-19 02:28 UTCEPSS rescore
- 2026-07-18 10:04 UTCEPSS rescore
- 2026-07-16 17:02 UTCEPSS rescore
- 2026-07-15 17:54 UTCEG score recompute
- 2026-07-15 17:53 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-10673?
When was CVE-2026-10673 disclosed?
Is CVE-2026-10673 actively exploited?
What is the CVSS score of CVE-2026-10673?
How do I remediate CVE-2026-10673?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-10673
Is Your Infrastructure Affected by CVE-2026-10673?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.