SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-84175

MEDIUM · CVSS 5.3 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-02 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Eclipse Ditto versions 3.0.0 to 3.9.6 are vulnerable due to the Things service's failure to validate host URLs and redirect targets when fetching WoT ThingModels over HTTP, allowing authenticated users to issue arbitrary HTTP GET requests within the network. This vulnerability can lead to exposure of internal services and cloud instance-metadata endpoints, enabling potential information enumeration. Organizations using affected versions, particularly those with users who can create or modify Things, should prioritize patching to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-84175
Severity
MEDIUM
CVSS
5.3
EPSS
0.29%

Original NVD Description

In Eclipse Ditto versions 3.0.0 to 3.9.6, the Things service fetches WoT (Web of Things) ThingModels over HTTP from URLs supplied by API users in the definition field of a Thing or Feature, without validating the target host, and follows HTTP redirects without re-validating the redirect target and without a hop limit. An authenticated user who is permitted to create a Thing, or who holds WRITE permission on an existing Thing, can thereby cause the Things service to issue arbitrary HTTP GET requests from inside the deployment's network — including to cloud instance-metadata endpoints and other internal services — and can use the differing error responses returned to the caller to enumerate internal services. Versions 2.4.0 to 2.5.x contain the same code, but are only affected where the operator explicitly enabled the WoT integration feature toggle, which is disabled by default in those versions.