CVE Catalog

CVE-2026-81664

MediumCVSS 5.3
Published: Translated: NVD NIST

Summary

The OpenFaaS gateway registers GET /system/telemetry in gateway/main.go and, when basic_auth is enabled, wraps each administrative /system/* handler in auth.DecorateWithBasicAuth. TelemetryHandler was left out of that wrap block from 0.27.11, which introduced the route, until 0.27.14, which added it. On an affected gateway the route therefore reaches the forwarding proxy with no credential check and returns whatever the configured provider serves for /system/telemetry, so any client that can reach the gateway port can read the provider's telemetry regardless of the basic_auth setting. The exposed content depends on the provider, and covers resource and invocation metrics for faasd and pod or cluster state for faas-netes.

Risk Assessment

The risk is unauthorized disclosure of telemetry data, which may contain sensitive infrastructure information such as performance metrics and cluster state, potentially aiding an attacker in further attacks.

Recommendation

Upgrade OpenFaaS to version 0.27.14 or later, which adds authentication checks for the /system/telemetry route, and restrict access to the gateway port.

Original NVD description (English source)

The OpenFaaS gateway registers GET /system/telemetry in gateway/main.go and, when basic_auth is enabled, wraps each administrative /system/* handler in auth.DecorateWithBasicAuth. TelemetryHandler was left out of that wrap block from 0.27.11, which introduced the route, until 0.27.14, which added it. On an affected gateway the route therefore reaches the forwarding proxy with no credential check and returns whatever the configured provider serves for /system/telemetry, so any client that can reach the gateway port can read the provider's telemetry regardless of the basic_auth setting. The exposed content depends on the provider, and covers resource and invocation metrics for faasd and pod or cluster state for faas-netes.

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