Bitcoin Core before 0.21.0 allows a network split that is resultant from an integer overflow (calculating the time offset for newly connecting peers) and an abs64 logic bug.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures | third party advisory |
https://bitcoincore.org/en/2024/07/03/disclose-timestamp-overflow/ | vendor advisory |