CVE-2023-34450
CometBFT Deadlock Vulnerability (Byzantine Fault Tolerant)
Description
CometBFT is a Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine and replicates it on many machines. An internal modification made in versions 0.34.28 and 0.37.1 to the way struct `PeerState` is serialized to JSON introduced a deadlock when new function MarshallJSON is called. This function can be called from two places. The first is via logs, setting the `consensus` logging module to "debug" level (should not happen in production), and setting the log output format to JSON. The second is via RPC `dump_consensus_state`. Case 1, which should not be hit in production, will eventually hit the deadlock in most goroutines, effectively halting the node. In case 2, only the data structures related to the first peer will be deadlocked, together with the thread(s) dealing with the RPC request(s). This means that only one of the channels of communication to the node's peers will be blocked. Eventually the peer will timeout and excluded from the list (typically after 2 minutes). The goroutines involved in the deadlock will not be garbage collected, but they will not interfere with the system after the peer is excluded. The theoretical worst case for case 2, is a network with only two validator nodes. In this case, each of the nodes only has one `PeerState` struct. If `dump_consensus_state` is called in either node (or both), the chain will halt until the peer connections time out, after which the nodes will reconnect (with different `PeerState` structs) and the chain will progress again. Then, the same process can be repeated. As the number of nodes in a network increases, and thus, the number of peer struct each node maintains, the possibility of reproducing the perturbation visible with two nodes decreases. Only the first `PeerState` struct will deadlock, and not the others (RPC `dump_consensus_state` accesses them in a for loop, so the deadlock at the first iteration causes the rest of the iterations of that "for" loop to never be reached). This regression was fixed in versions 0.34.29 and 0.37.2. Some workarounds are available. For case 1 (hitting the deadlock via logs), either don't set the log output to "json", leave at "plain", or don't set the consensus logging module to "debug", leave it at "info" or higher. For case 2 (hitting the deadlock via RPC `dump_consensus_state`), do not expose `dump_consensus_state` RPC endpoint to the public internet (e.g., via rules in one's nginx setup).
INFO
Published Date :
July 3, 2023, 5:15 p.m.
Last Modified :
Nov. 21, 2024, 8:07 a.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
1.4
Exploitability Score :
3.9
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2023-34450
.
URL | Resource |
---|---|
https://github.com/cometbft/cometbft/pull/524 | Exploit Patch |
https://github.com/cometbft/cometbft/pull/863 | Patch |
https://github.com/cometbft/cometbft/pull/865 | Patch |
https://github.com/cometbft/cometbft/security/advisories/GHSA-mvj3-qrqh-cjvr | Exploit Issue Tracking Patch |
https://github.com/cometbft/cometbft/pull/524 | Exploit Patch |
https://github.com/cometbft/cometbft/pull/863 | Patch |
https://github.com/cometbft/cometbft/pull/865 | Patch |
https://github.com/cometbft/cometbft/security/advisories/GHSA-mvj3-qrqh-cjvr | Exploit Issue Tracking Patch |
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2023-34450
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2023-34450
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://github.com/cometbft/cometbft/pull/524 Added Reference https://github.com/cometbft/cometbft/pull/863 Added Reference https://github.com/cometbft/cometbft/pull/865 Added Reference https://github.com/cometbft/cometbft/security/advisories/GHSA-mvj3-qrqh-cjvr -
CVE Modified by [email protected]
May. 14, 2024
Action Type Old Value New Value -
Initial Analysis by [email protected]
Jul. 17, 2023
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L Changed Reference Type https://github.com/cometbft/cometbft/pull/524 No Types Assigned https://github.com/cometbft/cometbft/pull/524 Exploit, Patch Changed Reference Type https://github.com/cometbft/cometbft/pull/863 No Types Assigned https://github.com/cometbft/cometbft/pull/863 Patch Changed Reference Type https://github.com/cometbft/cometbft/pull/865 No Types Assigned https://github.com/cometbft/cometbft/pull/865 Patch Changed Reference Type https://github.com/cometbft/cometbft/security/advisories/GHSA-mvj3-qrqh-cjvr No Types Assigned https://github.com/cometbft/cometbft/security/advisories/GHSA-mvj3-qrqh-cjvr Exploit, Issue Tracking, Patch Added CPE Configuration OR *cpe:2.3:a:cometbft:cometbft:*:*:*:*:*:*:*:* versions from (including) 0.34.28 up to (excluding) 0.34.29 *cpe:2.3:a:cometbft:cometbft:*:*:*:*:*:*:*:* versions from (including) 0.37.1 up to (excluding) 0.37.2
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2023-34450
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2023-34450
weaknesses.
Exploit Prediction
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.
0.05 }} -0.26%
score
0.14740
percentile