Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS14MjY4LXFwZzYtdzlnMs4AA9DM
CrateDB has a Client initialized Session-Renegotiation DoS
Summary
Client-Initiated TLS Renegotiation Denial of Service (DoS) Vulnerability at Port 4200
Details
A high-risk vulnerability has been identified where the TLS endpoint (port 4200) permits client-initiated renegotiation. In this scenario, an attacker can exploit this feature to repeatedly request renegotiation of security parameters during an ongoing TLS session. This flaw could lead to excessive consumption of CPU resources, resulting in potential server overload and service disruption. The vulnerability was confirmed using an openssl client where the command 'R' initiates renegotiation, followed by the server confirming with 'RENEGOTIATING'.
PoC
- Connect to the TLS server on port 4200 using an openssl client.
- Initiate a TLS session.
- Send the renegotiation command ('R') multiple times.
- Observe the server response to confirm renegotiation.
Impact
This vulnerability allows an attacker to perform a denial of service attack by exhausting server CPU resources through repeated TLS renegotiations. This impacts the availability of services running on the affected server, posing a significant risk to operational stability and security.
TLS 1.3 explicitly forbids renegotiation, since it closes a window of opportunity for an attack.
Permalink: https://github.com/advisories/GHSA-x268-qpg6-w9g2JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14MjY4LXFwZzYtdzlnMs4AA9DM
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: 5 months ago
Updated: 5 months ago
CVSS Score: 5.3
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Identifiers: GHSA-x268-qpg6-w9g2, CVE-2024-37309
References:
- https://github.com/crate/crate/security/advisories/GHSA-x268-qpg6-w9g2
- https://nvd.nist.gov/vuln/detail/CVE-2024-37309
- https://github.com/crate/crate/commit/1dde03bdf031a20886065195527e368e4a3218b3
- https://cratedb.com/docs/crate/reference/en/latest/appendices/release-notes/5.7.2.html
- https://github.com/advisories/GHSA-x268-qpg6-w9g2
Blast Radius: 1.0
Affected Packages
maven:io.crate:crate
Affected Version Ranges: < 5.7.2Fixed in: 5.7.2