American Addiction Centers Reports Breach of Patient Inquiry Data

American Addiction Centers Discloses Salesforce Data Breach

HIGH
August 9, 2026
3m read
Data BreachCloud SecurityRegulatory

Related Entities

Organizations

California Attorney General

Products & Tech

Full Report

Executive Summary

American Addiction Centers (AAC), a national provider of substance abuse treatment, has reported a data breach that occurred within its Salesforce customer relationship management (CRM) environment. The incident exposed the highly sensitive information of potential patients who had reached out to AAC to inquire about treatment. The compromised data includes names, contact information, Social Security numbers, and descriptions of health conditions. According to a notification filed with the California Attorney General, AAC detected the suspicious activity on June 5, 2026, but the investigation revealed that initial unauthorized access occurred nearly a month earlier, on May 12, 2026. The breach did not affect AAC's core electronic health record (EHR) system but has significant privacy implications for the affected individuals.

Threat Overview

  • Victim: American Addiction Centers
  • Affected System: Salesforce CRM environment
  • Attack Vector: Unauthorized third-party access. The method of access (e.g., compromised credentials, misconfiguration, vulnerability) was not specified.
  • Timeline:
    • Initial Access: May 12, 2026
    • Detection: June 5, 2026
    • Notification: August 7, 2026
  • Data Impact: The breach exposed data from the initial inquiry stage, including PII and sensitive health information.

This incident highlights the risks associated with using third-party cloud platforms to store sensitive data. While the core EHR was secure, the data collected in the CRM during the pre-patient phase was still highly sensitive and valuable.

Technical Analysis

The attack targeted AAC's Salesforce instance, a common target for attackers due to the wealth of customer and sales data they contain. While the exact TTPs are unknown, common attack vectors for cloud CRM platforms include:

  • Credential Stuffing/Password Spraying: Using stolen credentials from other breaches to gain access to an employee's Salesforce account.
  • Phishing: Targeting AAC employees with phishing emails to steal their Salesforce login credentials.
  • Misconfiguration: Improperly configured security settings within Salesforce, such as overly permissive sharing rules or public-facing data portals.
  • Third-Party App Compromise: A connected third-party application from the Salesforce AppExchange could have been compromised, providing an entry point.

The threat actor had access for over three weeks before detection, allowing ample time to explore the environment and exfiltrate data. The focus on pre-patient inquiry data suggests the attacker may have been targeting data that is sometimes subject to less stringent security controls than official patient records in an EHR system.

Impact Assessment

For the individuals affected, the exposure of this data is particularly damaging. The information pertains to inquiries about substance abuse treatment, which carries a heavy social stigma. The breach could lead to:

  • Extreme Emotional Distress: Fear of exposure to family, employers, or social circles.
  • Blackmail or Extortion: Attackers could use the information to extort money from victims by threatening to reveal their treatment inquiries.
  • Identity Theft: The presence of Social Security numbers enables standard financial fraud.
  • Deterrence from Seeking Help: Incidents like this can erode trust and make individuals hesitant to seek help for sensitive medical issues in the future.

For AAC, the breach results in significant reputational damage, potential regulatory action under HIPAA, and the cost of incident response and identity protection services. The incident has also attracted the attention of class-action law firms.

Cyber Observables — Hunting Hints

Organizations using Salesforce should hunt for the following signs of compromise:

Type
log_source
Value
Salesforce Login History
Description
Look for logins from unusual IP addresses, locations, or user agents, especially for privileged accounts.
Type
log_source
Value
Salesforce Setup Audit Trail
Description
Monitor for unexpected changes to security settings, user permissions, or sharing rules.
Type
api_endpoint
Value
High-volume API calls or report exports
Description
A spike in data being exported via reports or API calls can indicate data exfiltration.
Type
user_account_pattern
Value
Logins outside of normal business hours
Description
A user account logging in at 3 AM from a different country is a major red flag.

