System Dashboard <= 2.8.7 - Missing Authorization to Information Disclosure (sd_global_value)
Strategic Overview
- Status
- Patched in 2.8.8
- Affected Plugin
- System Dashboard
- Affected Version
<= 2.8.7- CVSS
- 4.3Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2023-5712
At a glance
CVE-2023-5712 is a medium-severity Missing Authorization vulnerability in the System Dashboard WordPress plugin, affecting versions <= 2.8.7. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). The root cause is a missing authorization check on a reachable function. The issue is fixed in version 2.8.8; sites on affected versions should update now. Disclosed December 2023, reported by Dmitrii Ignatyev.
Vulnerability Overview
The System Dashboard plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the sd_global_value() function hooked via an AJAX action in all versions up to, and including, 2.8.7. This makes it possible for authenticated attackers, with subscriber-level access and above, to retrieve sensitive global value information.
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 interaction from a victim user.
CWE-862: Missing Authorization
System Dashboard <= 2.8.7 carries this weakness at sd_global_value(), and reaching it takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For System Dashboard the fix is 2.8.8: builds <= 2.8.7 are affected, anything from 2.8.8 onward is not.
Remediation
Update to version 2.8.8, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: System Dashboard 2.8.8 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
- 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-5713: System Dashbo… Information Disclosure (sd_option_value)
CVE-2023-5713 - 4.3CVE-2023-5710: System Dashboard Information Disclosure (sd_constants)
CVE-2023-5710
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-10377: System Dashboard <= 2.8.20 Cross-Site Request Forgery
CVE-2025-10377 - 4.3CVE-2025-26911: System Dashboard <= 2.8.18 Info Exposure
CVE-2025-26911
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C