Subscribe to the Non-Human & AI Identity Journal

Why do call centers remain a common account takeover path even when MFA is in place?

MFA on digital channels does not protect a support agent who can override recovery steps after a successful pretext. Attackers target the process exception, not the login screen. If the contact center can reset credentials or disable protections without strong identity proofing, the recovery path becomes the easiest route to takeover.

Why This Matters for Security Teams

Call centres remain a takeover path because MFA usually protects the login event, not the recovery workflow. Attackers do not need to defeat token prompts if they can persuade a support agent to reset a password, bypass a step-up check, or disable an MFA factor. That makes the human support process part of the attack surface, alongside credentials and devices. NIST’s NIST Cybersecurity Framework 2.0 frames this as a governance and protective control problem, not just an authentication problem.

For security teams, the practical issue is that call centre procedures often rely on scripted identity verification that can be weakened by stolen data, social engineering, or insider misuse. Once an attacker reaches a recovery exception, they can pivot around strong digital controls and land in the account through the back door. NHIMG research on the Microsoft Midnight Blizzard breach shows how identity-related process weaknesses can cascade into broader compromise, even when primary controls look sound.

In practice, many security teams encounter this only after a customer reports an account lockout or unauthorised reset has already been used to complete takeover.

How It Works in Practice

The weakness is usually procedural, not cryptographic. A contact centre agent may be allowed to verify a caller using knowledge-based checks, account history, or partial personal data, then trigger a recovery action. If those checks are predictable or available from breach data, an attacker can impersonate the legitimate customer and ask for password resets, device removal, phone number changes, or MFA re-enrolment.

The controls that matter are therefore broader than MFA. Organisations need strong identity proofing for recovery, tighter agent authority, and step-up controls for high-risk actions. Current guidance suggests layering these measures rather than relying on any single factor:

  • Use fraud-resistant proofing for recovery, especially for high-value accounts.
  • Require separate approval for actions that weaken authentication, such as MFA reset or factor replacement.
  • Restrict what support staff can change, and log every recovery exception with full case context.
  • Apply behavioural and risk signals at runtime so a reset request from an unusual channel can be challenged.
  • Shorten the lifespan of any temporary access and revoke it automatically after the task is complete.

This is why recovery needs the same scrutiny as sign-in. NIST’s Cybersecurity Framework 2.0 is useful here because it ties identity, logging, and response into one control story, rather than treating support operations as outside security. NHIMG’s coverage of the DeepSeek breach is a reminder that exposed credentials and sensitive data can fuel abuse long before a login prompt is reached.

These controls tend to break down when a contact centre has broad override authority across legacy systems because the recovery path becomes faster than the investigation path.

Common Variations and Edge Cases

Tighter recovery control often increases handle time and escalation volume, so organisations must balance fraud resistance against customer friction. That tradeoff is real, especially in telecom, finance, and healthcare, where legitimate callers frequently need urgent access restored.

Best practice is evolving on how much automation should be used in support workflows. Some organisations lean on out-of-band verification, some on risk-based decisioning, and some on supervised approvals for sensitive changes. There is no universal standard for this yet, but the direction is clear: a call centre should not be able to weaken MFA with only the same evidence an attacker could purchase or pretext.

Edge cases matter. SIM swap recovery, shared household accounts, elderly customers, and cross-border support all make rigid rules harder to apply. In those environments, security teams should define which actions are never allowed by frontline staff, which ones require supervisor approval, and which ones must be delayed until stronger proof is available. The GitLocker GitHub extortion campaign is another example of attackers exploiting process gaps once trust has been established. The core lesson is simple: MFA can still be bypassed if the recovery process is easier to manipulate than the login screen.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-1 Recovery workflows are identity assurance decisions, not just sign-in checks.
OWASP Non-Human Identity Top 10 NHI-04 Support override paths often create over-privileged non-human or service access.
CSA MAESTRO M3 Agent and support actions need runtime trust and approval boundaries.

Treat password resets and MFA changes as access control events with strong proofing and review.