CVE-2026-12363

MEDIUMPre-NVD 4.24.2
EchelonGraph scoreMEDIUM confidence

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

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

The LoRaWAN Fragmented Data Block Transport service (subsys/lorawan/services/frag_transport.c) does not validate the fragment counter in a received DATA_FRAGMENT command before forwarding it to the configured decoder. In frag_transport_package_callback() the value frag_counter = hdr->frag_index_n & 0x3FFF is taken directly from the downlink payload and passed to the decoder, which derives an array index and flash offset as frag_counter - 1. DataFragment fragments are 1-indexed, so a frag_counter of 0 underflows that arithmetic.

With the default Semtech/LoRaMAC-node decoder, this reaches FragDecoder.FragNbMissingIndex[fragCounter - 1] = 0; in FragDecoderProcess(), where fragCounter - 1 evaluates to -1 and writes a uint16_t zero out of bounds, just before the array and into the adjacent MatrixM2B recovery-matrix state of the static decoder object (CWE-787). A companion write derives a wild flash offset, but that path is rejected by the flash_area_write() bounds check. The in-tree low-memory decoder (frag_dec()) is not corrupted: its out-of-range bit-array and flash accesses are caught by sys_bitarray_ and flash_area_ bounds checks.

The handler is the registered downlink callback for the fragmentation transport port, reachable whenever an active fragmentation session exists, so the triggering byte is attacker-influenceable LoRaWAN/FUOTA network input. Triggering it requires authenticated downlinks (LoRaWAN MAC session keys or a malicious/compromised network or FUOTA server) and an active fragmentation session. The impact is contained: corruption of decoder state and denial of the firmware-update (FUOTA) session rather than controllable memory corruption or code execution. The fix adds a transport-layer check that rejects frag_counter == 0, closing the defect for both decoder backends.

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

Published

August 14, 2026

Last Modified

August 26, 2026

Advisory Details (2)

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

Out-of-bounds write in LoRaWAN fragmented transport from a fragment index of 0 · Advisory · zephyrproject-rtos/zephyr · GitHub

https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-fvm7-7whg-8gj6
github_commit

commit 452c704a2836 (zephyrproject-rtos/zephyr)

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

https://github.com/zephyrproject-rtos/zephyr/commit/452c704a28369236e555543c61a1894cd1a4afbb

Weakness Classification(1)

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

Data Freshness Timeline

(refreshed 8× in last 7d / 25× 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-08-29 06:54 UTCEG score recompute
  2. 2026-08-28 21:40 UTCEPSS rescore
  3. 2026-08-27 16:38 UTCEG score recompute
  4. 2026-08-27 14:24 UTCEPSS rescore
  5. 2026-08-26 17:14 UTCEG score recompute
  6. 2026-08-25 14:39 UTCEG score recompute
  7. 2026-08-25 13:48 UTCEPSS rescore
  8. 2026-08-24 15:18 UTCEG score recompute
  9. 2026-08-22 16:33 UTCEG score recompute
  10. 2026-08-21 23:48 UTCEPSS rescore
  11. 2026-08-21 17:10 UTCEG score recompute
  12. 2026-08-20 22:55 UTCEPSS rescore
  13. 2026-08-19 18:26 UTCEG score recompute
  14. 2026-08-19 17:03 UTCEPSS rescore
  15. 2026-08-18 18:27 UTCEG score recompute
  16. 2026-08-18 13:48 UTCEPSS rescore
  17. 2026-08-17 19:05 UTCEG score recompute
  18. 2026-08-16 19:05 UTCEG score recompute
  19. 2026-08-16 14:56 UTCEPSS rescore
  20. 2026-08-16 02:14 UTCEPSS rescore
  21. 2026-08-14 20:18 UTCEG score recompute
  22. 2026-08-14 19:39 UTCEG score recompute
  23. 2026-08-14 18:35 UTCEG score recompute
  24. 2026-08-14 18:09 UTCEG score recompute
  25. 2026-08-14 18:08 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-12363?
CVE-2026-12363 is a medium vulnerability published on August 14, 2026. The LoRaWAN Fragmented Data Block Transport service (subsys/lorawan/services/fragtransport.c) does not validate the fragment counter in a received DATAFRAGMENT command before forwarding it to the configured decoder. In fragtransportpackagecallback() the value fragcounter = hdr->fragindexn & 0x3FFF…
When was CVE-2026-12363 disclosed?
CVE-2026-12363 was first published in the National Vulnerability Database on August 14, 2026, with the most recent update on August 26, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-12363 actively exploited?
CVE-2026-12363 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.7% of all scored CVEs.
What is the CVSS score of CVE-2026-12363?
CVE-2026-12363 has a CVSS v3 base score of 4.2 (NVD).
How do I remediate CVE-2026-12363?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-12363, 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-12363

Explore →

Is Your Infrastructure Affected by CVE-2026-12363?

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