216.73.217.22

CVE-2025-47270

· Published 12/05/2025 11:15 · Modified 12/05/2025 17:32

Labels: CVE-2025-47270 2025-05-12CVE-2025-47270CWE-400[email protected]

Essential information

Published
12/05/2025 11:15
Modified
12/05/2025 17:32
Author
Creator
CVSS
7.5 HIGH (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CVSS metrics

Description

nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. The `nimiq-network-libp2p` subcrate of nimiq/core-rs-albatross is vulnerable to a Denial of Service (DoS) attack due to uncontrolled memory allocation. Specifically, the implementation of the `Discovery` network message handling allocates a buffer based on a length value provided by the peer, without enforcing an upper bound. Since this length is a `u32`, a peer can trigger allocations of up to 4 GB, potentially leading to memory exhaustion and node crashes. As Discovery messages are regularly exchanged for peer discovery, this vulnerability can be exploited repeatedly. The patch for this vulnerability is formally released as part of v1.1.0. The patch implements a limit to the discovery message size of 1 MB and also resizes the message buffer size incrementally as the data is read. No known workarounds are available.

NVD status

Status
Awaiting Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
nimiq / nimiq core rs albatross cpe:2.3:a:nimiq:nimiq_core_rs_albatross:v1.1.0:*:*:*:*:*:*:*
nimiq / nimiq network libp2p cpe:2.3:a:nimiq:nimiq_network_libp2p:v1.1.0:*:*:*:*:*:*:*

References