Description
Netdata is an open source observability tool. Prior to 2.11.0, Netdata's unauthenticated WebSocket server negotiates permessage-deflate before authentication, and src/web/websocket/websocket-compression.c allows websocket_client_decompress_message() to grow decompressed output toward WS_MAX_DECOMPRESSED_SIZE without enforcing a compressed-to-decompressed ratio. Small highly compressed frames can therefore cause large server-side allocations, and repeated concurrent connections can exhaust memory and terminate monitoring. This vulnerability is fixed in 2.11.0.
Published: 2026-09-22
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: Denial of Service via memory exhaustion
Action: Immediate Patch
AI Analysis

Impact

Netdata allows unauthenticated clients to negotiate WebSocket compression before authentication. The server decompresses incoming frames without enforcing a strong ratio check, permitting small compressed frames to expand to large uncompressed payloads. This uncontrolled allocation can cause rapid memory growth and eventually terminate the monitoring process or degrade overall system performance.

Affected Systems

The vulnerability affects all installations of Netdata earlier than version 2.11.0. The product is the Netdata observability platform; any deployment that has the default WebSocket interface enabled is susceptible.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity. Because the exploit requires only a WebSocket connection, an attacker can trigger the memory exhaustion from a remote location without prior authentication. The EPSS score is unavailable, and the vulnerability is not listed in the CISA KEV catalog, but the lack of authentication and the ability to exhaust memory make it a practical concern for any exposed Netdata instance.

Generated by OpenCVE AI on September 22, 2026 at 18:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Netdata to version 2.11.0 or later, which enforces a strict compressed‑to‑decompressed ratio or disables WebSocket compression before authentication.
  • If an upgrade cannot be applied immediately, block or disable unauthenticated WebSocket connections until the patch is applied to prevent memory exhaustion from unauthenticated clients.
  • Monitor server memory usage and set limits on concurrent WebSocket connections to reduce the risk of resource depletion during the upgrade or rollback period.

Generated by OpenCVE AI on September 22, 2026 at 18:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
First Time appeared Netdata
Netdata netdata
Vendors & Products Netdata
Netdata netdata

Tue, 22 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 22 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
Description Netdata is an open source observability tool. Prior to 2.11.0, Netdata's unauthenticated WebSocket server negotiates permessage-deflate before authentication, and src/web/websocket/websocket-compression.c allows websocket_client_decompress_message() to grow decompressed output toward WS_MAX_DECOMPRESSED_SIZE without enforcing a compressed-to-decompressed ratio. Small highly compressed frames can therefore cause large server-side allocations, and repeated concurrent connections can exhaust memory and terminate monitoring. This vulnerability is fixed in 2.11.0.
Title Netdata: WebSocket Decompression Bomb
Weaknesses CWE-409
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T17:43:29.548Z

Reserved: 2026-08-31T20:36:25.743Z

Link: CVE-2026-83599

cve-icon Vulnrichment

Updated: 2026-09-22T17:36:27.558Z

cve-icon NVD

Status : Received

Published: 2026-09-22T17:17:25.957

Modified: 2026-09-22T18:17:22.450

Link: CVE-2026-83599

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T18:45:18Z

Weaknesses
  • CWE-409

    Improper Handling of Highly Compressed Data (Data Amplification)