Decoding the business of technology.
examnity.
Cybersecurity

23andMe data breach: credential stuffing vs system exploit

The leaked forum post appeared in October 2023 like a cracked-open safe. Inside were Ashkenazi Jewish ancestry reports, raw genotype files, and neatly labelled profiles of “VIP” customers with surnames worth tracking.

23andMe data breach: credential stuffing vs system exploit

The Credential Stuffing Front Door, and the DNA Relatives Side Door

Stolen data was offered for sale online under the label of a “23andMe dataset.” The pitch was brutally simple: this was not a one-person account takeover. It was a genetic haystack, harvested through a flimsy front door and then widened by a product feature built to reveal connections between customers.

That is the paradox at the centre of the 23andMe data breach. The initial mechanism was almost humiliatingly ordinary: attackers took username-and-password pairs exposed in unrelated breaches and tried them against 23andMe’s login system. Some customers had reused credentials. The attackers got in.

But calling this “just credential stuffing” is the kind of corporate-defence framing that dissolves once you follow the blast radius. Around 14,000 directly compromised accounts became a launchpad for exposure affecting roughly 6.9 million profiles. Password reuse explains the first number. It does not, by itself, explain the second.

This was a security failure that began with an old attack pattern and became a platform-design problem. Those are not competing explanations. They are two stages of the same incident.

The Credential Stuffing Catalyst and MFA Gaps

Credential stuffing is one of the bluntest tools in the attacker toolkit. A criminal gets a database of email-and-password pairs from an unrelated breach, points automated login attempts at another service, and waits for reused passwords to work. There is no exotic zero-day required. No malware implant. No movie-version hacking. Just recycled credentials, automation, and a service that treats a password as sufficient proof of identity.

Between April and September 2023, attackers did exactly that to 23andMe. The company confirmed the incident publicly in October, while the joint investigation by the UK Information Commissioner’s Office and the Office of the Privacy Commissioner of Canada later described a campaign that had run for months.

That duration matters. This was not a burst of failed logins that disappeared into a weekend monitoring queue. It was sustained activity against a service holding ancestry information, family-connection data, health-related reports and, for some users, downloadable raw genotype files. A password match was the first gate between attackers and genetic information that cannot be reissued once exposed.

The authentication picture at the time was not reassuring.

Authentication posture at the time of the breachShare of 23andMe customers
No MFA and no single sign-onAbout 78%
Google SSO18.3%
Apple ID SSO3.2%
23andMe app-based MFA0.2%

Read that first row again. Roughly four out of five customers were using a password alone to protect an account tied to genetic data. In a credential-stuffing scenario, that is not a minor configuration detail. It is the whole opening.

The regulators’ conclusion was direct: mandatory multi-factor authentication would very likely have prevented the large-scale credential-stuffing component of the breach. MFA is not magic. It does not cure bad authorisation logic, poor logging, or an overly broad data-sharing feature. But against a reused-password attack, it changes the economics immediately. A stolen password stops being enough.

The supporting controls were weak, too. The joint regulator report identified failures around compromised-password screening, password requirements and MFA adoption. Compromised-password screening is not glamorous engineering; it means checking whether a password has already appeared in known breach corpora and refusing it or requiring a reset. It is basic defensive friction. The kind that users may grumble about once and then forget.

A genetics platform does not get to treat that friction as optional polish.

The first failure was not that passwords exist. It was treating a password as enough protection for data that cannot be changed.

The phrase “multi-factor authentication failure” can sound abstract until it is placed next to the attack chain. Attackers did not need to defeat an authenticator prompt. They did not need access to a customer’s phone. They needed a credential pair that a customer had reused elsewhere. That gap is the difference between a noisy bot campaign and a foothold inside thousands of real accounts.

From 14,000 to 6.9 Million: The DNA Relatives Pivot

This is where the credential-stuffing story stops being sufficient.

In its December 2023 account of the incident, 23andMe emphasised reused credentials and the limited number of directly affected accounts. It also described the data visible through DNA Relatives as information that customers had chosen to share with genetic relatives. That framing contains a piece of the truth: DNA Relatives is opt-in, and customers do choose whether to participate.

It also risks disguising the important question: what should one authenticated user be permitted to retrieve about other people?

California’s complaint alleges that around 14,000 accounts were accessed through credential stuffing, then used to expose data associated with roughly 6.9 million customers. That scale is the story. A compromised account is bad. A compromised account that becomes a mechanism for broad cross-account extraction is worse by an entirely different order of magnitude.

The complaint distinguishes between roughly 5.5 million profiles associated with DNA Relatives and another roughly 1.4 million associated with Family Tree. That distinction should not be blurred. The California authorisation-flaw allegation concerns DNA Relatives. It alleges that attackers used modified requests against that feature to retrieve profile data beyond the people to whom an account should ordinarily have had access.

