CVE-2025-70841
Unauthorized File Exposure in Dokans 3.9.2 Enables Full System Compromise
Publication date: 2026-02-03
Last updated on: 2026-02-11
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| amcoders | dokans | 3.9.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-287 | When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Dokans Multi-Tenancy Based eCommerce Platform SaaS version 3.9.2. It allows unauthenticated remote attackers to access sensitive application configuration data by directly requesting the /script/.env file.
The exposed .env file contains critical information such as the Laravel application encryption key (APP_KEY), database credentials, SMTP/SendGrid API credentials, and other internal configuration parameters.
Because of this exposure, attackers can completely compromise the system, including bypassing authentication through session token forgery, accessing all tenant data directly from the database, and taking over the email infrastructure.
Due to the platform's multi-tenancy architecture, this vulnerability impacts all tenants hosted on the system.
How can this vulnerability impact me? :
This vulnerability can have severe impacts including complete system compromise.
- Attackers can bypass authentication by forging session tokens.
- They can gain direct access to the database and all tenant data.
- Attackers can take control of the email infrastructure by using exposed SMTP/SendGrid API credentials.
Because the platform is multi-tenant, all tenants on the system are affected, potentially exposing sensitive data and disrupting services for multiple users.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know