CVE-2025-13382
BaseFortify
Publication date: 2025-11-25
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | frontend_file_manager_plugin | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an Insecure Direct Object Reference (IDOR) in the Frontend File Manager Plugin for WordPress. It occurs because the plugin does not verify file ownership before processing file rename requests through its '/wpfm/v1/file-rename' REST API endpoint. As a result, authenticated users with Subscriber-level access or higher can rename files uploaded by other users by manipulating the 'fileid' parameter.
How can this vulnerability impact me? :
This vulnerability allows attackers with low-level authenticated access to rename files uploaded by other users. This can lead to unauthorized modification of files, potentially disrupting website content or functionality, causing confusion, or facilitating further attacks that rely on altered files. Although it does not directly impact confidentiality or availability, it compromises the integrity of files.