CVE-2025-13876
📋 TL;DR
This vulnerability allows local attackers to perform path traversal attacks in the Rareprob HD Video Player All Formats App on Android, potentially overwriting arbitrary files. Only users of version 12.1.372 of this specific Android application are affected. The attack requires local access to the device.
💻 Affected Systems
- Rareprob HD Video Player All Formats App
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Complete device compromise through overwriting critical system files, potentially leading to privilege escalation, data destruction, or installation of persistent malware.
Likely Case
Local user could overwrite application files, configuration files, or user data, causing application crashes, data loss, or limited privilege escalation within the app context.
If Mitigated
With proper Android sandboxing and file permission controls, impact would be limited to the application's own data directory.
🎯 Exploit Status
Exploit has been publicly disclosed and requires local access. Attack likely needs some user interaction or app execution context.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Unknown
Vendor Advisory: None available
Restart Required: No
Instructions:
No official patch available. Vendor did not respond to disclosure. Consider uninstalling the application until a fix is released.
🔧 Temporary Workarounds
Uninstall vulnerable application
androidRemove the vulnerable application from all Android devices
adb uninstall com.rocks.music.videoplayer
Manual uninstall via Android Settings > Apps
Restrict app permissions
androidRevoke all unnecessary permissions from the application
🧯 If You Can't Patch
- Isolate devices with the vulnerable app from sensitive networks and data
- Implement strict access controls and monitoring on devices with the vulnerable app
🔍 How to Verify
Check if Vulnerable:
Check Android device for installed app 'HD Video Player All Formats' with version 12.1.372 via Settings > Apps or using command: adb shell dumpsys package com.rocks.music.videoplayer | grep versionName
Check Version:
adb shell dumpsys package com.rocks.music.videoplayer | grep versionName
Verify Fix Applied:
Verify the app is no longer installed or has been updated to a version other than 12.1.372
📡 Detection & Monitoring
Log Indicators:
- Unusual file access patterns from com.rocks.music.videoplayer
- Attempts to access files outside app sandbox
- Application crashes or permission errors
Network Indicators:
- No network indicators - local attack only
SIEM Query:
process.name:"com.rocks.music.videoplayer" AND file.path:".." OR file.path:"/system" OR file.path:"/data/data"