California Attorney General Files Lawsuit Against 23andMe for 2023 Data Breach

California Sues 23andMe Over 2023 Breach, Alleging Major Security and Privacy Failures

HIGH
May 29, 2026
5m read
Policy and ComplianceData BreachRegulatory

Impact Scope

People Affected

6.9 million

Affected Companies

23andMe

Industries Affected

HealthcareTechnology

Geographic Impact

United States (national)

Related Entities

Organizations

California Attorney General

Other

23andMe California Consumer Privacy Act (CCPA)Genetic Information Privacy Act

Full Report

Executive Summary

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.


Regulatory Details

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 Breach Incident: Occurring over a five-month period in 2023, attackers used credentials stolen from other breaches (credential stuffing) to access approximately 14,000 23andMe accounts. By exploiting the 'DNA Relatives' feature, they were then able to scrape and exfiltrate the data of 6.9 million users.
  • Alleged Violations:
    1. Reasonable Data Security Law: The suit alleges 23andMe "failed to implement and maintain reasonable and appropriate security procedures and practices." A key argument is that the company should have had better protections against a common attack like credential stuffing.
    2. Unfair Competition Law: The company is accused of making "untrue and misleading statements" about the strength of its security measures before and after the breach.
    3. California Consumer Privacy Act (CCPA): As the breach involved the personal information of over 850,000 California residents, the alleged failure to provide reasonable security constitutes a violation of the CCPA.
    4. Genetic Information Privacy Act (GIPA): This law places specific, strict requirements on the handling of genetic data, which the lawsuit claims were violated.

Affected Organizations

  • Primary: 23andMe is the defendant in the lawsuit.
  • Impacted: 6.9 million individuals who used the 'DNA Relatives' feature, including over 850,000 residents of California.

Compliance Requirements

The lawsuit underscores several key compliance requirements for businesses operating in California, particularly those handling sensitive data:

  • Implement Reasonable Security: This is a cornerstone of the CCPA. While not explicitly defined, legal precedent suggests it includes measures to protect against common, foreseeable attacks. For online services, this includes defenses against credential stuffing, such as rate limiting, bot detection, and promoting multi-factor authentication.
  • Accurate Public Statements: Companies must not misrepresent their security posture. Claims of 'strong' or 'robust' security can be used against a company in court if a breach demonstrates otherwise.
  • Adherence to Sector-Specific Laws: For 23andMe, compliance with GIPA is non-negotiable. This highlights the need for organizations to be aware of and comply with all relevant industry-specific data protection laws, not just general privacy regulations.

Impact Assessment

  • For 23andMe: The company faces millions of dollars in potential fines, significant legal costs, and further damage to its reputation, which was already suffering after the breach disclosure. This lawsuit sets a precedent and could encourage other states or federal agencies to take similar action.
  • For the Industry: This lawsuit sends a strong message to all companies handling consumer data: compliance with privacy laws is not optional, and 'reasonable security' is an enforceable standard. It specifically puts a spotlight on the responsibility of companies to protect users from the consequences of password reuse, rather than placing the blame solely on the user.

Enforcement & Penalties

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.

Compliance Guidance

This case provides clear guidance for other organizations:

  1. Defend Against Credential Stuffing: Do not assume password security is solely the user's problem. Implement technical controls to combat credential stuffing attacks. This is a critical aspect of M1027 - Password Policies and M1032 - Multi-factor Authentication.
    • Use a service to check user passwords against known breach lists (e.g., Have I Been Pwned's Pwned Passwords API).
    • Implement rate limiting and IP-based blocking for login attempts.
    • Use CAPTCHAs or other bot detection mechanisms.
    • Strongly encourage or mandate MFA.
  2. Review Public Statements: Audit all marketing materials, privacy policies, and public statements to ensure they accurately reflect the company's security posture. Avoid hyperbole.
  3. Data Minimization: The 'DNA Relatives' feature, while popular, created a mechanism for mass data scraping. Companies should continuously evaluate features to ensure they don't create unforeseen privacy risks and collect/display only the minimum data necessary.

Timeline of Events

1
May 1, 2023
Credential stuffing campaign against 23andMe begins, lasting five months.
2
May 29, 2026
California Attorney General Rob Bonta files a lawsuit against 23andMe.
3
May 29, 2026
This article was published

MITRE ATT&CK Mitigations

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.

Mapped D3FEND Techniques:

Use bot detection and user behavior analytics to identify and block automated login attempts characteristic of credential stuffing.

D3FEND Defensive Countermeasures

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.

Timeline of Events

1
May 1, 2023

Credential stuffing campaign against 23andMe begins, lasting five months.

2
May 29, 2026

California Attorney General Rob Bonta files a lawsuit against 23andMe.

Sources & References

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

23andMeCCPAdata privacylawsuitcredential stuffinggenetic data

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.