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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:skytable:skytable:0.1.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.2.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.3.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.3.1:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.3.2:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.1:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.2:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.3:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.4:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.5:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.5.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.5.1:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.5.2:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.6.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.6.1:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.6.2:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.6.3:*:*:*:*:*:*:*

History

12 Aug 2021, 18:50

Type Values Removed Values Added
CWE CWE-252
CPE cpe:2.3:a:skytable:skytable:0.5.2:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.5:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.5.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.6.1:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.5.1:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.6.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.1.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.4:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.3:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.3.2:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.1:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.2.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.4.2:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.3.0:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.6.2:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.6.3:*:*:*:*:*:*:*
cpe:2.3:a:skytable:skytable:0.3.1:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : 5.0
v3 : 7.5
References (CONFIRM) https://github.com/skytable/skytable/security/advisories/GHSA-q27r-h25m-hcc7 - (CONFIRM) https://github.com/skytable/skytable/security/advisories/GHSA-q27r-h25m-hcc7 - Third Party Advisory
References (MISC) https://github.com/skytable/skytable/commit/bb19d024ea1e5e0c9a3d75a9ee58ff03c70c7e5d - (MISC) https://github.com/skytable/skytable/commit/bb19d024ea1e5e0c9a3d75a9ee58ff03c70c7e5d - Patch, Third Party Advisory
References (MISC) https://security.skytable.io/ve/s/00002.html - (MISC) https://security.skytable.io/ve/s/00002.html - Patch, Vendor Advisory

05 Aug 2021, 18:15

Type Values Removed Values Added
New CVE

Information

Published : 2021-08-05 18:15

Updated : 2024-02-04 21:47


NVD link : CVE-2021-37625

Mitre link : CVE-2021-37625

CVE.ORG link : CVE-2021-37625


JSON object : View

Products Affected

skytable

  • skytable
CWE
CWE-252

Unchecked Return Value

CWE-253

Incorrect Check of Function Return Value