Family Tree was part of the larger exposure picture, but it should not be casually folded into the specific coding-error claim. The record matters here. When a breach involves multiple product surfaces, the temptation is to turn every exposed feature into the same technical allegation. That is how analysis gets sloppy.

The 14,000 credential-stuffed accounts were the keys. The DNA Relatives allegation concerns what those keys could unlock.

DNA Relatives is, by design, a cross-account feature. Customers opt in so the platform can compare genetic information and identify potential relatives. That requires the system to retrieve and display information spanning multiple user records. Any feature built on that model needs precise authorisation boundaries: which records may this account query, which fields may it see, and under what conditions?

According to California’s complaint, those boundaries failed in DNA Relatives. The allegation is that a doctored query from a compromised account could return data on users who had opted into the feature, rather than being limited to individuals genetically related to the account holder. If proven, that is not merely an unfortunate side effect of credential stuffing. It is an authorisation failure: valid credentials used to ask an application for data that the authenticated user should not have been allowed to retrieve.

That is why the “users reused passwords” defence is so incomplete. Password reuse may explain how attackers entered. It does not settle what the application did after entry.

The California Allegation: Doctored Queries and Coding Errors

The California complaint is the most consequential document in the argument over whether the 23andMe data breach was only a credential-stuffing incident.

California Attorney General Rob Bonta’s May 28, 2026 lawsuit alleges that a coding flaw in DNA Relatives operated as an internal privilege-escalation mechanism. After obtaining valid credentials for roughly 14,000 accounts, the attackers could allegedly modify requests to the DNA Relatives endpoint and retrieve profile data from opted-in customers outside the expected relationship boundaries.

The complaint says this accelerated and widened the extraction. That language is important. It does not erase credential stuffing as the initial access vector. It identifies the alleged platform behaviour that transformed a relatively familiar account-security incident into a mass exposure.

There are two facts to hold at once without flattening either one.

First: credential stuffing was the confirmed entry mechanism. The attackers used passwords reused from other breaches. That is established in the regulatory record.

Second: the alleged coding flaw in DNA Relatives is a lawsuit allegation, not an adjudicated technical finding. California has made the claim. A court has not yet delivered a final ruling on it. Anyone describing the authorisation flaw as settled fact is getting ahead of the record; anyone pretending the allegation does not matter is missing the central technical dispute.

The joint regulator report is especially useful for a different reason. Its findings focus on operational security controls rather than litigation positioning. MFA was optional. Compromised-password screening was absent. Password protections were inadequate. Taken together, those conditions made the credential-stuffing foothold possible.

The California allegation addresses the next question: once an attacker had a valid session, were the application’s authorisation checks strict enough to prevent mass retrieval of other customers’ data?

That sequence is not complicated:

1. Reused credentials gave attackers access to real customer accounts.

2. Weak authentication controls made that access more likely and more scalable.

3. The DNA Relatives feature allegedly allowed doctored queries to expand access far beyond the directly compromised accounts.

4. Incomplete forensic visibility made it harder to establish the precise scope of what was viewed or downloaded.

The last point deserves more attention than it gets. The joint investigation identified limitations in 23andMe’s forensic logging. If a company cannot reconstruct which records were accessed, which files were downloaded and when those actions occurred, it cannot give customers a clean account of their exposure. It also cannot reliably distinguish between information that was theoretically accessible and information that was actually exfiltrated.

That is not a paperwork problem. Logging is part of the security boundary. In a service handling sensitive genetic data, query logs, download events, session activity and anomaly detection are how a company tells the difference between ordinary product use and a systematic extraction campaign.

A platform that lets customers traverse relationship data needs to know when traversal becomes harvesting.

Beyond Basic Profiles: The Exposure of Raw Genotype Data

It is tempting to describe every breach in the language of names, emails and passwords. That language is inadequate here.

The data connected to directly compromised 23andMe accounts included ancestry reports and health-related information. These are not interchangeable with a leaked mailing address or an old purchase history. Genetic reports can reveal ancestry composition, inherited-condition carrier status and health-predisposition information. They can carry implications not only for the account holder, but for biological relatives who never agreed to create an account at all.

Then came confirmation that raw, uninterpreted genotype data had also been affected for some accounts. Raw genotype data is the downloadable genetic file: a dense set of markers rather than a friendly consumer report with explanatory labels. It may not read like a medical chart to a casual observer, but it is exceptionally durable data. Analytical methods improve. Databases expand. A file that seems opaque now can gain new meaning later.

A leaked password can be replaced. A leaked genotype cannot.

That permanence is what separates a genetic data leak from most consumer-account incidents. You can change a password. You can cancel a payment card. You can move to a new email address. You cannot rotate DNA.

