CVE-2025-63823

My Safetipin · My Safetipin Android Application

The My Safetipin Android application version 5.2.1 contains hardcoded credentials and predictable OTP values, allowing for unauthorized account access.

Executive summary

The My Safetipin Android application is vulnerable to authentication bypass due to hardcoded credentials and predictable OTP generation, posing a significant risk to user account privacy.

Vulnerability

The application utilizes hardcoded credentials within its authentication module and generates predictable One-Time Passwords (OTP). This allows remote, unauthenticated attackers to bypass security controls and gain unauthorized access to user accounts.

Business impact

Given the CVSS score of 9.8, this vulnerability represents a total loss of confidentiality and integrity for user data within the application. Unauthorized account access could lead to the exposure of sensitive user information, reputational damage to the service provider, and potential misuse of the application platform.

Remediation

Immediate Action: Users should update the application to the latest available version via the Google Play Store, and developers must remove hardcoded credentials and implement a cryptographically secure OTP generation mechanism.

Proactive Monitoring: Monitor authentication logs for anomalous patterns, such as multiple failed login attempts followed by successful access or unusual account activity originating from unexpected locations.

Compensating Controls: Implement multi-factor authentication (MFA) that does not rely on the vulnerable OTP mechanism if possible, or enforce rate limiting on the authentication endpoint to hinder brute-force attempts.

Exploitation status

Public Exploit Available: No

Analyst recommendation

The presence of hardcoded credentials is a severe security failure that requires immediate remediation. Users are strongly advised to update the application, and the vendor must conduct a full security audit of the authentication module to ensure all legacy or hardcoded access methods are permanently removed.