CVE-2025-57197
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-57197, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-09-29

Last updated on: 2026-07-05

Assigner: MITRE

Description

In the Payeer Android application 2.5.0, an improper access control vulnerability exists in the authentication flow for the PIN change feature. A local attacker with root access to the device can dynamically instrument the app to bypass the current PIN verification check and directly modify the authentication PIN. This allows unauthorized users to change PIN without knowing the original/current PIN.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-09-29
Last Modified
2026-07-05
Generated
2026-07-06
AI Q&A
2025-09-29
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
payeer payeer_android_app 2.5.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2025-57197 is an authentication bypass vulnerability in the Payeer Android app version 2.5.0 affecting the Change PIN feature. The app performs PIN verification entirely on the client side without server validation. A local attacker with root access can use dynamic instrumentation tools like Frida to hook the PIN verification method and force it to always succeed, allowing them to change the PIN without knowing the original one. [1]

Impact Analysis

This vulnerability allows unauthorized users with root access on the device to bypass PIN verification and change the authentication PIN without knowing the original. This can lead to unauthorized access to the app, potential financial loss, or locking out legitimate users from their accounts. [1]

Detection Guidance

This vulnerability can be detected by checking if the PIN verification method in the Payeer Android app version 2.5.0 can be bypassed using dynamic instrumentation tools like Frida on a rooted device. Specifically, hooking the method `y1.a()` that verifies the PIN to see if it can be forced to always return a valid result regardless of input. Commands involve using Frida to attach to the app and hook the PIN verification method, for example: `frida -n com.payeer -p <pid> -l hook_pin.js` where `hook_pin.js` contains the script to override the `y1.a()` method. This confirms the vulnerability by allowing PIN change without the original PIN. [1]

Mitigation Strategies

Immediate mitigation steps include: 1) Avoid running the Payeer app on rooted devices to reduce risk of exploitation. 2) Implement server-side validation of the current PIN before allowing any PIN changes to prevent client-side bypass. 3) Add runtime protections such as root/jailbreak detection and integrity checks to prevent dynamic instrumentation. 4) Obfuscate sensitive client-side methods and consider moving critical authentication logic to native code to hinder hooking attempts. [1]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-57197. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart