NRDAX
CLI Submit

← registry

NRDAX-T0095 - GraphQL Alias Query Amplification

Memory amplification (also compute amplification) · RPC and public API · no bound · active · first seen 2023-01-01

provenance: Reproduced in NullRabbit's attack-reproduction pipeline

mechanism

CVE-2023-42319: geth <=1.13.4 --http --graphql; a query with N aliased logs(filter:{fromBlock:0}) ops -> unbounded per-alias full-chain scan -> memory blowup

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 geth_graphql_aliased_logs_dos lab reverse-engineered-cve geth_graphql_aliased_logs_dos GHSA-v9jh-j8px-98vq ↗

references

related (Memory amplification)

cite

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

plain

NRDAX Registry. Technique NRDAX-T0095.

bibtex
@misc{nrdax_NRDAX_T0095,
  title = {GraphQL Alias Query Amplification (NRDAX-T0095)},
  howpublished = {NRDAX Registry},
  url = {https://nrdax.com/techniques/NRDAX-T0095},
}
json (csl)
{
  "id": "nrdax-NRDAX-T0095",
  "type": "dataset",
  "title": "GraphQL Alias Query Amplification (NRDAX-T0095)",
  "URL": "https://nrdax.com/techniques/NRDAX-T0095",
  "publisher": "NRDAX Registry"
}
badge

NRDAX-T0095 in the NRDAX registry

[![NRDAX-T0095 in the NRDAX registry](https://nrdax.com/badge/NRDAX-T0095.svg)](https://nrdax.com/techniques/NRDAX-T0095-graphql-alias-query-amplification)

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-T0095
Cite it (BibTeX)
nrdax cite NRDAX-T0095 --format bibtex

CLI guide → GitHub ↗