CVE-2026-44505
Last modified
CVE-2026-44505 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. network-libp2p handles kad get-record query progress in handle_dht_get (network-libp2p/src/swarm.rs). EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. network-libp2p handles kad get-record query progress in handle_dht_get (network-libp2p/src/swarm.rs). Prior to version 1.4.0, when a peer returns a FoundRecord, the code verifies the record via dht_verifier.verify(&record.record). On verifier error, handle_dht_get logs and returns early without completing the oneshot used by Network::dht_get, and without cleaning up per-query bookkeeping. Later query progress can hit the "DHT inconsistent state" path and also return without cleanup. Because Network::dht_get awaits the oneshot without a timeout, the caller future can hang indefinitely. This issue has been patched in version 1.4.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-44505?
How severe is CVE-2026-44505?
How do I fix CVE-2026-44505?
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 2026
- CVE-2026-4450Out of bounds write in V8 in Google Chrome prior to 146.0.76…8.8
- CVE-2026-44500ZEBRA is a Zcash node written entirely in Rust. Prior to zeb…5.3
- CVE-2026-44501DataHub is an open-source metadata platform. Prior to 1.5.0.…7.1
- CVE-2026-44502Bugsink is a self-hosted error tracking tool. Prior to 2.1.3…4.3
- CVE-2026-44503The RedirectHandler middleware in microsoft/kiota-java (com.…7
- CVE-2026-44504Aegra is a drop-in replacement for LangSmith Deployments. Pr…8.6
- CVE-2026-44507Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-44508Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-44509Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-4451Insufficient validation of untrusted input in Navigation in …8.8
- CVE-2026-44510Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-44511Katalyst Koi is a framework for building Rails admin functio…7.4
Are you affected by CVE-2026-44505?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
