Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-84175 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-674Uncontrolled Recursion[email protected]
CWE-918Server-Side Request Forgery (SSRF)[email protected]

Affected Products

ProductVersions
Eclipse Ditto
>= 3.0.0, <= 3.9.6 (semver)
>= 2.4.0, <= 2.5.x

CPE

  • cpe:2.3:a:eclipse:ditto:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 3.9.7moderate effort
  • Upgrade: 3.8.13moderate effort
  • Workaround:low effort

    Disable the WoT integration feature by setting DITTO_DEVOPS_FEATURE_WOT_INTEGRATION_ENABLED=false.

  • Workaround:low effort

    Restrict entity creation via the 'ditto.entity-creation' configuration, limiting which authenticated subjects may create entities and which 'thing-definitions' URLs are permitted.

  • Workaround:low effort

    Grant 'WRITE' permission on Things narrowly, since the definition-modification and migration endpoints require it.

  • Mitigation:low effort

    Apply network-level egress controls (e.g. Kubernetes NetworkPolicies or firewall rules) that prevent the things service from reaching internal address ranges and the cloud instance-metadata endpoint.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-84175
NVD Published Date:
Sep 2, 2026
NVD Last Modified:
Sep 3, 2026
Source:
[email protected]
CVE-2026-84175 Details - Not Deferred