CVE-2025-7686
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 |
|---|---|---|
| weichuncai | wordpress_plugin | 1.5 |
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 weichuncai WordPress plugin (versions up to and including 1.5). It occurs because the plugin's sm-options.php page lacks proper nonce validation, allowing attackers to trick a site administrator into performing unintended actions, such as updating settings or injecting malicious scripts, by sending forged requests.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to change plugin settings or inject malicious web scripts without authentication, potentially compromising the website's integrity and security. This could lead to unauthorized changes, defacement, or further attacks on site visitors or administrators.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the weichuncai (WPδΌͺζ₯θ) WordPress plugin to a version later than 1.5 where the nonce validation issue on the sm-options.php page is fixed. Additionally, avoid clicking on suspicious links and ensure that only trusted administrators have access to the plugin settings to reduce the risk of Cross-Site Request Forgery attacks.