CVE-2025-8464
BaseFortify
Publication date: 2025-08-16
Last updated on: 2025-08-18
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | drag_and_drop_multiple_file_upload_for_contact_form_7 | 1.3.9.0 |
| wordpress | drag_and_drop_multiple_file_upload_for_contact_form_7 | 1.3.9.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-23 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Directory Traversal issue in the Drag and Drop Multiple File Upload for Contact Form 7 WordPress plugin (versions up to 1.3.9.0). It allows unauthenticated attackers to upload and delete files outside the intended directory by exploiting the wpcf7_guest_user_id cookie.
How can this vulnerability impact me? :
The impact is limited because only safe file types can be uploaded and deletion is restricted to the plugin's uploads folder. However, attackers can still upload and delete files outside the intended directory, potentially leading to unauthorized modification of files within the plugin's scope.