Strategic Overview
- Status
- Patched in 2.8.21
- Affected Plugin
- System Dashboard
- Affected Version
<= 2.8.20- CVSS
- 4.3Medium
- Weakness type
- CWE-352 · Cross-Site Request Forgery (CSRF)
- CVE
CVE-2025-10377
At a glance
CVE-2025-10377 is a medium-severity Cross-Site Request Forgery (CSRF) vulnerability in the System Dashboard WordPress plugin, affecting versions <= 2.8.20. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 2.8.21; sites on affected versions should update now. Disclosed September 2025, reported by Đỗ Quang Huy.
Vulnerability Overview
The System Dashboard plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.8.20. This is due to missing nonce validation on the sd_toggle_logs() function. This makes it possible for unauthenticated attackers to toggle critical logging settings including Page Access Logs, Error Logs, and Email Delivery Logs via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site.
CWE-352: Cross-Site Request Forgery (CSRF)
System Dashboard <= 2.8.20 carries this weakness at sd_toggle_logs(), and reaching it takes a caller who can reach the endpoint. Cross-site request forgery abuses the fact that browsers attach a victim's cookies to any request, so a state-changing action that only checks who you are, not whether you meant to act, can be triggered from another site.
An attacker who gets a logged-in user to load a crafted page can perform that action as them, with the impact scaling to whatever the victim's role is allowed to do. For System Dashboard the fix is 2.8.21: builds <= 2.8.20 are affected, anything from 2.8.21 onward is not.
Remediation
Update to version 2.8.21, or a newer patched version
How does WordSec protect against this?
The attempt arrives as an ordinary request to System Dashboard: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: System Dashboard 2.8.21 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in System Dashboard
- 7.2CVE-2024-11107: System Dashboard <= 2.8.14 Stored Cross-Site Scripting
CVE-2024-11107 - 6.1CVE-2024-12299: System Dashboard <= 2.8.17 Reflected XSS
CVE-2024-12299 - 6.1CVE-2023-7246: System Dashboard <= 2.8.9 Reflected XSS
CVE-2023-7246 - 4.9CVE-2024-10708: System Dashboard <= 2.8.14 Arbitrary File Read
CVE-2024-10708 - 4.3CVE-2025-26911: System Dashboard <= 2.8.18 Info Exposure
CVE-2025-26911 - 4.3CVE-2023-5711: System Dashboard Information Disclosure (sd_php_info)
CVE-2023-5711 - 4.3CVE-2023-5714: System Dashboard Information Disclosure (sd_db_specs)
CVE-2023-5714 - 4.3CVE-2023-5712: System Dashbo… Information Disclosure (sd_global_value)
CVE-2023-5712
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C