PT-2026-30255 · Pypi · Core-Rs-Albatross
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
nimiq/core-rs-albatross versions prior to 1.3.0
Description
Two peer-facing consensus request handlers incorrectly assume the history index is always available by calling
blockchain.history store.history index().unwrap() directly. Because HistoryStoreProxy::history index() can return None during the HistoryStoreProxy::WithoutIndex state, such as when a full node is syncing, a remote peer can trigger an Option::unwrap() panic. This occurs when sending RequestTransactionsProof or RequestTransactionReceiptsByAddress requests.Recommendations
Update nimiq/core-rs-albatross to version 1.3.0.
Exploit
Fix
Unchecked Return Value
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Core-Rs-Albatross