NRDAX
CLI Submit

← registry

NRDAX-T0323 - Unbounded Filter Subscription Storage Exhaustion

Pending classification · active · first seen 2026-08-20

Producer label: subscription_exhaustion. Not yet assigned a mechanism family.

provenance: Reproduced in NullRabbit's attack-reproduction pipeline

mechanism

Besu FilterRepository stores all installed log/block/pending-tx filters in an unbounded ConcurrentHashMap, so eth_newFilter can be called without limit by an unauthenticated caller and each call retains server-side state. Fixed in 26.7.1, which caps active filters and returns -32005 past the cap (boundary MEASURED 2026-08-20 against 26.6.0/26.7.0/26.7.1/26.8.0, not taken from the advisory text).

live exposure

No exposure data. Slashr ↗ has no risk signal mapped to this technique yet — absence of data is not absence of exposure.

instances (1)

chainprimitivefidelityoriginreproducer (bundle)source
ethereum besu_unbounded_filter_repository lab reverse-engineered-cve besu_unbounded_filter_repository GHSA-vff7-xxjc-rccp ↗

references

ghsa: GHSA-ffqr-pj4h-xq37
ghsa: GHSA-vff7-xxjc-rccp
vendor-advisory: GHREL-hyperledger-besu-26.7.1

cite

https://nrdax.com/techniques/NRDAX-T0323

plain

NRDAX Registry. Technique NRDAX-T0323.

bibtex
@misc{nrdax_NRDAX_T0323,
  title = {Unbounded Filter Subscription Storage Exhaustion (NRDAX-T0323)},
  howpublished = {NRDAX Registry},
  url = {https://nrdax.com/techniques/NRDAX-T0323},
}
json (csl)
{
  "id": "nrdax-NRDAX-T0323",
  "type": "dataset",
  "title": "Unbounded Filter Subscription Storage Exhaustion (NRDAX-T0323)",
  "URL": "https://nrdax.com/techniques/NRDAX-T0323",
  "publisher": "NRDAX Registry"
}
badge

NRDAX-T0323 in the NRDAX registry

[![NRDAX-T0323 in the NRDAX registry](https://nrdax.com/badge/NRDAX-T0323.svg)](https://nrdax.com/techniques/NRDAX-T0323-unbounded-filter-subscription-storage-exhaustion)

use from the CLI

Retrieve or cite this technique from a script or the terminal with the NRDAX Python library & CLI.

Retrieve this technique
nrdax get NRDAX-T0323
Cite it (BibTeX)
nrdax cite NRDAX-T0323 --format bibtex

CLI guide → GitHub ↗