Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/btcsuite/btcd
  4. ›
  5. CVE-2024-38365

CVE-2024-38365: btcd did not correctly re-implement Bitcoin Core's "FindAndDelete()" functionality

October 10, 2024 (updated October 17, 2024)

The btcd Bitcoin client (versions 0.10 to 0.24) did not correctly re-implement Bitcoin Core’s “FindAndDelete()” functionality. This logic is consensus-critical: the difference in behavior with the other Bitcoin clients can lead to btcd clients accepting an invalid Bitcoin block (or rejecting a valid one).

This consensus failure can be leveraged to cause a chain split (accepting an invalid Bitcoin block) or be exploited to DoS the btcd nodes (rejecting a valid Bitcoin block). An attacker can create a standard transaction where FindAndDelete doesn’t return a match but removeOpCodeByData does making btcd get a different sighash, leading to a chain split. Importantly, this vulnerability can be exploited remotely by any Bitcoin user and does not require any hash power. This is because the difference in behavior can be triggered by a “standard” Bitcoin transaction, that is a transaction which gets relayed through the P2P network before it gets included in a Bitcoin block.

References

  • delvingbitcoin.org/t/cve-2024-38365-public-disclosure-btcd-findanddelete-bug/1184
  • github.com/advisories/GHSA-27vh-h6mc-q6g8
  • github.com/btcsuite/btcd
  • github.com/btcsuite/btcd/commit/04469e600e7d4a58881e2e5447d19024e49800f5
  • github.com/btcsuite/btcd/releases/tag/v0.24.2
  • github.com/btcsuite/btcd/security/advisories/GHSA-27vh-h6mc-q6g8
  • nvd.nist.gov/vuln/detail/CVE-2024-38365

Code Behaviors & Features

Detect and mitigate CVE-2024-38365 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.24.2-beta.rc1

Fixed versions

  • 0.24.2-beta.rc1

Solution

Upgrade to version 0.24.2-beta.rc1 or above.

Impact 7.4 HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-670: Always-Incorrect Control Flow Implementation

Source file

go/github.com/btcsuite/btcd/CVE-2024-38365.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:16:14 +0000.