CVE Catalog

CVE-2026-83602

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

In Netdata from 2.0.0 until 2.11.0, the /api/v3/settings endpoint is registered with HTTP_ACL_NOCHECK and HTTP_ACCESS_ANONYMOUS_DATA, allowing unauthenticated PUT requests to bypass operator-configured IP allow restrictions. An attacker can persist attacker-controlled JSON in {varlib}/settings/default.json, manipulate its version counter, and use repeated near-20 MiB writes to consume disk space.

Risk Assessment

An unauthenticated network-reachable attacker can modify the settings file and exhaust disk space, potentially causing service disruption or host instability. The file does not control collection or security policy, so configuration impact is limited.

Recommendation

Upgrade Netdata to version 2.11.0 or later. Until then, restrict network access to the /api/v3/settings endpoint via firewall or reverse proxy.

Other vulnerabilities in Netdata

See all
Original NVD description (English source)

Netdata is an open source observability tool. From 2.0.0 until 2.11.0, Netdata registers /api/v3/settings in src/web/api/v3/web_api_v3.c with HTTP_ACL_NOCHECK and HTTP_ACCESS_ANONYMOUS_DATA, causing unauthenticated PUT requests handled by src/web/api/v3/api_v3_settings.c to bypass operator-configured allow dashboard from IP restrictions. A network-reachable caller can persist attacker-controlled JSON in {varlib}/settings/default.json, manipulate its version counter, and use repeated near-20 MiB writes to consume disk space, although the file does not control collection or security policy. This vulnerability is fixed in 2.11.0.

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