CVE-2026-18786
8.8WordPress · CheckView
The CheckView WordPress plugin fails to properly validate REST API authentication, allowing unauthenticated attackers to bypass nonce checks and perform administrative actions via cross-site request forgery.
Executive summary
A critical authentication bypass vulnerability in the CheckView WordPress plugin allows unauthenticated attackers to perform administrative actions via malicious links.
Vulnerability
The plugin improperly implements a REST API authentication filter that fails to isolate its scope, allowing attackers to discard authentication errors and execute REST actions as an administrator. This flaw is triggered when an administrator is enticed to click a crafted link, which effectively bypasses intended security controls.
Business impact
The ability for an attacker to perform administrative actions, such as creating new administrator accounts, poses a catastrophic risk to the integrity and availability of the affected WordPress site. Given the CVSS score of 8.8, this vulnerability is categorized as high severity because it enables full account takeover or site compromise, which may lead to complete data exfiltration, total loss of site control, and significant reputational damage.
Remediation
Immediate Action: Update the CheckView plugin to version 2.3.2 or higher immediately to resolve the authentication filter flaw.
Proactive Monitoring: Audit the WordPress user database for newly created administrative accounts or suspicious modifications to plugin settings.
Compensating Controls: Deploy a Web Application Firewall (WAF) to block suspicious REST API requests and implement strict administrative access policies to prevent unauthorized interaction with sensitive endpoints.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a high-risk security gap that could lead to the complete compromise of the WordPress environment. Administrators must prioritize updating the CheckView plugin to version 2.3.2 or later to ensure the REST API authentication logic is correctly constrained. Failure to patch this vulnerability leaves the platform susceptible to unauthorized administrative actions and potential site takeover.
More WordPress CVEs
Sources
Originally found and disclosed by Usama Arshad, with WPScan (coordinator), per the CVE Program record.