CVE-2025-8102
BaseFortify
Publication date: 2025-08-20
Last updated on: 2025-08-20
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| easy_digital_downloads | easy_digital_downloads | 3.5.0 |
| easy_digital_downloads | easy_digital_downloads | 2.11.4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) issue in the Easy Digital Downloads plugin for WordPress, affecting all versions up to and including 3.5.0. It occurs because the plugin's functions edd_sendwp_disconnect() and edd_sendwp_remote_install() lack nonce validations, allowing an attacker to trick a site administrator into performing unintended actions such as deactivating or downloading and activating the SendWP plugin via a forged request.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to cause a site administrator to unknowingly deactivate or download and activate the SendWP plugin. This could lead to unauthorized changes in the site's plugin configuration, potentially disrupting site functionality or enabling further attacks.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the Easy Digital Downloads plugin to a version later than 3.5.0 where the nonce validation issue is fixed. Additionally, avoid clicking on suspicious links and ensure that site administrators are aware of the risk of Cross-Site Request Forgery attacks involving the SendWP plugin activation or deactivation.