Skip to content

Wallet private key sent in plaintext on /api/setup/wallet/import endpoint #92

Description

@ether-btc

The import wallet endpoint accepts the private key in plaintext in the request body. While localhost-only today, the UI displays no warning about this, and combined with the server binding to all interfaces (see related issue), the key becomes network-visible.

Severity: High

Fix: Add UI warning that private key is stored locally. Combine with binding to 127.0.0.1 only.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions