CVE-2025-24371
Last modified
CVE-2025-24371 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-24371?
How severe is CVE-2025-24371?
How do I fix CVE-2025-24371?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-24365vaultwarden is an unofficial Bitwarden compatible server wri…7.5
- CVE-2025-24366SFTPGo is an open source, event-driven file transfer solutio…7.5
- CVE-2025-24367Cacti is an open source performance and fault management fra…8.8
- CVE-2025-24368Cacti is an open source performance and fault management fra…7.5
- CVE-2025-24369Anubis is a tool that allows administrators to protect bots …2.3
- CVE-2025-24370Django-Unicorn adds modern reactive component functionality …9.3
- CVE-2025-24372CKAN is an open-source DMS (data management system) for powe…7.3
- CVE-2025-24373woocommerce-pdf-invoices-packing-slips is an extension which…6.5
- CVE-2025-24374Twig is a template language for PHP. When using the ?? opera…4.3
- CVE-2025-24375Charmed MySQL K8s operator is a Charmed Operator for running…5
- CVE-2025-24376kubewarden-controller is a Kubernetes controller that allows…6.5
- CVE-2025-24377Dell Unity, version(s) 5.4 and prior, contain(s) an Improper…7.8
Are you affected by CVE-2025-24371?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
