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.
Published: 2026-09-03
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the development build of the Eclipse aeriOS Federator component, outbound HTTPS requests are sent without validating the server’s TLS certificate unless the TLS_CERTIFICATE_VALIDATION environment variable is explicitly set to true. This default disables the standard security check that ensures the remote server is authentic, allowing an attacker who can observe or tamper with network traffic between the Federator and its external services to impersonate those services and capture encrypted data, including OAuth client credentials and bearer tokens. The vulnerability stems from improper certificate validation (CWE‑295).

Affected Systems

The flaw exists in the Eclipse aeriOS Federator component running in the current development version, before any official release. No specific release or patch level is listed, so all developers using this pre‑release build are potentially affected.

Risk and Exploitability

The CVSS score of 8.3 classifies it as a high‑severity weakness. Exploitation requires the ability to intercept or manipulate network traffic between the Federator and the misconfigured external service; the attacker does not need to compromise the Federator itself. The EPSS score is not available, and the vulnerability is not yet listed in the CISA KEV catalog. The default misconfiguration makes the vulnerability broadly exploitable in environments where the Helm chart or Docker Compose deployment has not upgraded the TLS_CERTIFICATE_VALIDATION environment variable to true.

Generated by OpenCVE AI on September 3, 2026 at 21:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Set the TLS_CERTIFICATE_VALIDATION environment variable to true in the Federator configuration or deploy the updated Helm chart/Docker Compose release that defaults this variable to true.
  • If you are using the Helm chart, upgrade to the latest release where this variable defaults to true to ensure the change is applied uniformly.
  • After configuring, test outbound HTTPS connections to external services to confirm that certificate validation is active, for example by checking logs for untrusted certificate warnings or by attempting connections to a test server with a known‑bad certificate.

Generated by OpenCVE AI on September 3, 2026 at 21:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 20:00:00 +0000

Type Values Removed Values Added
Title Federator Component Disables TLS Certificate Validation by Default, Allowing Man‑in‑the‑Middle Attacks

Thu, 03 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
First Time appeared Eclipse
Eclipse aerios
Vendors & Products Eclipse
Eclipse aerios

Thu, 03 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 03 Sep 2026 18:15:00 +0000

Type Values Removed Values Added
Title Federator Component Disables TLS Certificate Validation by Default, Allowing Man‑in‑the‑Middle Attacks

Thu, 03 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
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.
Weaknesses CWE-295
References
Metrics cvssV4_0

{'score': 8.3, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: eclipse

Published:

Updated: 2026-09-03T17:38:14.998Z

Reserved: 2026-09-02T08:31:41.292Z

Link: CVE-2026-84736

cve-icon Vulnrichment

Updated: 2026-09-03T17:38:12.183Z

cve-icon NVD

Status : Deferred

Published: 2026-09-03T17:17:25.427

Modified: 2026-09-03T18:17:28.243

Link: CVE-2026-84736

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T21:30:06Z

Weaknesses
  • CWE-295

    Improper Certificate Validation