Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-14317

CVE-2025-14317: Crazy Bubble Tea Information Disclosure

CVE-2025-14317 is an information disclosure flaw in Crazy Bubble Tea mobile application allowing authenticated attackers to access other users' personal data. This article covers the technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-14317 Overview

CVE-2025-14317 is an Insecure Direct Object Reference (IDOR) vulnerability in the Crazy Bubble Tea mobile application that allows authenticated attackers to access personal information of other users. The vulnerability exists because the server fails to verify permissions when the loyaltyGuestId parameter is enumerated, enabling unauthorized data access.

Critical Impact

Authenticated attackers can enumerate the loyaltyGuestId parameter to retrieve personal information belonging to other users, resulting in exposure of sensitive personal data due to missing authorization checks.

Affected Products

  • Crazy Bubble Tea Mobile Application (Android) - versions prior to 915
  • Crazy Bubble Tea Mobile Application (iOS) - versions prior to 7.4.1

Discovery Timeline

  • 2026-01-14 - CVE CVE-2025-14317 published to NVD
  • 2026-01-14 - Last updated in NVD database

Technical Details for CVE-2025-14317

Vulnerability Analysis

This vulnerability falls under CWE-359 (Exposure of Private Personal Information to an Unauthorized Actor). The Crazy Bubble Tea mobile application exposes an API endpoint that accepts a loyaltyGuestId parameter to retrieve user information. Due to missing authorization checks on the server side, an authenticated user can manipulate this parameter to access personal information of any other user in the system.

The attack requires only low-privilege authenticated access and can be performed remotely over the network. The vulnerability has no impact on data integrity or system availability, but poses a significant threat to data confidentiality as attackers can systematically harvest personal information from the entire user database through simple parameter enumeration.

Root Cause

The root cause of this vulnerability is the absence of proper authorization validation on the server-side API endpoint. When a request is made with a loyaltyGuestId parameter, the server processes the request and returns user data without verifying whether the authenticated user has permission to access that specific user's information. This is a classic broken access control issue where the application relies on client-side controls or assumes users will only request their own data.

Attack Vector

The attack is conducted over the network by an authenticated user who manipulates the loyaltyGuestId parameter in API requests. An attacker can systematically enumerate user IDs by incrementing or iterating through possible values, retrieving personal information for each valid ID discovered. Since no user interaction is required and the attack complexity is low, this vulnerability can be easily automated to extract data at scale.

The exploitation workflow involves:

  1. Authenticating to the Crazy Bubble Tea mobile application with valid credentials
  2. Intercepting API requests that include the loyaltyGuestId parameter
  3. Modifying the parameter value to reference other users' IDs
  4. Receiving personal information belonging to the targeted users without authorization

Detection Methods for CVE-2025-14317

Indicators of Compromise

  • Unusual patterns of API requests with sequential or randomized loyaltyGuestId values from a single authenticated session
  • High-volume requests to user data endpoints from individual accounts
  • Access logs showing repeated requests to retrieve different user profiles in rapid succession
  • Anomalous data access patterns where a single user account queries many different loyalty guest records

Detection Strategies

  • Implement rate limiting and anomaly detection on API endpoints that accept user identifiers
  • Monitor for enumeration patterns in web application firewall (WAF) logs, looking for sequential parameter values
  • Deploy API security solutions that can detect and alert on IDOR attack patterns
  • Review access logs for accounts making requests for data outside their normal access scope

Monitoring Recommendations

  • Enable detailed logging of all API requests including the authenticated user, requested loyaltyGuestId, and response status
  • Set up alerts for accounts that request more than a threshold number of unique user records within a time window
  • Implement user behavior analytics to baseline normal access patterns and detect deviations
  • Regularly audit API endpoint access patterns as part of security operations

How to Mitigate CVE-2025-14317

Immediate Actions Required

  • Upgrade Crazy Bubble Tea mobile application to version 915 or later on Android devices
  • Upgrade Crazy Bubble Tea mobile application to version 7.4.1 or later on iOS devices
  • Review access logs for evidence of exploitation or unauthorized data access prior to patching
  • Consider notifying affected users if evidence of data breach is discovered

Patch Information

The vendor has addressed this vulnerability in version 915 for Android and version 7.4.1 for iOS. These versions implement proper server-side authorization checks to ensure users can only access their own personal information. Organizations and users should update to these patched versions immediately.

For additional technical details, refer to the CERT CVE-2025-14317 Advisory and the Crazy Bubble Application Overview.

Workarounds

  • If immediate patching is not possible, consider implementing additional server-side access controls at the API gateway or WAF level
  • Restrict API access to known good IP ranges or implement additional authentication factors for sensitive endpoints
  • Temporarily disable the affected API endpoint if the business impact is acceptable
  • Implement rate limiting on the affected endpoint to reduce the impact of enumeration attacks
bash
# Example: Rate limiting configuration for nginx (adjust path and limits as appropriate)
# Add to nginx configuration for the affected API endpoint
location /api/loyalty/guest {
    limit_req zone=loyalty_api burst=5 nodelay;
    limit_req_status 429;
    # ... existing proxy/backend configuration
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCrazy Bubble Tea

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-359
  • Technical References
  • CERT CVE-2025-14317 Post

  • Crazy Bubble Application Overview
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English