Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-37309
HistoryJun 13, 2024 - 1:59 p.m.

CVE-2024-37309 Client initialized Session-Renegotiation DoS

2024-06-1313:59:05
CWE-770
GitHub_M
github.com
2
cratedb
tls endpoint
client-initiated renegotiation
cpu resources
denial of service
tls 1.3
version 5.7.2

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

AI Score

7.3

Confidence

High

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

partial

CrateDB is a distributed SQL database. A high-risk vulnerability has been identified in versions prior to 5.7.2 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. 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. Version 5.7.2 of CrateDB contains the fix for the issue.

CNA Affected

[
  {
    "vendor": "crate",
    "product": "crate",
    "versions": [
      {
        "status": "affected",
        "version": "< 5.7.2"
      }
    ]
  }
]

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:cratedb:cratedb:*:*:*:*:*:*:*:*"
    ],
    "vendor": "cratedb",
    "product": "cratedb",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "5.7.2",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

AI Score

7.3

Confidence

High

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-37309