CVE-2026-14986

MEDIUMPre-NVD 6.86.8—
EchelonGraph scoreMEDIUM confidence

This medium-severity CVE scores 6.8 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 93% 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
6.8EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 6.8Exploit: None knownExposed: 0

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

The ITE it51xxx I2C driver, when operating as an I2C target (slave) in buffer mode (CONFIG_I2C_TARGET + CONFIG_I2C_TARGET_BUFFER_MODE), copies host-supplied write data into the fixed-size data->target_in_buffer inside its target FIFO interrupt handler target_i2c_isr_fifo() in drivers/i2c/i2c_ite_it51xxx.c. The copy loop stores to target_in_buffer[i + data->w_index] and only checks data->w_index against sizeof(data->target_in_buffer) after the write has already completed, so the bounds check cannot prevent the overflow.

The running index data->w_index accumulates count bytes on every FIFO-fill interrupt of an ongoing transaction and is reset to zero only on a STOP or timeout condition. An I2C host that streams a single write transaction longer than the buffer (default CONFIG_I2C_TARGET_IT51XXX_MAX_BUF_SIZE = 256 bytes) drives data->w_index past the end of the buffer, and each subsequent host byte is written out of bounds into the adjacent data->target_out_buffer and following static device data.

The trigger is a malicious or misbehaving I2C master on the same bus (for example a compromised application processor or a rogue device on an exposed I2C bus); no software privilege on the victim is required and the handler runs in the target's kernel/firmware context. Because both the written values and the overflow length are attacker-controlled, this is an out-of-bounds write that can crash the controller or be shaped toward code execution. The fix adds a pre-write bounds check in target_i2c_fifo_read_to_buf() that aborts and resets the FIFO before any out-of-bounds store.

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

Published

September 14, 2026

Last Modified

September 18, 2026

Advisory Details (2)

Auto-updated Sep 14, 2026
Patch available. Sources: github_commit, github.
github Patch Available

Out-of-bounds write in it51xxx I2C target FIFO ISR on oversized write transaction · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-jmjj-w736-fw2j
github_commit

commit eac92173cf13 (zephyrproject-rtos/zephyr)

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

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

Weakness Classification(1)

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

Data Freshness Timeline

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

  1. 2026-09-25 03:59 UTCEG score recompute
  2. 2026-09-24 02:32 UTCEG score recompute
  3. 2026-09-23 01:04 UTCEG score recompute
  4. 2026-09-21 23:36 UTCEG score recompute
  5. 2026-09-20 22:10 UTCEG score recompute
  6. 2026-09-19 20:42 UTCEG score recompute
  7. 2026-09-18 19:27 UTCEPSS rescore
  8. 2026-09-18 19:15 UTCEG score recompute
  9. 2026-09-16 16:01 UTCEG score recompute
  10. 2026-09-16 14:07 UTCEPSS rescore
  11. 2026-09-16 05:14 UTCEPSS rescore
  12. 2026-09-15 14:34 UTCEG score recompute
  13. 2026-09-15 13:51 UTCEG score recompute
  14. 2026-09-14 23:22 UTCEG score recompute
  15. 2026-09-14 22:24 UTCEG score recompute
  16. 2026-09-14 22:24 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-14986?
CVE-2026-14986 is a medium vulnerability published on September 14, 2026. The ITE it51xxx I2C driver, when operating as an I2C target (slave) in buffer mode (CONFIGI2CTARGET + CONFIGI2CTARGETBUFFERMODE), copies host-supplied write data into the fixed-size data->targetinbuffer inside its target FIFO interrupt handler targeti2cisrfifo() in drivers/i2c/i2citeit51xxx.c. The…
When was CVE-2026-14986 disclosed?
CVE-2026-14986 was first published in the National Vulnerability Database on September 14, 2026, with the most recent update on September 18, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-14986 actively exploited?
CVE-2026-14986 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 93.1% of all scored CVEs.
What is the CVSS score of CVE-2026-14986?
CVE-2026-14986 has a CVSS v3 base score of 6.8 (NVD).
How do I remediate CVE-2026-14986?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-14986, 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-14986

Explore →

Is Your Infrastructure Affected by CVE-2026-14986?

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