CVE-2022-3124
published 2022-10-03CVE-2022-3124: The Frontend File Manager Plugin WordPress plugin before 21.3 allows any unauthenticated user to rename uploaded files from users. Furthermore, due to the lack…
PriorityP277medium5.3CVSS 3.1
AVNACLPRNUINSUCNILAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
6.20%
92.6th percentile
The Frontend File Manager Plugin WordPress plugin before 21.3 allows any unauthenticated user to rename uploaded files from users. Furthermore, due to the lack of validation in the destination filename, this could allow allow them to change the content of arbitrary files on the web server
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| najeebmedia | frontend_file_manager | < 21.3 | 21.3 |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect unauthenticated POST requests to the WordPress REST API endpoint /wp-json/wpfm/v1/file-rename with no Authorization header, indicating exploitation of CVE-2022-3124. ↗
- →Look for path traversal sequences (e.g., ../../../../) in the 'filename' POST parameter of requests to /wp-json/wpfm/v1/file-rename, which indicates an attempt to rename/overwrite arbitrary files. ↗
- →A JSON response body containing both 'fileid' and 'filename' keys with HTTP 200 and Content-Type application/json confirms successful exploitation of the file rename endpoint. ↗
- →Presence of the plugin directory /wp-content/plugins/nmedia-user-file-uploader/ on a WordPress site indicates the vulnerable Frontend File Manager plugin is installed. ↗
- ·The vulnerability affects Frontend File Manager Plugin versions before 21.3 only; sites running 21.3 or later are not affected. ↗
- ·The path traversal payload uses a randomised .php filename (rand_text_alpha), so static filename-based detection will not reliably catch all exploitation attempts; focus on the traversal pattern and endpoint instead. ↗
CVSS provenance
nvdv3.15.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
osv5.3MEDIUM
vulncheck5.3MEDIUM
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-wvhv-jqpm-79vj: The Frontend File Manager Plugin WordPress plugin before 21
ghsa_unreviewed·2022-10-04
CVE-2022-3124 [MEDIUM] CWE-862 GHSA-wvhv-jqpm-79vj: The Frontend File Manager Plugin WordPress plugin before 21
The Frontend File Manager Plugin WordPress plugin before 21.3 allows any unauthenticated user to rename uploaded files from users. Furthermore, due to the lack of validation in the destination filename, this could allow allow them to change the content of arbitrary files on the web server
OSV
CVE-2022-3124: The Frontend File Manager Plugin WordPress plugin before 21
osv·2022-10-03·CVSS 5.3
CVE-2022-3124 [MEDIUM] CVE-2022-3124: The Frontend File Manager Plugin WordPress plugin before 21
The Frontend File Manager Plugin WordPress plugin before 21.3 allows any unauthenticated user to rename uploaded files from users. Furthermore, due to the lack of validation in the destination filename, this could allow allow them to change the content of arbitrary files on the web server
VulnCheck
najeebmedia frontend_file_manager Missing Authorization
vulncheck·2022·CVSS 5.3
CVE-2022-3124 [MEDIUM] najeebmedia frontend_file_manager Missing Authorization
najeebmedia frontend_file_manager Missing Authorization
The Frontend File Manager Plugin WordPress plugin before 21.3 allows any unauthenticated user to rename uploaded files from users. Furthermore, due to the lack of validation in the destination filename, this could allow allow them to change the content of arbitrary files on the web server
Affected: najeebmedia frontend_file_manager
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://patchstack.com/database/vulnerability/nmedia-user-file-uploader/wordpress-frontend-file-manager-plugin-21-2-unauthenticated-file-renaming-vulnerability; https://app.crowdsec.net/cti/cve-explorer/CVE-2022-3124
No detection rules found.
Nuclei
Frontend File Manager < 21.3 - Unauthenticated File Renaming
nuclei·CVSS 5.3
CVE-2022-3124 [MEDIUM] Frontend File Manager < 21.3 - Unauthenticated File Renaming
Frontend File Manager < 21.3 - Unauthenticated File Renaming
The Frontend File Manager Plugin WordPress plugin before 21.3 allows any unauthenticated user to rename uploaded files from users. Furthermore, due to the lack of validation in the destination filename, this could allow allow them to change the content of arbitrary files on the web server
Template:
id: CVE-2022-3124
info:
name: Frontend File Manager < 21.3 - Unauthenticated File Renaming
author: riteshs4hu
severity: medium
description: |
The Frontend File Manager Plugin WordPress plugin before 21.3 allows any unauthenticated user to rename uploaded files from users. Furthermore, due to the lack of validation in the destination filename, this could allow allow them to change the content of arbitrary files on the web server
imp
No writeups or analysis indexed.
2022-10-03
Published
Exploited in the wild