ZeroHour

CVE-2026-84736

niche

Missing TLS certificate validation in Eclipse aeriOS Federator

CVSS 4.0
8.3 high
EPSS
<1%p6
Published
()
Modified
AI analysis

The Federator component of Eclipse aeriOS, in its current development version (no official release has been published yet), disables TLS certificate validation for outbound HTTPS connections by default. The flaw is triggered when the TLS_CERTIFICATE_VALIDATION environment variable is unset or explicitly set to false, which causes the component's HTTP transport to skip certificate verification. An attacker positioned to intercept network traffic, such as an on-path man-in-the-middle, could impersonate the external services the Federator communicates with and capture sensitive HTTPS traffic, including OAuth client credentials and bearer tokens. Only deployments running the unreleased development builds — typically via the Helm chart or Docker Compose default configuration — are affected. No public proof of concept is known, the flaw is not listed in CISA KEV, and EPSS currently estimates a 0.2% probability of exploitation within 30 days.

What to do: If you run development builds of the aeriOS Federator, redeploy using the updated Helm chart or Docker Compose configuration in which TLS_CERTIFICATE_VALIDATION defaults to true, or explicitly set TLS_CERTIFICATE_VALIDATION=true in your environment. Check your current deployment for overrides that set the variable to false, and treat any OAuth client secrets or bearer tokens used by the Federator as potentially exposed if the deployment operated over untrusted networks. Monitor the Eclipse project for the first official release containing the default-on validation fix.

Affected
Eclipse aeriOS FederatorCurrent development version (no official release published); deployments via default Helm chart or Docker Compose configuration where TLS_CERTIFICATE_VALIDATION
Estimated exposure
nichelikely at most a few hundred development/CI and early-adopter deployments; precise count unknown — No install or scan counts are available; because the flaw exists only in unreleased development builds consumed via Helm chart or Docker Compose, exposure is limited to early adopters and test environments rather than any shipped release.

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

In the current development version of Eclipse aeriOS, for which no official release has yet been published, the Federator component disables TLS certificate validation for outbound HTTPS connections by default. When the TLS_CERTIFICATE_VALIDATION environment variable is unset or set to false, the component configures its HTTP transport to skip TLS certificate verification. As a result, an attacker able to intercept network communications between the Federator and external services could impersonate those services and intercept sensitive information transmitted over HTTPS, including OAuth client credentials and bearer tokens. The issue has been addressed by enabling TLS certificate validation by default. The TLS_CERTIFICATE_VALIDATION environment variable is now set to true in the default configuration provided by the Helm chart and Docker Compose deployment.

Weakness
CWE-295
Vector
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.