CVE-2025-14699

5.3 MEDIUM

📋 TL;DR

A path traversal vulnerability in Municorn FAX App 3.27.0 for Android allows local attackers to access files outside the intended directory. This affects Android users running the vulnerable version of the fax application. The vulnerability requires local access to the device.

💻 Affected Systems

Products:
  • Municorn FAX App
Versions: 3.27.0
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Android version of the app. Requires the app to be installed and accessible locally.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

An attacker with local access could read sensitive system files, potentially exposing credentials, configuration data, or other protected information.

🟠

Likely Case

Local malicious apps or users could access application data or limited system files, potentially compromising user privacy or app functionality.

🟢

If Mitigated

With proper app sandboxing and file permission controls, impact would be limited to the app's own data directory.

🌐 Internet-Facing: LOW - The vulnerability requires local access and cannot be exploited remotely.
🏢 Internal Only: MEDIUM - Local attackers (including malicious apps) could exploit this, but requires physical or app-level access to the device.

🎯 Exploit Status

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

Exploit details are publicly disclosed. Attack requires local access to the device, which could be achieved through malicious apps or physical access.

🛠️ 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 removing the app until a fix is released.

🔧 Temporary Workarounds

Uninstall vulnerable app

android

Remove the Municorn FAX App from affected Android devices

adb uninstall biz.faxapp.app
Settings > Apps > Municorn FAX App > Uninstall

Restrict app permissions

android

Revoke storage permissions from the app to limit file access

Settings > Apps > Municorn FAX App > Permissions > Storage > Deny

🧯 If You Can't Patch

  • Isolate affected devices from sensitive networks and data
  • Monitor for unusual file access patterns or new app installations

🔍 How to Verify

Check if Vulnerable:

Check app version in Settings > Apps > Municorn FAX App. If version is 3.27.0, the device is vulnerable.

Check Version:

adb shell dumpsys package biz.faxapp.app | grep versionName

Verify Fix Applied:

Verify app has been uninstalled or updated to a version later than 3.27.0

📡 Detection & Monitoring

Log Indicators:

  • Unusual file access patterns from the fax app
  • Attempts to access paths outside app sandbox

Network Indicators:

  • None - this is a local vulnerability

SIEM Query:

app:biz.faxapp.app AND (event:file_access OR event:permission_violation)

🔗 References

📤 Share & Export