CVE-2025-47270
Last modified
CVE-2025-47270 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.61% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-47270?
How severe is CVE-2025-47270?
How do I fix CVE-2025-47270?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-4725A vulnerability, which was classified as critical, was found…9.8
- CVE-2025-47256Libxmp through 4.6.2 has a stack-based buffer overflow in de…5.6
- CVE-2025-4726A vulnerability has been found in itsourcecode Placement Man…9.8
- CVE-2025-47268ping in iputils before 20250602 allows a denial of service (…6.5
- CVE-2025-47269code-server runs VS Code on any machine anywhere through bro…8.3
- CVE-2025-4727A vulnerability was found in Meteor up to 3.2.1 and classifi…6.3
- CVE-2025-47271The OZI action is a GitHub Action that publishes releases to…6.3
- CVE-2025-47272The CE Phoenix eCommerce platform, starting in version 1.0.9…5.5
- CVE-2025-47273setuptools is a package that allows users to download, build…8.8
- CVE-2025-47274ToolHive is a utility designed to simplify the deployment an…2.4
- CVE-2025-47275Auth0-PHP provides the PHP SDK for Auth0 Authentication and …9.1
- CVE-2025-47276Actualizer is a single shell script solution to allow develo…7.5
Are you affected by CVE-2025-47270?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
