NVD Vulnerability Detail
Search Exploit, PoC
CVE-2024-38365
Summary

btcd is an alternative full node bitcoin implementation written in Go (golang). 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. `removeOpcodeByData(script []byte, dataToRemove []byte)` removes any data pushes from `script` that contain `dataToRemove`. However, `FindAndDelete` only removes exact matches. So for example, with `script = "<data> <data||foo>"` and `dataToRemove = "data"` btcd will remove both data pushes but Bitcoin Core's `FindAndDelete` only removes the first `<data>` push. This has been patched in btcd version v0.24.2. Users are advised to upgrade. There are no known workarounds for this issue.

Publication Date Oct. 12, 2024, 5:15 a.m.
Registration Date Oct. 12, 2024, noon
Last Update Oct. 15, 2024, 9:57 p.m.
Related information, measures and tools
Common Vulnerabilities List

JVN Vulnerability Information
btcd project の btcd における常に不適切な制御フローの実装に関する脆弱性
Title btcd project の btcd における常に不適切な制御フローの実装に関する脆弱性
Summary

btcd project の btcd には、常に不適切な制御フローの実装に関する脆弱性が存在します。

Possible impacts 情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。
Solution

ベンダアドバイザリまたはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

Publication Date Oct. 11, 2024, midnight
Registration Date Aug. 21, 2025, 3:38 p.m.
Last Update Aug. 21, 2025, 3:38 p.m.
Affected System
btcd project
btcd 0.10.0 以上 0.24.2 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2025年08月21日]
  掲載
Aug. 21, 2025, 3:38 p.m.