German sportswear giant Adidas has confirmed a data breach after cybercriminals accessed customer data through a third-party customer service provider.
The breach, disclosed on May 23, 2025, did not involve sensitive information such as passwords or payment details but did expose the contact information of customers who had previously interacted with Adidas’ help desk.
This included names, email addresses, phone numbers, and possibly home addresses and birthdates, according to reports on similar incidents.
This incident highlights a growing trend in cybersecurity: attacks exploiting third-party service providers.
According to the Verizon 2025 Data Breach Investigations Report, 30% of breaches in the past year involved third-party entities, double the percentage from the previous year.
These third parties, including vendors, hosting partners, and outsourced IT support, often act as custodians of sensitive customer data, making them attractive targets for threat actors.
Upon discovering the breach, Adidas immediately initiated containment measures and launched a comprehensive forensic investigation in collaboration with leading information security experts.
The company is currently notifying potentially affected consumers and has informed relevant data protection and law enforcement authorities, as required by law.
Adidas’ response aligns with industry best practices for data breach management, which include:
Notably, Adidas has not disclosed the name of the compromised third-party provider, the exact number of affected customers, or whether its internal network was breached.
This lack of detail is common in the early stages of breach investigations, as companies work to verify facts and coordinate with authorities.
The Adidas breach comes amid a wave of cyberattacks targeting the retail sector, with recent incidents affecting major brands like Marks & Spencer and Co-op in the UK.
These attacks have renewed scrutiny on the security of supply chains and third-party relationships in the retail industry.
Technical terms relevant to this incident include:
To mitigate similar risks, organizations are advised to adopt robust third-party risk management frameworks, conduct regular security audits, and implement technical controls such as multi-factor authentication (MFA), encryption at rest and in transit, and network segmentation.
Example of Secure Data Handling Code (Python Pseudocode):
pythonimport hashlib
def store_contact_info(name, email, phone):
# Hash sensitive data before storage
hashed_email = hashlib.sha256(email.encode()).hexdigest()
hashed_phone = hashlib.sha256(phone.encode()).hexdigest()
# Store hashed data in secure database
db.store({'name': name, 'email': hashed_email, 'phone': hashed_phone})
This pseudocode demonstrates how hashing can help protect contact information, reducing the impact of a data breach.
As cyber threats evolve, the Adidas incident serves as a reminder that even non-financial data, when exposed, can lead to reputational damage and regulatory scrutiny.
Continuous investment in cybersecurity and vigilant supply chain management remain essential for organizations handling consumer data.
Find this News Interesting! Follow us on Google News, LinkedIn, & X to Get Instant Updates!
A long-running pay-per-install (PPI) operation that used YouTube gaming channels and SEO-poisoned software downloads to…
Two security vulnerabilities in VLC media player versions 3.0.0 through 3.0.23 could allow attackers to…
The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added two vulnerabilities in MikroTik RouterOS…
A recently disclosed vulnerability in ConfigServer Security & Firewall (CSF) could allow unauthenticated remote attackers…
Threat actors are adapting malware not only for conventional endpoint defenses and sandboxes, but also…
GitLab has issued an emergency security update to address two critical vulnerabilities that could lead…