NRDAX
CLI Submit

← registry

NRDAX-T0280 - Spoofed Endpoint-Proof Bypass Amplification

Response amplification · P2P and gossip · late bound · active · first seen 2026-07-11

provenance: Reproduced in NullRabbit's attack-reproduction pipeline

mechanism

discv4 FINDNODE->NEIGHBORS reflection/amplification (NethermindEth/nethermind#12211): discv4 is Ethereum's connectionless-UDP node-discovery protocol. A ~170 B FINDNODE (packet-type 0x03) makes the node answer with a NEIGHBORS packet (type 0x04) of up to 16 node records (~8-13x larger). Pre-fix the node honoured FINDNODE without a PING/PONG endpoint proof bound to the exact UDP IP:port, so an attacker SPOOFING the victim's source IP reflects+amplifies the large NEIGHBORS replies onto the victim (DRDoS), and a FINDNODE burst starves the discovery response budget. #12211 requires endpoint-proof bonding (proof from endpoint A no longer authorizes requests to endpoint B) + splits the discovery rate-limit budget 50/50 between outbound requests and protocol responses. Wire framing is faithful (hash[32]||sig[65]||type||rlp; hash=keccak256(sig||type|| data)); a VALID secp256k1 signature is NOT required for the capture - the wire SHAPE + flood is the signature - so the 65-byte sig is synthetic. PUBLIC-FIX REPLICATION - loopback UDP mock plays the node (replies NEIGHBORS); no real Nethermind/geth discovery service stood up.

live exposure

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

instances (3)

chainprimitivefidelityoriginreproducer (bundle)source
conflux conflux_discovery_findnode_reflection lab NullRabbit Labs conflux_discovery_findnode_reflection github.com ↗
ethereum discv4_findnode_amplification lab reverse-engineered-cve discv4_findnode_amplification github.com ↗
tron tron_discovery_findnode_reflection lab NullRabbit Labs tron_discovery_findnode_reflection github.com ↗

related (Response amplification)

cite

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

plain

NRDAX Registry. Technique NRDAX-T0280.

bibtex
@misc{nrdax_NRDAX_T0280,
  title = {Spoofed Endpoint-Proof Bypass Amplification (NRDAX-T0280)},
  howpublished = {NRDAX Registry},
  url = {https://nrdax.com/techniques/NRDAX-T0280},
}
json (csl)
{
  "id": "nrdax-NRDAX-T0280",
  "type": "dataset",
  "title": "Spoofed Endpoint-Proof Bypass Amplification (NRDAX-T0280)",
  "URL": "https://nrdax.com/techniques/NRDAX-T0280",
  "publisher": "NRDAX Registry"
}
badge

NRDAX-T0280 in the NRDAX registry

[![NRDAX-T0280 in the NRDAX registry](https://nrdax.com/badge/NRDAX-T0280.svg)](https://nrdax.com/techniques/NRDAX-T0280-spoofed-endpoint-proof-bypass-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-T0280
Cite it (BibTeX)
nrdax cite NRDAX-T0280 --format bibtex

CLI guide → GitHub ↗