Legal Tech Platform DocketWise Suffers Major Data Breach Affecting 143,000 Individuals via Partner Repo

DocketWise Data Breach Exposes Sensitive Personal, Financial, and Medical Data of 143,000 People

HIGH
May 25, 2026
5m read
Data BreachSupply Chain AttackRegulatory

Impact Scope

People Affected

143,000

Industries Affected

Legal Services

Geographic Impact

United States (national)

Related Entities

Full Report

Executive Summary

DocketWise, a prominent immigration and legal case management software provider, is notifying 143,000 individuals of a severe data breach. The incident, which the company began investigating in October 2025, resulted from the compromise of a third-party partner. A threat actor gained access using valid credentials and cloned source code repositories that were part of a data migration pipeline for the DocketWise application. This exposed a wide range of highly sensitive personally identifiable information (PII), financial data, and protected health information (PHI) belonging to the law firms' clients. The breach underscores the significant supply chain risks associated with third-party vendors and data pipelines.


Threat Overview

The breach occurred when an unauthorized actor gained access to a third-party partner's environment. Using legitimate credentials, the actor cloned repositories that contained sensitive records from DocketWise law firm customers. The investigation confirmed that these repositories were integral to a data migration process, meaning they held a substantial amount of live, sensitive client data.

The compromised information is extensive and includes:

  • Personal Identifiers: Names, addresses, dates of birth, Social Security numbers.
  • Government IDs: Driver's license numbers, passport numbers, and other government-issued ID numbers.
  • Financial Data: Financial account numbers, payment card information, and tax identification numbers.
  • Health Information: Health insurance policy numbers and details about medical conditions or treatments.
  • Access Credentials: Usernames and access information for various non-financial accounts.

The initial access vector appears to be a classic case of T1078 - Valid Accounts, where the attacker used legitimate credentials to access the partner's systems. The attack also highlights the risk of T1199 - Trusted Relationship, as the compromise of a partner organization directly led to the breach of DocketWise customer data.


Technical Analysis

The attack chain focused on exploiting a trusted third-party relationship and weak credential management. The threat actor did not need to breach DocketWise's primary infrastructure directly. Instead, they targeted a weaker link in the supply chain—a partner involved in data migration.

By cloning the partner's repositories, the attacker obtained a complete copy of the data pipeline's contents. This method is efficient and can be difficult to detect if access logs are not closely monitored. The presence of such a wide array of sensitive data in a development or migration pipeline suggests potential gaps in data minimization and secrets management practices. Storing production-level sensitive data, especially PII and PHI, in development repositories is a high-risk practice.


Impact Assessment

The impact on the 143,000 affected individuals is severe. The exposure of Social Security numbers, passport information, and financial details places them at a high risk of identity theft, financial fraud, and targeted phishing attacks. The inclusion of medical data and immigration case details is particularly damaging, as it could be used for extortion or to jeopardize individuals' legal status. For DocketWise, the breach poses significant reputational damage and potential regulatory penalties, especially given the sensitive nature of legal and immigration data. This incident serves as a stark reminder of the cascading effects of a single supply chain compromise.


IOCs — Directly from Articles

No specific Indicators of Compromise were provided in the source articles.


Cyber Observables — Hunting Hints

To detect similar supply chain or repository compromises, security teams should hunt for the following:

Type
log_source
Value
Git/repository provider audit logs
Description
Monitor for repository cloning events from unusual IP addresses, geolocations, or user agents.
Type
log_source
Value
Cloud provider logs (e.g., CloudTrail)
Description
Look for anomalous git-clone or git-pull activities performed by service accounts or roles involved in CI/CD or data migration.
Type
string_pattern
Value
ssn, passport, dob, account_number
Description
Use data loss prevention (DLP) or secret scanning tools to search for patterns matching sensitive PII/financial data within code repositories.
Type
api_endpoint
Value
api.github.com/repos/{owner}/{repo}/zipball
Description
Monitor for API calls that download a full repository archive, which can be an efficient data exfiltration method.

Detection & Response

  1. Third-Party Monitoring: Implement robust monitoring of third-party and partner accounts that have access to your environment. This includes tracking access patterns and setting up alerts for anomalous behavior. D3FEND's D3-DAM: Domain Account Monitoring can be applied to federated/partner accounts.
  2. Data Discovery and Classification: Continuously scan all assets, including code repositories and data pipelines, to identify and classify sensitive data. It is impossible to protect data you don't know you have.
  3. Secret Scanning: Integrate automated secret scanning into your CI/CD pipeline and repository management to detect hardcoded credentials, API keys, and other secrets before they can be abused.

Mitigation

  1. Vendor Risk Management: Strengthen the security requirements for all third-party partners. Mandate security controls such as MFA, regular audits, and adherence to your organization's data handling policies. This relates to M1016 - Vulnerability Scanning of partner environments.
  2. Data Minimization: Do not use production-level sensitive data in development, testing, or migration environments. Use tokenized, anonymized, or synthetic data instead. This is a key aspect of M1054 - Software Configuration.
  3. Credential Management: Enforce strict credential management policies. Avoid using long-lived static credentials. Use secrets management solutions to dynamically inject credentials into pipelines, and rotate them frequently. This falls under M1026 - Privileged Account Management.

Timeline of Events

1
October 1, 2025
DocketWise launched an investigation into a potential security incident.
2
May 25, 2026
This article was published

MITRE ATT&CK Mitigations

Enforcing least privilege and robust management for partner and service accounts is critical to limiting the impact of a compromise.

Audit

M1047enterprise

Implement comprehensive logging and auditing for all access to sensitive data repositories, including by third parties.

Data at rest within repositories and pipelines should be encrypted, and data minimization principles should be applied to avoid storing raw PII.

Timeline of Events

1
October 1, 2025

DocketWise launched an investigation into a potential security incident.

Sources & References

DocketWise Data Breach Impacts 143,000
SecurityWeek (securityweek.com) May 25, 2026
DragonForce Strikes at HELIX INTERNATIONAL
DeXpose (dexpose.io) May 25, 2026

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

DocketWiseData BreachPIIPHISupply ChainLegal Tech

📢 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.