CVE-2023-27651

7.8 HIGH

📋 TL;DR

This vulnerability in Ego Studio SuperClean allows attackers to escalate privileges by manipulating the update_info field in the _default_.xml file. It affects users of SuperClean v1.1.9 and v1.1.5 on Android devices, potentially enabling unauthorized access to system functions.

💻 Affected Systems

Products:
  • Ego Studio SuperClean (Phone Cleaner)
Versions: v1.1.5 and v1.1.9
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Affects the Android application available through various app stores including APKPure.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full device compromise with attacker gaining root/system-level privileges, allowing installation of malware, data theft, or complete device control.

🟠

Likely Case

Local privilege escalation enabling unauthorized access to sensitive app data or system functions beyond normal user permissions.

🟢

If Mitigated

Limited impact with proper app sandboxing and security controls preventing privilege escalation attempts.

🌐 Internet-Facing: LOW - This appears to be a local privilege escalation requiring access to the device.
🏢 Internal Only: MEDIUM - Could be exploited by malicious apps or users with physical/network access to the device.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires local access to modify the XML file. GitHub repository contains technical details and proof-of-concept information.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: http://www.egostudiogroup.com/

Restart Required: No

Instructions:

1. Check for app updates in Google Play Store or app marketplace
2. If update available, install latest version
3. If no update, consider alternative cleaning apps

🔧 Temporary Workarounds

Uninstall vulnerable app

android

Remove SuperClean from affected devices to eliminate the vulnerability

adb uninstall com.egostudio.clean

Restrict app permissions

android

Limit app permissions to minimum required functionality

🧯 If You Can't Patch

  • Monitor for suspicious privilege escalation attempts using Android security tools
  • Implement mobile device management (MDM) to control app installations and permissions

🔍 How to Verify

Check if Vulnerable:

Check app version in Android Settings > Apps > SuperClean > App info

Check Version:

adb shell dumpsys package com.egostudio.clean | grep versionName

Verify Fix Applied:

Verify app version is higher than v1.1.9 or app has been removed

📡 Detection & Monitoring

Log Indicators:

  • Unexpected modifications to _default_.xml file
  • Privilege escalation attempts in app logs

Network Indicators:

  • Unusual update requests from SuperClean app

SIEM Query:

app:"SuperClean" AND (event:"privilege_escalation" OR file_modification:"_default_.xml")

🔗 References

📤 Share & Export