mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
942 B
Markdown
19 lines
942 B
Markdown
### [CVE-2024-34478](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-34478)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
btcd before 0.24.0 does not correctly implement the consensus rules outlined in BIP 68 and BIP 112, making it susceptible to consensus failures. Specifically, it uses the transaction version as a signed integer when it is supposed to be treated as unsigned. There can be a chain split and loss of funds.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://delvingbitcoin.org/t/disclosure-btcd-consensus-bugs-due-to-usage-of-signed-transaction-version/455
|
|
- https://delvingbitcoin.org/t/disclosure-btcd-consensus-bugs-due-to-usage-of-signed-transaction-version/455
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|