CVE-2025-10722
BaseFortify
Publication date: 2025-09-19
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sktlab | mukbee | 1.01.196 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-926 | The Android application exports a component for use by other applications, but does not properly restrict which applications can launch the component or access the data it contains. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-10722 is a vulnerability in the SKTLab Mukbee App version 1.01.196 for Android caused by improper export of Android application components in the AndroidManifest.xml file. This flaw allows malicious applications to hijack Android tasks by inheriting the permissions of the vulnerable app, enabling phishing attacks to steal login credentials. The vulnerability affects all Android versions prior to Android 11 and requires local access to exploit. [1, 2]
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized access to the app's components, allowing attackers to hijack tasks and potentially steal sensitive information such as login credentials. It impacts the confidentiality, integrity, and availability of the application. Since the exploit is publicly available and easy to execute locally, it poses a moderate security risk to users of the affected app. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by inspecting the AndroidManifest.xml file of the SKTLab Mukbee App version 1.01.196 for improper export of application components. Since the vulnerability involves improper export of components, you can check the manifest for exported components without proper restrictions. Additionally, attackers may use Google hacking techniques such as searching for inurl:AndroidManifest.xml to identify vulnerable targets. On a local device, you can extract and examine the manifest using commands like 'adb shell pm dump com.dw.android.mukbee' or 'adb shell cat /data/app/com.dw.android.mukbee-*/base.apk' followed by using tools like 'apktool' to decode the APK and inspect the AndroidManifest.xml for exported components. [2]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation involves modifying the AndroidManifest.xml file to prevent improper export of application components, specifically by restricting which applications can launch or access these components. Since the vendor has not provided any fixes or mitigations, it is recommended to replace the affected SKTLab Mukbee App version 1.01.196 with an alternative product that does not have this vulnerability. Avoid running untrusted applications locally that could exploit this issue. [1, 2]