CVE-2026-84736
8.3Eclipse · Eclipse aeriOS
The Federator component in Eclipse aeriOS fails to validate TLS certificates by default, allowing attackers to perform man-in-the-middle attacks and intercept sensitive credentials.
Executive summary
A critical vulnerability in the development version of Eclipse aeriOS allows unauthenticated attackers to intercept sensitive network traffic due to disabled TLS certificate validation.
Vulnerability
This is an improper certificate validation vulnerability (CWE-295) where the Federator component skips TLS verification for outbound HTTPS connections, enabling an unauthenticated attacker to perform interception.
Business impact
The ability to intercept HTTPS traffic poses a severe risk to organizational security, as it allows attackers to steal OAuth client credentials and bearer tokens. Given the CVSS score of 8.3, this high-severity flaw could lead to full unauthorized access to downstream services or integrated platforms, resulting in significant data compromise and loss of system integrity.
Remediation
Immediate Action: Update the Eclipse aeriOS environment to the commit version 9c63b60becc9873b0195ff9cd6582b69cb12d4f2 or later, and ensure the TLS_CERTIFICATE_VALIDATION environment variable is explicitly set to true.
Proactive Monitoring: Review outbound network traffic logs from the Federator component for suspicious connection attempts or certificate anomalies.
Compensating Controls: Implement strict network segmentation and egress filtering to restrict the Federator component from communicating with untrusted or unnecessary external endpoints.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Because this vulnerability exists in the core transport layer of the Federator component, it represents a significant risk to any environment utilizing the affected development versions. Administrators must prioritize updating to the patched commit immediately to ensure that TLS certificate verification is enforced by default, preventing potential credential theft via man-in-the-middle attacks.
More Eclipse CVEs
Sources
Originally found and disclosed by Eclipse Foundation Security Team, per the CVE Program record.