7.5 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): None (N)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): None (N)
- Modified Availability (MA): High (H)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
5 packages
- python313Packages.netdata
- python314Packages.netdata
- python313Packages.netdata-pandas
- python314Packages.netdata-pandas
- netdataCloud
- @LeSuisse accepted
- @LeSuisse published on GitHub
Netdata: WebSocket Decompression Bomb
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.
References
-
https://github.com/netdata/netdata/security/advisories/GHSA-c8p4-cg3j-f4h2 x_refsource_CONFIRM
-
https://github.com/netdata/netdata/pull/22828 x_refsource_MISC
-
https://github.com/netdata/netdata/releases/tag/v2.11.0 x_refsource_MISC
Affected products
- ==< 2.11.0
Matching in nixpkgs
Ignored packages (5)
pkgs.netdataCloud
Real-time performance monitoring tool
pkgs.python313Packages.netdata
Python API for interacting with Netdata
pkgs.python314Packages.netdata
Python API for interacting with Netdata
pkgs.python313Packages.netdata-pandas
Library to pull data from the netdata REST API into a pandas dataframe
pkgs.python314Packages.netdata-pandas
Library to pull data from the netdata REST API into a pandas dataframe
Package maintainers
-
@rhoriguchi Ryan Horiguchi <ryan.horiguchi@gmail.com>
-
@mkg20001 Maciej Krüger <mkg20001+nix@gmail.com>