MFA Is Not Enough Anymore: What IT Leaders Need to Know in 2026 | C2XCEL Insights
Multi-factor authentication used to be the answer to most login security problems. Attackers have caught up. Here's what IT leaders need to know and do right now.
For years, the advice was simple: turn on multi-factor authentication (MFA) and you are in good shape. MFA stopped the vast majority of credential-based attacks. It was inexpensive to deploy, easy to explain to leadership, and effective.
That era is not over. MFA still matters. However, if you believe that merely enabling MFA is sufficient in 2026, you are behind. Attackers have spent the last several years developing methods to bypass it, and they are becoming highly proficient.
This article breaks down current trends, explains why standard MFA is no longer a complete solution, and outlines the steps IT directors and CIOs should take to address these threats.
What Changed: How Attackers Bypassed MFA
Multi-factor authentication works by adding a second step to the login process. Even if an attacker steals a password, they still require that second factor. For most of its history, that was enough to disrupt the majority of attacks.
The problem is that most MFA deployments rely on methods that can be bypassed. Here are the primary techniques attackers are using today:
MFA fatigue attacks. Also known as "push bombing." The attacker obtains a username and password and then triggers dozens of MFA push notifications to the user’s phone in rapid succession. Many users, after receiving the 10th or 15th notification, will tap “Approve” simply to stop the alerts. This method was used to breach Uber and Cisco in 2022 and has since become one of the most common attack patterns.
Adversary-in-the-middle (AiTM) phishing. This is a more technical attack. The attacker sets up a fraudulent login page that mimics a Microsoft or Google login. When a user enters their credentials and MFA code, the site passes them to the legitimate service in real time to capture a live session token. The attacker then possesses a session cookie and no longer needs the password or MFA code.
SIM swapping. Attackers impersonate a user to convince a mobile carrier representative to transfer the user’s phone number to a SIM card the attacker controls. Once they have control of the number, they receive all SMS verification codes. This works against any MFA method that relies on text messages.
Session token theft. Modern attacks often target the session token rather than the login credentials. Malware, such as infostealers, can extract saved session cookies from a browser. Once an attacker has a valid session token, they can access accounts without ever encountering an MFA prompt.
The pattern across these methods is consistent: standard MFA still relies on elements that can be intercepted, stolen, or socially engineered. The second factor is no longer the insurmountable barrier it once was.
Which MFA Methods Are Actually Vulnerable
Not all MFA implementations offer the same level of security. Some methods are significantly more vulnerable than others.
SMS-based codes are the weakest form of MFA still in widespread use. They are vulnerable to SIM swapping, Signaling System No. 7 (SS7) protocol attacks, and social engineering. If employees are still logging in with codes sent via text message, this should be prioritized for remediation.
Email-based codes present similar risks. If an attacker compromises the email account, they gain access to all verification codes sent to that address.
Push notifications are more convenient than codes but remain vulnerable to MFA fatigue attacks. Most push-based applications now offer "number matching," which requires the user to enter a specific number shown on the login screen rather than simply tapping "Approve." This significantly reduces the fatigue attack surface. If your organization uses push-based MFA without number matching, enabling it is an immediate improvement.
TOTP apps (such as Google Authenticator or Microsoft Authenticator in code mode) are more secure than SMS but remain vulnerable to real-time AiTM phishing, where the attacker captures the code as it is entered.
Hardware security keys and passkeys are the strongest options currently available. They are discussed in further detail below.
What Phishing-Resistant MFA Actually Means
The term “phishing-resistant MFA” refers to authentication that goes beyond proving possession of a device or app. It cryptographically binds the authentication to the specific website or application the user is accessing. Even if an attacker tricks a user into authenticating on a fraudulent site, the credential cannot be used elsewhere.
There are two primary forms:
FIDO2 hardware security keys. These are physical devices, such as a YubiKey, that connect via USB or NFC. The key generates cryptographic proof tied to the specific domain. Because the authentication only works for the exact site with which the key was registered, it cannot be intercepted or replayed. These remain the gold standard for high-risk users.
Passkeys. This is a more user-friendly implementation of the FIDO2 standard. Instead of a physical key, a device (phone or laptop) acts as the authenticator using biometrics, such as Face ID or a fingerprint. Passkeys are now integrated into Apple, Google, and Microsoft platforms and offer the same phishing resistance as hardware keys with less friction.
Both options eliminate the attack categories that threaten standard MFA. If an attacker directs a user to a fraudulent login page, the credential will not function on any other domain.
What Zero Trust Has to Do With This
Zero Trust is a security model, not a specific product. The core principle is that no user, device, or network is automatically trusted simply because they passed an initial authentication check. Trust is evaluated continuously for every request.
In a Zero Trust model, MFA is one layer, but it is not the complete solution.
Conditional access policies represent Zero Trust in practice. Rather than granting total access upon successful MFA, conditional access applies rules such as:
- If logging in from an unmanaged device, the user can read email but cannot download attachments.
- If logging in from an unrecognized location, require additional verification.
- If the device does not meet specific compliance requirements, block access entirely.
Microsoft Entra ID, Okta, Google Workspace, and other modern identity platforms support these policies. Failure to use them leaves a significant security gap. The combination of phishing-resistant MFA and conditional access policies is the modern standard for identity security.
A Practical Roadmap for IT Leaders
Strengthening your security posture does not necessarily require a complete infrastructure overhaul. A staged approach can significantly improve security without overwhelming the organization.
Step 1: Eliminate SMS-based MFA. This is the most accessible improvement. If SMS codes are still used as a second factor for corporate accounts, replace them with an authenticator app at a minimum.
Step 2: Enable number matching for push notifications. If using Microsoft Authenticator or a similar app, ensure number matching is active. This closes the MFA fatigue vector with minimal impact on the user experience.
Step 3: Identify high-risk users and roles. Prioritize phishing-resistant MFA for IT administrators, finance teams, executives, and anyone with access to sensitive data or privileged accounts.
Step 4: Pilot passkeys or hardware keys. Passkeys have matured rapidly and are often the easiest path to phishing resistance for general users. Hardware keys remain the preferred choice for high-risk administrative accounts.
Step 5: Review and build conditional access policies. Define access scenarios for managed versus unmanaged devices and trusted versus unknown locations. Align policies with the organization’s actual risk profile.
Step 6: Audit session management settings. Review how long sessions remain active. Shorter session lifetimes reduce the window of opportunity if a token is compromised.
What to Tell Leadership
When advocating for an upgraded MFA posture, the business case is clear: professional attackers are no longer just targeting passwords; they are specifically bypassing standard MFA. The defenses used three years ago now have known, exploitable gaps. Upgrading to phishing-resistant MFA closes these gaps with low relative cost.
Furthermore, cyber insurers are increasingly scrutinizing these controls. Some providers now require phishing-resistant MFA as a condition for underwriting or favorable premiums.
The Bottom Line
While MFA is still vastly superior to relying on passwords alone, simply having MFA is no longer an exhaustive answer to authentication security.
The threat landscape has evolved, and the tools to combat these threats—such as passkeys, hardware keys, and conditional access policies—are now readily available on all major identity platforms.
C2XCEL helps IT leaders at mid-market companies build security programs that match their real risk profile without unnecessary complexity.