CVE-2026-82958

HIGHPre-NVD 7.67.6
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.6 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 84% 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
Elevated
7.6EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.6Exploit: Elevated riskExposed: 0

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

In Eclipse Ditto versions [1.3.0, 3.9.6], the ImplicitThingCreationMessageMapper of the connectivity service builds a CreateThing command by substituting placeholder values (e.g. {{ header:device_id }}) resolved from inbound message headers into a pre-configured JSON "thing" template as raw, un-escaped strings, and then parses the resulting string as JSON. Because the placeholder engine performs no JSON escaping and is unaware of the surrounding JSON string context, a resolved value containing a double-quote character can break out of its string and inject additional JSON structure.

When a connection is configured to use this mapper with a template that reflects a header whose value a publishing device can control (for example an MQTT 5 user property, an AMQP 1.0 application property, or a Kafka record header), an attacker able to publish on that connection can inject an inline _policy object. The inline policy overrides the administrator-configured policyId, letting the attacker assign an arbitrary access-control policy to the newly created digital twin — gaining full read/write access to it and potentially revoking the legitimate owner's access, with no administrator interaction.

Exploitation requires all of the following: the connection uses the (non-default) ImplicitThingCreation mapper; its template reflects an attacker-controllable header; and, for the policy-override impact, the connection's authorization subjects are permitted to create policies (the default). Deployments that restrict the connection's subjects to thing creation only via the entity-creation configuration are not affected by the policy-override impact.

CVSS v3
7.6
EG Score
7.6(medium)
EG Risk
50(Track*)
EG Risk 50/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
Severity76% × 45%
Exploitation40% × 40%
Automatability0% × 15%
Action: Watch closely — could escalate to Attend.
EPSS PROB
0%
EPSS %ILE
16%
KEV
Not listed

Published

September 2, 2026

Last Modified

September 3, 2026

Advisory Details (2)

Auto-updated Sep 2, 2026
🔬 Proof of concept available. Patch available. Sources: github.
github Patch Available

Eclipse Ditto JSON Template Injection in `ImplicitThingCreationMessageMapper` can lead to Policy Bypass · Advisory · eclipse-ditto/ditto · GitHub

https://github.com/eclipse-ditto/ditto/security/advisories/GHSA-cgfq-3fv9-5c44
generic🟡 PoC Available

[Eclipse Ditto] JSON Template Injection in ImplicitThingCreationMessageMapper leads to Thing Hijacking and Policy Bypass (#764) · Issues · Eclipse Projects Security / vulnerability-reports · GitLab

https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/764

Weakness Classification(3)

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

Data Freshness Timeline

(refreshed 12× in last 7d / 32× 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-18 21:39 UTCEG score recompute
  2. 2026-09-18 19:28 UTCEPSS rescore
  3. 2026-09-17 20:39 UTCEG score recompute
  4. 2026-09-16 19:22 UTCEG score recompute
  5. 2026-09-16 14:08 UTCEPSS rescore
  6. 2026-09-16 06:51 UTCEG score recompute
  7. 2026-09-16 05:15 UTCEPSS rescore
  8. 2026-09-15 05:35 UTCEG score recompute
  9. 2026-09-15 03:12 UTCEPSS rescore
  10. 2026-09-15 03:12 UTCEPSS rescore
  11. 2026-09-14 04:17 UTCEG score recompute
  12. 2026-09-13 03:16 UTCEG score recompute
  13. 2026-09-12 02:16 UTCEG score recompute
  14. 2026-09-11 14:53 UTCEPSS rescore
  15. 2026-09-11 14:53 UTCEPSS rescore
  16. 2026-09-11 13:46 UTCEG score recompute
  17. 2026-09-10 12:45 UTCEG score recompute
  18. 2026-09-08 23:15 UTCEG score recompute
  19. 2026-09-08 22:01 UTCEPSS rescore
  20. 2026-09-07 21:13 UTCEG score recompute
  21. 2026-09-06 20:11 UTCEG score recompute
  22. 2026-09-06 13:48 UTCEPSS rescore
  23. 2026-09-05 19:12 UTCEG score recompute
  24. 2026-09-05 15:31 UTCEPSS rescore
  25. 2026-09-04 18:09 UTCEG score recompute
Show 7 more
  1. 2026-09-04 05:37 UTCEG score recompute
  2. 2026-09-04 05:07 UTCEPSS rescore
  3. 2026-09-02 13:33 UTCEG score recompute
  4. 2026-09-02 13:02 UTCEG score recompute
  5. 2026-09-02 11:23 UTCEG score recompute
  6. 2026-09-02 10:25 UTCEG score recompute
  7. 2026-09-02 10:23 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-82958?
CVE-2026-82958 is a high vulnerability published on September 2, 2026. In Eclipse Ditto versions [1.3.0, 3.9.6], the ImplicitThingCreationMessageMapper of the connectivity service builds a CreateThing command by substituting placeholder values (e.g. {{ header:device_id }}) resolved from inbound message headers into a pre-configured JSON "thing" template as raw,…
When was CVE-2026-82958 disclosed?
CVE-2026-82958 was first published in the National Vulnerability Database on September 2, 2026, with the most recent update on September 3, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-82958 actively exploited?
CVE-2026-82958 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 84.2% of all scored CVEs.
What is the CVSS score of CVE-2026-82958?
CVE-2026-82958 has a CVSS v3 base score of 7.6 (NVD).
How do I remediate CVE-2026-82958?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-82958, 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-82958

Explore →

Is Your Infrastructure Affected by CVE-2026-82958?

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