Gym Customer Data Exposed in Unsecured Database: Biometric and Personal Info at Risk

Gym Customer Data Exposed in Unsecured Database: Biometric and Personal Info at Risk
source: gettyimages
September 12, 2025

A security researcher uncovered a significant data breach involving sensitive information from hundreds of thousands of gym customers and staff, stored in an unencrypted, unprotected database. The breach highlights the dangers of poor data security practices in the fitness industry and beyond.

Discovery of Leaked Data

Jeremiah Fowler, a leaky database hunter, identified the unsecured AWS repository managed by HelloGym in late July. He shared his findings with The Register, revealing that the database remained accessible for about a week before being shut down.

Fowler discovered that the repository contained approximately 1.6 million MP3 audio files, including recordings from top gym chains like Anytime Fitness, Snap Fitness, and UFC Gym, across multiple US and Canadian locations. These recordings spanned from 2020 to 2025 and were intended for internal use to manage customer calls.

Contents of the Audio Files

The audio recordings included personal details such as:

While no credit card details were heard, the conversations revealed members discussing sensitive financial information openly over the phone. In some instances, gym employees provided their own credentials and contact details for account verification, which may have been exploited by malicious actors.

Potential Security Threats

The exposed data presents multiple risks:

The Role of AI and Deepfakes

As AI voice cloning advances, threats become more sophisticated. Open-source AI models like VALL-E threaten to facilitate voice-based impersonation, deepfake audio, and even fake videos. Such capabilities heighten the risk of financial fraud and corporate sabotage.

Fowler emphasized that collecting biometric and personally identifiable information (PII) in unsecured settings magnifies vulnerabilities, especially when combined with open-source AI technologies. This data, if exploited, can aid in convincing individuals of authenticity through familiar voices, thus increasing the success rate of social engineering scams.

Recommendations for Organizations

To mitigate such risks, experts advise:

Final Thoughts

This incident underscores the importance of rigorous data security measures, especially when handling sensitive customer information and biometric data. Organizations must implement best practices to protect against accidental leaks and malicious exploitation in an increasingly AI-driven threat landscape.

Stay vigilant and prioritize data security to prevent similar breaches.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 148 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6643370,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}