NRDAX
CLI Submit

← registry

NRDAX-T0317 - Unauthenticated Admin Interface Exposure

Pending classification · active · first seen 2018-01-01

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

provenance: Reproduced in NullRabbit's attack-reproduction pipeline

mechanism

Black Valentine (SlowMist Blockchain Common Vulnerability List): geth --http with the personal namespace exposed + an unlocked/unlockable account → remote unauthenticated personal_unlockAccount then eth_sendTransaction flood drains the wallet. No CVE.

live exposure

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

instances (2)

chainprimitivefidelityoriginreproducer (bundle)source
ethereum geth_rpc_unlocked_wallet_drain lab reverse-engineered-cve geth_rpc_unlocked_wallet_drain github.com ↗
sui sui_h01_admin_no_auth_probe lab NullRabbit Labs sui_h01_admin_no_auth_probe github.com ↗

cite

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

plain

NRDAX Registry. Technique NRDAX-T0317.

bibtex
@misc{nrdax_NRDAX_T0317,
  title = {Unauthenticated Admin Interface Exposure (NRDAX-T0317)},
  howpublished = {NRDAX Registry},
  url = {https://nrdax.com/techniques/NRDAX-T0317},
}
json (csl)
{
  "id": "nrdax-NRDAX-T0317",
  "type": "dataset",
  "title": "Unauthenticated Admin Interface Exposure (NRDAX-T0317)",
  "URL": "https://nrdax.com/techniques/NRDAX-T0317",
  "publisher": "NRDAX Registry"
}
badge

NRDAX-T0317 in the NRDAX registry

[![NRDAX-T0317 in the NRDAX registry](https://nrdax.com/badge/NRDAX-T0317.svg)](https://nrdax.com/techniques/NRDAX-T0317-unauthenticated-admin-interface-exposure)

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

CLI guide → GitHub ↗