BigBear hit 258 organizations by disabling WebAuthn in the browser and catching the fallback
CloudSEK got into BigBear 2.0's admin panel: 5,137 credential records, 4,148 session cookies, and completed MFA bypasses at 258 organizations. The kit runs custom JavaScript that disables FIDO2 so victims fall back to a phishable factor.
CloudSEK researchers obtained admin panel access to BigBear 2.0, an Evilginx2-based phishing-as-a-service platform targeting Microsoft 365, and disclosed the contents to law enforcement and affected organizations. The panel held 5,137 exfiltrated credential records: 4,148 session cookies, 1,032 plaintext passwords, and 474 complete MFA-bypassed authentications, from 3,331 unique victim IP addresses across more than 40 countries. At least 258 organizations had one or more completed compromises. Beyond standard adversary-in-the-middle proxying, the kit injects custom JavaScript that disables FIDO2 and WebAuthn in the victim's browser, pushing the sign-in onto a weaker factor the proxy can relay.
Why it matters
The downgrade is the part that deserves attention, because it is the first thing on our beat that treats a phishing-resistant credential as an obstacle to route around rather than a wall to give up at.
Phishing-resistant authentication works by binding the assertion to the real origin, so a proxy cannot produce one. BigBear does not try. It removes the option from the page, and the user, presented with a sign-in that simply does not offer the security key, does the sensible thing and uses the method that remains. The credential was never defeated. It was never invoked. Every deployment that keeps a phishable method enabled "for fallback" is carrying this exact failure mode, and the fallback is not a safety net, it is the attack surface.
The control follows directly and is unpopular: make phishing-resistant methods the only permitted methods for the accounts that matter, enforced by Conditional Access that rejects the weaker authentication strength rather than merely preferring the stronger one. CloudSEK's other recommendation is worth repeating too: condition access on a managed device rather than on geolocation, since the proxy sits wherever the attacker rents it. Then revoke sessions and reset passwords for anyone in the exposed set, because 4,148 of those records are session cookies and a password reset does not touch them.
Sources: BleepingComputer, The Register
Related on Start with Identity
- BlogRecruitTrap ran 3,000 fake recruitment logins with browser-in-the-browser popups and live MFA relay
CTM360 found over 3,000 phishing URLs impersonating recruiters at 50-plus organizations across 14 sectors. The pages fake a browser window, complete with addres
- BlogDevice code phishing industrialises: 25 kits, and Microsoft counts new campaigns daily
The OAuth device authorization flow built for smart TVs is now a phishing-as-a-service product line. Microsoft reported 10 to 15 new campaigns every 24 hours by
- BlogInsurance phishing kits now relay your OTP live instead of just stealing your password
CTM360 found a phishing operation, centered on Saudi Arabia with activity across Europe, the US, and India, using a kit called InsureOTP that authenticates agai
- RecipeAdd passkeys with WebAuthn
Implement passkey registration and authentication with the WebAuthn ceremonies: generate and verify challenges on the server, call navigator.credentials on the
- ArticleB2B vs B2C CIAM: Tenancy, Organizations, and Architecture
B2B and B2C customer identity share a name but differ in architecture. This guide explains the organization and tenancy model, who administers users, and why ch
- ArticlePasswordless CIAM: Passkeys and WebAuthn for Customer Login
How to bring passwordless authentication to customer login: where passkeys fit, how they differ from magic links and OTP, the account-recovery problem, and a ro