39,798 customers
On August 16, 2026, cryptocurrency hardware wallet maker SafePal disclosed a data breach that exposed the personal and order information of 39,798 customers. The breach resulted from a Broken Object Level Authorization (BOLA/IDOR) vulnerability in a third-party order-tracking plugin on its e-commerce site. The exposed data, which includes full names, email addresses, phone numbers, and physical shipping addresses, is now reportedly being sold on a cybercrime forum. While the core security of the hardware wallets and customer crypto assets remains unaffected, the leaked data places victims at high risk for sophisticated phishing, vishing, and impersonation attacks. SafePal has since patched the vulnerability, notified affected users, and implemented a shorter data retention policy.
The security incident stemmed from an authorization flaw within a third-party plugin used on SafePal's e-commerce website for tracking customer orders. This vulnerability, identified as a Broken Object Level Authorization (BOLA), also known as an Insecure Direct Object Reference (IDOR), allowed an unauthorized external party to systematically access and exfiltrate the order information of other customers. The data exposure affects orders placed over a thirteen-month period, from March 2, 2025, to April 11, 2026.
The threat actor who exploited this flaw successfully scraped the data of 39,798 customers. Following the breach, the stolen dataset was listed for sale on a cybercrime forum, with the seller's claims matching the number of victims and the specific order date window confirmed by SafePal. This indicates a clear financial motive behind the attack, with the data being monetized by selling it to other malicious actors.
The attack vector was a classic API security failure. BOLA/IDOR vulnerabilities, categorized by OWASP as the top API security risk (API1:2023), occur when an application fails to properly validate that a user is authorized to access a specific data object. In this case, the attacker was likely able to manipulate an identifier in an API request (e.g., an order ID or user ID) to cycle through and retrieve data belonging to other users. The third-party nature of the plugin highlights the risks associated with supply chain dependencies in web applications.
T1190 - Exploit Public-Facing Application: The attacker exploited a vulnerability in the web-facing e-commerce plugin to gain unauthorized access to data.T1598.002 - Spearphishing Link: The stolen PII is highly suitable for follow-on spearphishing campaigns, which have already been reported by at least one customer.T1589.002 - Email Addresses: The attackers specifically gathered email addresses as part of their data acquisition phase to enable future attacks.T1583.006 - Web Services: The threat actor is using a cybercrime forum (a web service) to advertise and sell the stolen data.While SafePal correctly emphasizes that cryptographic assets were not directly at risk, the business and customer impact is severe. The compromised data includes full names, email addresses, phone numbers, and physical shipping addresses. For owners of cryptocurrency hardware wallets, who are often high-value targets, this information is a goldmine for criminals.
No specific technical indicators of compromise (such as IP addresses, domains, or file hashes) were mentioned in the source articles.
The following patterns could indicate related malicious activity targeting affected SafePal customers:
safepal.com, such as safepal-support.io, secure-safepal.net, or similar variations.Implement strict security vetting and configuration for all third-party software components to prevent vulnerabilities like BOLA/IDOR.
Train customers to recognize and report phishing attempts, and to never share sensitive information like seed phrases.
Regularly audit web application logs and API traffic for anomalous access patterns that could indicate data scraping or authorization bypass.
Use web application firewalls (WAFs) to filter malicious requests and enforce access control policies at the application layer.
To prevent similar incidents, organizations must enforce strict configuration hardening for all third-party components, such as the e-commerce plugin implicated in the SafePal breach. This involves conducting a thorough security review before integration, disabling unnecessary features, and ensuring that all API endpoints exposed by the plugin are protected by robust, object-level authorization checks. Implement a Web Application Firewall (WAF) with rules specifically designed to detect and block IDOR/BOLA attempts by analyzing parameter manipulation in HTTP requests. Regularly scan the application with DAST and SAST tools to identify such vulnerabilities in both first-party code and third-party dependencies. This proactive hardening directly addresses the root cause of the breach by ensuring that even if a flaw exists, its exploitability is minimized through layered defenses.
In response to the high risk of phishing attacks following this breach, deploying advanced URL analysis at the email gateway is critical. This technique helps protect the 40,000 affected customers from follow-on attacks. Configure email security solutions to scan all inbound links, comparing them against real-time threat intelligence feeds for known malicious or newly registered domains. Implement rules that flag or block URLs containing keywords like 'SafePal', 'wallet', 'seed', or 'crypto' when they do not originate from the official safepal.com domain. Furthermore, employ technology that can analyze the final destination of shortened or redirected links to unmask phishing sites. This defensive measure directly counters the threat actors' likely next step: leveraging the stolen PII to launch convincing credential harvesting campaigns.
Start of the period during which customer order data was exposed.
End of the period during which customer order data was exposed.
A customer reports a suspicious phishing attempt from an individual impersonating SafePal support.
SafePal officially discloses the data breach and begins notifying affected customers.

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