CVE Catalog

CVE-2026-82955

CriticalCVSS 9.0
Published: Updated: Translated: NVD NIST

Summary

In the current development version of Eclipse aeriOS, the KrakenD instance in the API Gateway had disable_jwk_security hard-coded to true, disabling TLS certificate verification when retrieving JWKS. This could allow an attacker to intercept communication and provide a malicious JWKS, compromising token validation. The issue has been fixed by making the parameter configurable and defaulting to false.

Risk Assessment

The risk is that token validation integrity can be compromised, potentially leading to unauthorized access to the system and data.

Recommendation

Update Eclipse aeriOS to a version where disable_jwk_security defaults to false and configure it appropriately.

Related vulnerabilities

Original NVD description (English source)

In the current development version of Eclipse aeriOS, which has not yet had an official release, the KrakenD instance included in the API Gateway component had the disable_jwk_security parameter hard-coded to true, with no option to override it through the Helm chart configuration. This setting disables TLS certificate verification when KrakenD retrieves the JSON Web Key Set (JWKS) used to validate bearer tokens, potentially allowing an attacker with the ability to intercept this communication to provide a malicious JWKS and compromise token validation. The issue has been addressed by making the parameter configurable through the boolean Helm value krakend.config.disableJwkSecurity and setting its default value to false, ensuring that TLS certificate verification is enabled by default.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS