Mailchimp’s March 2022 breach was a workforce credential failure first. According to Mailchimp’s newsroom notice, a bad actor socially engineered employees, compromised employee credentials, and used them on an internal customer-support and account-administration tool; 319 accounts were viewed and audience data was exported from 102, with crypto and finance users targeted. Phishing-proof, device-bound MFA 2.0 closes that employee login path because there is no transferable factor to coach out of a worker. It does not reverse exports already taken after a successful privileged session. For the full attack-chain narrative and disclosure timeline, read the companion on legacymfa.sucks.

FAQ

Would phishing-proof MFA 2.0 have stopped Mailchimp’s employee credential path?

Yes, for the documented initial path: phishing-proof MFA 2.0 would have blocked Mailchimp’s March 2022 employee-credential path into the internal support and account-administration tool if that workforce login required device-bound signatures instead of transferable secrets. According to Mailchimp’s 4 April 2022 notice, social engineering compromised employee credentials, and those credentials authenticated to the internal tool. MFA 2.0 removes phishable passwords and weak step-up factors from that ceremony, so coached secrets are not enough to mint the employee session. Public reporting does not establish which second factor, if any, sat on those accounts, and it does not name AiTM, TAP, or cookie theft.

What does MFA 2.0 change for social engineering into support tooling?

MFA 2.0 changes the Mailchimp-class support-tool path by making workforce authentication phishing-proof across the identity lifecycle, not merely harder at one prompt. There is no password, OTP, SMS code, email code, or push approval for an attacker to talk an employee into handing over. Signatures are origin-bound and private keys stay on the enrolled device, so a coached fake origin cannot complete a usable login. The prevention-first architecture is the point: stop the session from being issued, rather than detect abuse after the tool is already open. Public reporting does not establish the exact social-engineering channel used against Mailchimp employees.

Would passkeys alone have been enough on Mailchimp’s employee path?

Passkeys alone might have hardened Mailchimp’s employee login act, but they are phishing-resistant at authentication only unless enrollment and recovery are equally clean. Passkeys bind the ceremony to the real origin; that stops many coached fake-page completions. They do not automatically make registration, device onboarding, or recovery phishing-proof if those stages still use email OTP, SMS, or helpdesk-issued secrets. MFA 2.0 is phishing-proof because no phishable factor appears at registration, onboarding, authorisation, authentication, or decommissioning. For Mailchimp 2022, public reporting does not document the enrollment stack, so the honest claim is ladder-based: resistant login helps; full-lifecycle proof closes more of the workforce social-engineering surface.

What would MFA 2.0 not reverse after the Mailchimp exports?

MFA 2.0 would not reverse audience data already exported from Mailchimp accounts after a successful privileged login to the internal tool. Mailchimp reported 319 accounts viewed and exports from 102, then a 2 April 2022 follow-on phishing attempt that used obtained data. Closing the phishable employee login stops that path from opening. Once the support-tool session exists and data leaves, revoke, forensics, customer notification, and phishing defense for contacts are containment work. Fooling a worker into handing over transferable credentials is easy relative to planting malware after a legitimate login; those are different problems.

How should CISOs harden internal support-tool login after Mailchimp 2022?

CISOs should treat internal customer-support and account-administration tools like production IdP surfaces: phishing-proof, device-bound workforce authentication with no transferable factor, least privilege on who can open the tool, and fast kill switches when employee access must be limited. Mailchimp’s disclosure shows employee credentials alone were enough to view hundreds of accounts and export audience data from a crypto- and finance-focused set. Pair device-bound enrollment so a new device cannot be added with a coached code. Session revoke and monitoring remain hygiene after any successful privileged login; they are not a substitute for preventing the credential-phase open.