There is a necessary caution, though. It would be inaccurate to say that raw genotype files for all roughly 6.9 million affected profiles were downloaded or exposed in the same way. The reviewed regulatory record distinguishes between the directly credential-stuffed accounts, where users could access and download their own raw genotype data, and the larger set of profiles exposed through product features. The exact number of raw genotype files accessed or taken cannot be stated with confidence.

That uncertainty is not a reason to minimise the event. It is a reason to be exact about it.

The available record supports several conclusions:

  • Raw genotype data was implicated in the breach for at least some directly affected accounts.
  • The broader population of exposed profiles included information surfaced through DNA Relatives and Family Tree.
  • The scope of actual raw-file downloads is not fully known because forensic visibility was limited.
  • The privacy impact of genetic information extends beyond the immediate account holder.

That final point is the uncomfortable one. Genetic data is inherently relational. A consumer may consent to receiving ancestry matches or health insights, but the data points behind those features are not purely individual in their consequences. They can reveal family connections, ancestry patterns and health-related inferences relevant to relatives.

This is why the familiar consumer-security advice—use a unique password, turn on MFA—matters but does not finish the conversation. Those actions reduce the chance that an attacker enters through your account. They do not absolve the company of responsibility for preventing one compromised session from becoming a search tool for everyone else.

Regulatory Fallout and the Bankruptcy Settlement Landscape

The financial aftermath has been slow, ugly and, viewed as a deterrent signal, deeply unsatisfying.

The UK ICO announced a £2.31 million fine on June 17, 2025, concluding that 23andMe had failed to implement appropriate technical and organisational measures to protect the confidentiality and integrity of customer data. For an incident involving genetic and ancestry information connected to roughly 6.9 million people, that figure feels less like a deterrent than a cost of failure to be absorbed after the fact.

The US side became more complicated because 23andMe entered bankruptcy. When a company holding irreplaceable personal data loses consumer trust while its finances deteriorate, the legal remedies available to customers and regulators start colliding with the limits of the bankruptcy estate.

On July 14, 2026, the Georgia Attorney General announced a multistate settlement with the 23andMe bankruptcy trustee. The gap between claims and recoverable funds tells its own story.

Settlement figureWhat it represents
$150 millionAllowed state claims against the bankruptcy estate
$18 millionRecovery available from bankruptcy funds
$46.75 millionSeparate class-action settlement cited by the Georgia Attorney General

The distinction matters. A claim can be allowed on paper and still yield far less in actual recovery when there are limited assets left to distribute. That is the bleak reality of post-breach accountability: the harm is durable, while the company’s capacity to compensate affected people may not be.

The class-action settlement is similarly easy to misread. A settlement pool is not the same thing as a meaningful restoration of privacy. No payout can put genetic information back behind a wall once the data has been copied. No bankruptcy process can make a raw genotype file non-sensitive again.

The larger lesson is not that credential stuffing is harmless because users should know better, nor that every data-sharing product is inevitably unsafe. It is that the security model has to match the consequence of failure.

For a genetic platform, that means refusing known-compromised passwords, making MFA the default rather than a neglected option, rate-limiting and detecting automated login abuse, and treating authorisation checks inside relationship features as a high-risk surface. It also means keeping logs good enough to answer the first question every affected person will ask: what, exactly, did the attacker see?

The 23andMe data breach was not credential stuffing versus a system exploit. Credential stuffing was the catalyst. The alleged DNA Relatives flaw was the possible multiplier. Weak authentication made entry cheap; weak boundaries may have made the exposure enormous.

That distinction is more than a technical argument over labels. It is the difference between blaming customers for reused passwords and recognising the full obligation of a company that stores information people—and their families—cannot ever change.

FAQ

How did attackers gain initial access to 23andMe accounts?
Attackers used automated login attempts with username and password pairs obtained from unrelated data breaches, exploiting accounts that lacked multi-factor authentication.
What percentage of 23andMe customers were using multi-factor authentication at the time of the breach?
About 78% of customers had no MFA and no single sign-on enabled, relying solely on a password.
What role did the DNA Relatives feature play in the data breach?
According to a California lawsuit, attackers used doctored queries against the DNA Relatives endpoint to extract profile data from opted-in customers beyond standard relationship boundaries, significantly widening the scale of the exposure.
Why is the leak of raw genotype data considered particularly severe?
Unlike passwords, payment cards, or email addresses, raw genetic information is permanent, exceptionally durable, and cannot be changed or rotated if compromised.
What financial penalties and settlements resulted from the incident?
The UK ICO issued a £2.31 million fine, and a multistate settlement with the bankruptcy trustee involved $150 million in allowed state claims alongside an $18 million actual recovery from bankruptcy funds, alongside a separate class-action settlement.