6.9 million
Genetic testing company 23andMe is facing significant legal action from the state of California over its 2023 data breach. Attorney General Rob Bonta has filed a lawsuit alleging the company was negligent in protecting the highly sensitive genetic and personal information of its users. The breach, which stemmed from a large-scale credential stuffing attack, resulted in the compromise of 14,000 accounts and the subsequent scraping of data from 6.9 million users of the 'DNA Relatives' feature. The lawsuit claims 23andMe violated several key California laws, including the California Consumer Privacy Act (CCPA), by failing to implement reasonable security measures like robust protection against credential stuffing. The state is seeking substantial civil penalties, highlighting the growing legal and financial consequences for companies that fail to protect consumer data in an era of stringent privacy regulations.
The lawsuit filed by the California Attorney General's office alleges that 23andMe violated multiple state laws through its actions and inactions surrounding the 2023 data breach.
The lawsuit underscores several key compliance requirements for businesses operating in California, particularly those handling sensitive data:
The lawsuit seeks civil fines to resolve the alleged violations. Under the CCPA, penalties can be up to $2,500 per violation, or $7,500 per intentional violation. With over 850,000 affected Californians, the potential fines are substantial. The lawsuit also seeks injunctive relief, which could force 23andMe to implement specific security measures and undergo independent audits.
This case provides clear guidance for other organizations:
M1027 - Password Policies and M1032 - Multi-factor Authentication.Implementing MFA is the most effective defense against credential stuffing, as the stolen password alone is not sufficient for access.
Mapped D3FEND Techniques:
Implement policies that block the use of commonly used or previously breached passwords.
To specifically combat the credential stuffing attack that breached 23andMe, implementing Authentication Event Thresholding is a fundamental and required control. This involves configuring the authentication service to monitor and react to login patterns. A Web Application Firewall (WAF) or a dedicated bot management solution should be deployed in front of the login page. It should be configured with rules to temporarily block an IP address after a small number of failed login attempts (e.g., 5 failures in 5 minutes). For a distributed attack, more advanced rules are needed, such as tracking the rate of failures per username, or detecting a high overall ratio of failed-to-successful logins across the entire platform. When thresholds are exceeded, the system should respond by either blocking the source IPs or forcing a CAPTCHA challenge. This technique directly disrupts the brute-force nature of credential stuffing, making it economically unfeasible for attackers to continue.
The 23andMe lawsuit highlights that organizations have a responsibility to protect users from their own poor password hygiene. A modern Strong Password Policy goes beyond simple complexity requirements. For a service like 23andMe, this should include integrating a 'pwned password' checking service into the user registration and password change workflows. When a user tries to set a password, the system should hash it and check it against a massive database of passwords from known data breaches (like the Have I Been Pwned API). If the password has been seen before, the system should reject it and force the user to choose a unique one. This proactive measure prevents users from using credentials that are already compromised and available to credential stuffing attackers, directly mitigating the root cause of the 23andMe breach. This shifts the burden of knowing about breaches from the user to the platform, which is a key tenet of 'reasonable security' under CCPA.
Credential stuffing campaign against 23andMe begins, lasting five months.
California Attorney General Rob Bonta files a lawsuit against 23andMe.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.