7.5

CVE-2021-37625

Skytable is an open source NoSQL database. In versions prior to 0.6.4 an incorrect check of return value of the accept function in the run-loop for a TCP socket/TLS socket/TCP+TLS multi-socket causes an early exit from the run loop that should continue infinitely unless terminated by a local user, effectively causing the whole database server to shut down. This has severe impact and can be used to easily cause DoS attacks without the need to use much bandwidth. The attack vectors include using an incomplete TLS connection for example by not providing the certificate for the connection and using a specially crafted TCP packet that triggers the application layer backoff algorithm.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
SkytableSkytable Version0.1.0
SkytableSkytable Version0.2.0
SkytableSkytable Version0.3.0
SkytableSkytable Version0.3.1
SkytableSkytable Version0.3.2
SkytableSkytable Version0.4.0
SkytableSkytable Version0.4.1
SkytableSkytable Version0.4.2
SkytableSkytable Version0.4.3
SkytableSkytable Version0.4.4
SkytableSkytable Version0.4.5
SkytableSkytable Version0.5.0
SkytableSkytable Version0.5.1
SkytableSkytable Version0.5.2
SkytableSkytable Version0.6.0
SkytableSkytable Version0.6.1
SkytableSkytable Version0.6.2
SkytableSkytable Version0.6.3
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.07% 0.179
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
nvd@nist.gov 5 10 2.9
AV:N/AC:L/Au:N/C:N/I:N/A:P
security-advisories@github.com 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CWE-252 Unchecked Return Value

The product does not check the return value from a method or function, which can prevent it from detecting unexpected states and conditions.

CWE-253 Incorrect Check of Function Return Value

The product incorrectly checks a return value from a function, which prevents it from detecting errors or exceptional conditions.