Passwords and one time passcodes are vulnerable because they can be phished, reused, intercepted, or socially engineered. They prove access to a credential, not necessarily the presence of a legitimate person. In high fraud environments, that leaves a gap between initial authentication and ongoing trust, which attackers can exploit after the first login event.
Why password and OTP trust breaks down after the first login
Traditional passwords and one time passcodes are strong enough to start an authentication event, but they do not reliably prove that the same legitimate person is still in control moments later. Once a password or OTP has been captured, replayed, or socially engineered, the fraudster can inherit the session and act with the trust that the login created.
The core issue is that both mechanisms are largely bearer-style proof points: possession or entry of the factor is treated as evidence of legitimacy. That works poorly in fraud-heavy environments because the threat is not only initial compromise, it is the gap between authentication and ongoing trust. The login succeeds, and then the account becomes a high-value channel for payments, account changes, or takeover activity.
For teams dealing with secret sprawl and credential abuse, the broader pattern is well documented in The State of Secrets in AppSec and Ultimate Guide to Non-Human Identities, where credential exposure and rotation failures are recurring drivers of compromise. The same logic applies here: if an attacker can obtain the factor once, they may not need to defeat it again.
Where the fraud exposure comes from in practice
Passwords are vulnerable to phishing, credential stuffing, reuse, and malware-assisted capture. OTPs improve on static passwords, but they still rely on a short-lived secret being delivered, entered, or relayed within a narrow window. That makes them susceptible to phishing kits, man-in-the-middle relay, SIM swap abuse, push fatigue style social engineering, and real-time interception of a code that was meant to be single use.
Once the attacker is inside, the fraud risk is usually about session abuse, not just authentication failure. A stolen credential can be used to change recovery data, enrol a new device, add a payout method, authorize a transfer, or reset stronger controls. In other words, the factor protects the front door, but not always the actions that matter most after the door opens.
That is why the problem is often worse in environments with high transaction value or weak step-up checks. The login itself may be valid, while the intent behind the login is hostile. The control gap is especially visible when organisations rely on a single checkpoint instead of continuously reassessing trust as risk changes.
Controls that reduce the gap between authentication and trust
Stronger fraud resistance comes from controls that bind access to the live session and the device, channel, or transaction context, rather than only to a remembered secret. Current guidance increasingly favors phishing-resistant authenticators, transaction-aware step-up checks, device binding, and risk-based verification for sensitive actions.
Useful design choices include:
- Prefer phishing-resistant methods for high-risk accounts and high-value transactions.
- Reauthenticate or step up for payout changes, password resets, recovery updates, and new device enrolment.
- Bind the session to a known device or strong channel context where the business can support it.
- Monitor for impossible travel, unusual transfer patterns, and recovery-path tampering after login.
For implementation patterns and control depth, OWASP Cheat Sheet Series is useful for authentication and session handling, while NIST SP 800-63 Digital Identity Guidelines remains a strong reference for assurance, authenticator strength, and reauthentication expectations. Where fraud risk is tied to access paths and repeated abuse, NIST Cybersecurity Framework 2.0 helps connect identity controls to broader governance, detection, and response.
Risk and Threat Considerations
Fraudsters value passwords and OTPs because they are easy to steal at scale and easy to use quickly before the victim or defender reacts. The biggest exposure is not only account takeover, but the downstream ability to alter trust settings, initiate transfers, and persist through recovery channels that were supposed to be protective.
Failure mechanism: The attacker captures or relays the password or OTP, then exploits the authenticated session before stronger verification, device checks, or anomaly detection can interrupt the transaction chain.
Impact: Organisations can suffer unauthorized payments, account takeover, recovery hijacking, and repeated fraud even when the original login appeared successful and standards-compliant.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST SP 800-63, NIST CSF 2.0 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST SP 800-63 | 5.2 — Authentication Assurance | Defines assurance and authenticator strength for password and OTP trust decisions. |
| Recommendation — Use phishing-resistant authenticators and reauthentication for high-risk actions. | ||
| NIST CSF 2.0 | PR.AA — Identity Management, Authentication, and Access Control | Covers authentication controls and access governance that reduce fraud exposure after login. |
| Recommendation — Tie authentication to step-up checks for sensitive account changes and transactions. | ||
| CIS Controls v8 | 6 — Access Control Management | Addresses account and access control practices that limit abuse of captured credentials or OTPs. |
| Recommendation — Restrict high-risk actions behind stronger verification and review privileged access paths. | ||
Practitioner Guidance
What to verify: Treat the login as only one control point. Verify which post-login actions can move money, change recovery paths, or add trust relationships without additional friction, because those are the real fraud choke points.
Decision rule: If a credential or OTP can be used to authorize sensitive account changes after login, require stronger step-up or phishing-resistant verification for those actions rather than relying on the initial authentication event alone.
What good looks like: A successful login should not be enough to complete the highest-risk actions unless the session, device, and transaction context are all still consistent with legitimate use. If that is not true, the environment is still exposed to replay-driven fraud.
Practitioner takeaway: The practical goal is not to make passwords or OTPs “perfect”, it is to stop them from becoming the only proof of trust after the first factor is captured.
Related resources from NHI Mgmt Group
- Why do passwords and SMS one-time passcodes create risk in remote authentication flows?
- Why do SMS and email one-time passcodes create governance risk?
- Why do passwords and one-time passcodes fail as primary authentication methods in high-risk digital journeys?
- Why do passwords and SMS one-time passcodes still leave financial accounts exposed to fraud?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 19, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org