CVE-2025-2539
published 2025-03-20CVE-2025-2539: The File Away plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the ajax() function in all versions up to…
PriorityP276high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
1.55%
72.0th percentile
The File Away plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the ajax() function in all versions up to, and including, 3.9.9.0.1. This makes it possible for unauthenticated attackers, leveraging the use of a reversible weak algorithm, to read the contents of arbitrary files on the server, which can contain sensitive information.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| file_away_project | file_away | <= 3.9.9.0.1 | — |
| thomstark | file_away | <= 3.9.9.0.1 | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Exploit targets the `ajax()` function via the `fileaway-stats` action on wp-admin/admin-ajax.php with no authentication required (missing capability check). Look for unauthenticated POST requests to admin-ajax.php with action=fileaway-stats and a path-traversal string in the `file` parameter. ↗
- →Attacker uses a reversible weak algorithm (CWE-327) to encode the file path. The server responds with a download URL containing a query string; the final GET request returns Content-Type: application/force-download with the file contents. ↗
- →The exploit flow is three-step: (1) GET homepage to extract nonce from inline JS matching `fileaway_stats.*admin-ajax.php`,"nonce":"..."; (2) POST to admin-ajax.php with action=fileaway-stats and path-traversal file param; (3) GET the returned download URL and verify application/force-download content-type and file contents. ↗
- →Presence of the plugin can be fingerprinted via PublicWWW by searching for the string /wp-content/plugins/file-away/ in page source. ↗
- ·The nonce value required for exploitation is embedded in the page's inline JavaScript and is dynamically extracted per target; it is not a static value and must be harvested from the victim site's homepage before the exploit POST can be made. ↗
- ·The vulnerable code resides in class.fileaway_encrypted.php (weak/reversible encryption) and class.fileaway_stats.php (missing capability check); patched in version 3.9.9.1. ↗
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vulncheck7.5HIGH
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-c39q-wr4f-xpw7: The File Away plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the ajax() function in all versio
ghsa_unreviewed·2025-03-20
CVE-2025-2539 [HIGH] CWE-327 GHSA-c39q-wr4f-xpw7: The File Away plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the ajax() function in all versio
The File Away plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the ajax() function in all versions up to, and including, 3.9.9.0.1. This makes it possible for unauthenticated attackers, leveraging the use of a reversible weak algorithm, to read the contents of arbitrary files on the server, which can contain sensitive information.
VulnCheck
file_away_project file_away Use of a Broken or Risky Cryptographic Algorithm
vulncheck·2025·CVSS 7.5
CVE-2025-2539 [HIGH] file_away_project file_away Use of a Broken or Risky Cryptographic Algorithm
file_away_project file_away Use of a Broken or Risky Cryptographic Algorithm
The File Away plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the ajax() function in all versions up to, and including, 3.9.9.0.1. This makes it possible for unauthenticated attackers, leveraging the use of a reversible weak algorithm, to read the contents of arbitrary files on the server, which can contain sensitive information.
Affected: file_away_project file_away
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://medium.com/@alfalahum/unknown-russian-cyber-attacks-since-sep-2025-c65328d5bc41
Exploit PoC: https://vul
No detection rules found.
Nuclei
File Away <= 3.9.9.0.1 - Missing Authorization to Unauthenticated Arbitrary File Read
nuclei·CVSS 7.5
CVE-2025-2539 [HIGH] File Away <= 3.9.9.0.1 - Missing Authorization to Unauthenticated Arbitrary File Read
File Away <= 3.9.9.0.1 - Missing Authorization to Unauthenticated Arbitrary File Read
The File Away plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the ajax() function in all versions up to, and including, 3.9.9.0.1. This makes it possible for unauthenticated attackers, leveraging the use of a reversible weak algorithm, to read the contents of arbitrary files on the server, which can contain sensitive information.
Template:
id: CVE-2025-2539
info:
name: File Away <= 3.9.9.0.1 - Missing Authorization to Unauthenticated Arbitrary File Read
author: iamnoooob,rootxharsh,pdresearch
severity: high
description: |
The File Away plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the ajax()
No writeups or analysis indexed.
https://github.com/whattheslime/file-away-exploit?tab=readme-ov-filehttps://plugins.trac.wordpress.org/browser/file-away/trunk/lib/cls/class.fileaway_encrypted.phphttps://plugins.trac.wordpress.org/browser/file-away/trunk/lib/cls/class.fileaway_stats.phphttps://wordpress.org/plugins/file-away/#developershttps://www.wordfence.com/threat-intel/vulnerabilities/id/5b23bd5c-db27-4d63-8461-1f36958a2ff6?source=cve
2025-03-20
Published
Exploited in the wild