CVE-2025-24371
February 03, 2025
CometBFT is a distributed, Byzantine fault-tolerant, deterministic state machine replication engine. In the "blocksync" protocol peers send their "base" and "latest" heights when they connect to a new node ("A"), which is syncing to the tip of a network. "base" acts as a lower ground and informs "A" that the peer only has blocks starting from height "base". "latest" height informs "A" about the latest block in a network. Normally, nodes would only report increasing heights. If "B" fails to provide the latest block, "B" is removed and the "latest" height (target height) is recalculated based on other nodes "latest" heights. The existing code however doesn't check for the case where "B" first reports "latest" height "X" and immediately after height "Y", where "X > Y". "A" will be trying to catch up to 2000 indefinitely. This condition requires the introduction of malicious code in the full node first reporting some non-existing "latest" height, then reporting lower "latest" height and nodes which are syncing using "blocksync" protocol. This issue has been patched in versions 1.0.1 and 0.38.17 and all users are advised to upgrade. Operators may attempt to ban malicious peers from the network as a workaround.
Affected Packages
github.com/cometbft/cometbft (GO):
Affected version(s) >=v0.0.0-20190116184137-6d6d103f15dc <v0.38.17Fix Suggestion:
Update to version v0.38.17github.com/cometbft/cometbft (GO):
Affected version(s) >=v1.0.0-alpha.1 <v1.0.1Fix Suggestion:
Update to version v1.0.1Related Resources (8)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Improper Check or Handling of Exceptional Conditions
EPSS
Base Score:
0.14