Intel

AIKIDO-2026-431362

nostr is vulnerable to Denial of Service

Denial of ServiceGHSA-739m-c885-58rq Published 2 days ago

75

High Risk

This Affects:

RUSTnostr
0.39.0 - 0.44.6
Fixed in 0.44.7
Are you affected? Scan for Free

TL;DR

The NIP-50 event-matching path searches event content using a sliding window sized from the search string length. An empty search string produces a zero-sized window, which always panics instead of returning a result. A remote client that can submit filters, including clients querying an SDK local relay, can trigger the panic with an empty search value and terminate request processing, a worker, or the whole process. The fix handles empty searches before the substring search so the matcher returns a defined result without panicking.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application matches NIP-50 search filters supplied by remote clients.

Background info

nostr is vulnerable to Denial of Service in versions 0.39.0 - 0.44.6.

How to fix this

Upgrade the nostr library to the patch version.