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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-09-14 16:17
Updated : 2026-09-14 20:16
NVD link : CVE-2026-81301
Mitre link : CVE-2026-81301
CVE.ORG link : CVE-2026-81301
JSON object : View
Products Affected
No product.
CWE
CWE-926
Improper Export of Android Application Components