Detection & Response

  • Salesforce Shield: Utilize Salesforce Shield or similar security monitoring tools to get enhanced visibility into user activity, automate threat detection, and monitor for data exfiltration.
  • Log Monitoring: Regularly ingest and analyze Salesforce event monitoring logs in a SIEM. Correlate Salesforce login data with other data sources to detect suspicious patterns. D3FEND's Cloud Log Analysis is the relevant technique.
  • User and Entity Behavior Analytics (UEBA): A UEBA solution can baseline normal user behavior within Salesforce and automatically flag deviations that could indicate an account compromise.

Mitigation

Securing sensitive data in a CRM requires a multi-layered approach:

  • Multi-Factor Authentication (MFA) (M1032): Enforce MFA for all users accessing Salesforce. This is the single most effective control for preventing account takeovers due to compromised credentials.
  • Least Privilege Access: Configure Salesforce profiles and permission sets to follow the principle of least privilege. Users should only have access to the data and functions necessary for their job.
  • Data Minimization and Encryption: Do not store sensitive data like Social Security numbers in standard CRM fields if it is not absolutely necessary. Use encrypted fields for any sensitive data that must be stored. This aligns with Encrypt Sensitive Information (M1041).
  • Third-Party App Vetting: Thoroughly vet the security of any third-party applications from the AppExchange before connecting them to your Salesforce instance.

Timeline of Events

1
May 12, 2026
An unauthorized third party first gains access to the Salesforce environment.
2
June 5, 2026
American Addiction Centers detects suspicious activity in its Salesforce instance.
3
August 7, 2026
AAC sends data breach notification letters to affected individuals.
4
August 9, 2026
This article was published

MITRE ATT&CK Mitigations

Enforcing MFA on all Salesforce accounts would have likely prevented the initial account takeover.

Mapped D3FEND Techniques:

Implement the principle of least privilege within Salesforce, ensuring users only have access to the data necessary for their roles.

Mapped D3FEND Techniques:

Audit

M1047enterprise

Continuously monitor Salesforce logs for suspicious activity, such as anomalous logins or large data exports.

Mapped D3FEND Techniques:

Use platform encryption to encrypt sensitive fields within Salesforce, adding another layer of protection.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

The single most effective countermeasure to prevent unauthorized access to cloud applications like Salesforce is the enforcement of Multi-Factor Authentication (MFA). AAC should have mandated MFA for every user and profile accessing their Salesforce instance. This would have prevented an attacker from gaining access even if they had successfully phished an employee's password or obtained it through credential stuffing. Implementing MFA raises the cost and complexity for an attacker significantly, often causing them to move on to an easier target. For an organization handling data as sensitive as addiction treatment inquiries, MFA should be a non-negotiable, baseline security control for all systems, especially cloud-based CRMs.

To secure sensitive data within Salesforce, AAC should have implemented rigorous application configuration hardening. This involves several key steps. First, apply the principle of least privilege to all profiles and permission sets, ensuring users can only see and edit the data essential for their job. Second, leverage Salesforce's built-in Platform Encryption to encrypt sensitive fields like 'Social Security Number' and 'Health Condition Description' at rest. This renders the data unreadable to an attacker who manages to exfiltrate it. Third, conduct regular reviews of sharing rules, connected third-party apps, and public-facing sites to eliminate any potential data exposure points. This proactive hardening would have minimized the data available to the attacker and protected the most sensitive elements even if access was gained.

To detect the breach sooner than three weeks, AAC should have been performing Web Session Activity Analysis on their Salesforce logs. This involves ingesting Salesforce Event Monitoring logs into a SIEM or a dedicated Cloud Access Security Broker (CASB) solution. Security teams could then establish baselines for normal user activity and create alerts for anomalies. For example, an alert could trigger if a user logs in from a new country, downloads an unusually high number of reports, or accesses records they've never touched before. Analyzing these session activities in near real-time would have flagged the attacker's behavior—exploring the environment and exporting data—allowing for a much faster incident response and potentially stopping the exfiltration before it was complete.

Timeline of Events

1
May 12, 2026

An unauthorized third party first gains access to the Salesforce environment.

2
June 5, 2026

American Addiction Centers detects suspicious activity in its Salesforce instance.

3
August 7, 2026

AAC sends data breach notification letters to affected individuals.

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)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

Data BreachSalesforceHealthcareHIPAACRMPrivacy

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