Intel

AIKIDO-2026-830109

nostr-sdk is vulnerable to Uncontrolled Resource Consumption

Uncontrolled Resource ConsumptionGHSA-hwqm-xw2q-5hmc Published 2 days ago

60

Medium Risk

This Affects:

PYTHONnostr-sdk
0.32.1 - 0.44.7
Fixed in 0.44.8
Are you affected? Scan for Free

TL;DR

The relay pool forwards every NIP-42 authentication challenge received from a relay through an unbounded command queue, while challenge handling can wait for an asynchronous signer or user interaction. Because challenges arrive faster than they can be answered, a relay can continuously send new challenges without the client ever completing authentication. Queued challenges and pending signer operations grow without limit until the client becomes unavailable. The fix coalesces pending challenges through a latest-value channel so only the single still-answerable challenge is retained and memory use stays bounded.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application configures an authenticator or signer for NIP-42 relay authentication and connects to relays that are not fully trusted.

Background info

nostr-sdk is vulnerable to Uncontrolled Resource Consumption in versions 0.32.1 - 0.44.7.

How to fix this

Upgrade the nostr-sdk library to the patch version.