CVE-2026-81301 Details
Description
Ekia File Manager 1.2.7 exposes com.ekia.filecontrolmanager.OpenFileProvider as an exported Android ContentProvider without requiring caller permissions. The provider maps the caller-controlled URI path directly to a filesystem path and passes it to new File(...). It then supports query(), openFile(), and delete() operations. Because the provider is exported and lacks android:permission, android:readPermission, or android:writePermission, another local application can access the provider authority and cause File Manager's process to read, create, overwrite, or delete files that are accessible to that process.
A vulnerability in Ekia File Manager version 1.2.7 allows unauthorized access to the application's file management capabilities. The issue arises because the app exposes a ContentProvider, 'com.ekia.filecontrolmanager.OpenFileProvider', as exported without requiring caller permissions. This provider directly maps caller-controlled URI paths to filesystem paths, enabling operations such as querying, opening files, and deleting files. The lack of permission requirements allows other local applications to manipulate files accessible to the Ekia File Manager process, potentially leading to unauthorized file access or modification.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 14, 2026CISA-ADP
Assessed Sep 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://fluidattacks.com/advisories/waking | [email protected] | AdvisoryContent Wall |
| https://play.google.com/store/apps/details?id=com.ekia.files.manager | [email protected] | ProductVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-926 | Improper Export of Android Application Components | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Ekia File Manager | 1.2.7 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 14, 2026 | New CVE Received | [email protected] |
Volerion