CVE-2025-9625
BaseFortify
Publication date: 2025-11-18
Last updated on: 2025-11-18
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| coil | web_monetization | 2.0.2 |
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 Coil Web Monetization plugin for WordPress, affecting all versions up to and including 2.0.2. It occurs because the plugin does not properly validate nonces on the coil-get-css-selector parameter in the maybe_restrict_content function. This allows an unauthenticated attacker to trick a site administrator into performing an unintended action, such as triggering CSS selector detection, by making them click on a malicious link.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to cause a site administrator to unknowingly trigger CSS selector detection functionality via a forged request. While it does not directly compromise confidentiality or availability, it can lead to unauthorized actions being performed on the site, potentially impacting the integrity of site operations or configurations.