CVE-2025-10377
BaseFortify
Publication date: 2025-09-26
Last updated on: 2025-09-26
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | system_dashboard | * |
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 System Dashboard plugin for WordPress, affecting all versions up to and including 2.8.20. It occurs because the plugin's sd_toggle_logs() function lacks nonce validation, allowing an attacker to trick a site administrator into performing actions like toggling critical logging settings through a forged request.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to change important logging settings such as Page Access Logs, Error Logs, and Email Delivery Logs without authentication. This could lead to disabling or altering logs that are critical for monitoring and troubleshooting, potentially hiding malicious activity or causing loss of important audit information.