Credential Access
High
- Category
- Privilege Escalation
- Content
- `login_with_wallet` — Login by signing a nonce with a Web3 wallet | `POST /api/v1/auth/wallet` - `get_wallet_nonce` — Get a nonce for wallet-based login | `GET /api/v1/auth/wallet/nonce` - `biometric_login` — Login using biometric credentials | `POST /api/v1/auth/biometric` - `refresh_token` — Refresh an expired access token using a refresh token | `POST /api/v1/auth/refresh` - `reset_password` — Reset account password using OTP verification | `POST /api/v1/auth/reset-password` - `unlock_account` — Unlock a locked account | `POST /api/v1/auth/unlock` - `get_account` — Get current account information | `GET /api/v1/account` | Requires auth
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
