CVE Catalog

CVE-2026-83601

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

In Netdata prior to 2.10.4, an authenticated child agent can send an oversized DIMENSION SLOT value that str2ull_encoded passes to pluginsd_rrddim_put_to_slot without an upper bound. prd_array_create can then wrap the size_t allocation calculation while retaining the original large array size, causing the initialization loop to write beyond the undersized heap allocation and crash the parent agent.

Risk Assessment

An authenticated child agent can remotely crash the parent Netdata agent, disrupting monitoring. In a worst case, the heap overflow could potentially lead to code execution in the parent process context.

Recommendation

Upgrade Netdata to version 2.10.4 or later (or nightly 2.10.0-782-nightly). Restrict the ability to register unknown child agents in your infrastructure.

Other vulnerabilities in Netdata

See all
Original NVD description (English source)

Netdata is an open source observability tool. Prior to 2.10.4, an authenticated child agent can send an oversized DIMENSION SLOT value that str2ull_encoded passes to pluginsd_rrddim_put_to_slot in src/plugins.d/pluginsd_internals.h without an upper bound. prd_array_create in src/database/rrdset-pluginsd-array.h can then wrap the size_t allocation calculation while retaining the original large array size, causing the subsequent initialization loop to write beyond the undersized heap allocation and crash the parent agent. This issue is fixed in version 2.10.4 and nightly build 2.10.0-782-nightly.

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