CVE-2026-81301 PUBLISHED

Ekia File Manager 1.2.7 - Exported ContentProvider allows unauthorized file access

Assigner: Fluid Attacks
Reserved: 26.08.2026 Published: 14.09.2026 Updated: 14.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.5

Product Status

Vendor Ekia
Product File Manager
Versions Default: unaffected
  • Version 1.2.7 is affected

Credits

  • Andrés Ramos finder

References

Problem Types

  • CWE-926 Improper Export of Android Application Components CWE

Impacts

  • CAPEC-639 Probe System Files