SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-82955

CRITICAL · CVSS 9 EPSS 0.14% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-02 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The vulnerability in the current development version of Eclipse aeriOS affects the API Gateway component, where the hard-coded disable_jwk_security parameter allows for TLS certificate verification to be bypassed. This flaw can enable attackers to intercept communications and supply a malicious JSON Web Key Set (JWKS), compromising the validation of bearer tokens. Organizations using this version should prioritize remediation to secure their API Gateway against potential token validation attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-82955
Severity
CRITICAL
CVSS
9
EPSS
0.14%

Original NVD Description

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.