
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-13598 is an unauthenticated privilege escalation vulnerability in the RestrictMate WordPress plugin affecting all versions before 1.3.0. The flaw allows unauthenticated attackers to create a new administrator account and obtain a logged-in administrator session, leading to full site takeover. It was publicly disclosed on August 21, 2026, and assigned a CVSS score of 9.8 (Critical) (WPScan). The vulnerability was discovered and reported by researcher João Ramos Maciel of treesec.com.br (WPScan).
The root cause is improper privilege management (CWE-269), classified under OWASP Top 10 A2: Broken Authentication and Session Management. The plugin fails to validate or restrict the role parameter submitted during user account registration, allowing any unauthenticated HTTP request to specify administrator as the desired role. This means an attacker can craft a registration request with an elevated role value and immediately receive an active administrator session without any prior authentication or authorization check (WPScan, GitHub Advisory). A public proof-of-concept is scheduled for release on September 21, 2026, to allow time for users to update (WPScan).
Successful exploitation grants an unauthenticated attacker full administrator access to the affected WordPress site, enabling complete site takeover. With administrator privileges, an attacker can install malicious plugins or themes, modify site content, exfiltrate sensitive user data (including credentials and personal information stored in the database), establish persistent backdoors, and potentially pivot to the underlying server if further vulnerabilities exist (WPScan, GitHub Advisory). The confidentiality, integrity, and availability of the entire WordPress installation are fully compromised.
No public proof-of-concept exploit is currently available; WPScan has indicated the PoC will be published on September 21, 2026 (WPScan). There is no evidence of active in-the-wild exploitation at this time, and no threat actor attribution has been reported (GitHub Advisory). The EPSS score is currently 0.0, and the vulnerability has not been added to the CISA Known Exploited Vulnerabilities (KEV) catalog. However, the trivial exploitation preconditions — requiring no authentication and targeting a common WordPress plugin — make this a high-priority patching target before the PoC is released.
https://target.com/wp-content/plugins/restrictmate/readme.txt.https://target.com/wp-login.php?action=register or a custom registration form provided by the RestrictMate plugin.role parameter set to administrator alongside standard registration fields (username, email, password). For example:POST /wp-login.php?action=register HTTP/1.1
Host: target.com
Content-Type: application/x-www-form-urlencoded
user_login=attacker&user_email=attacker@evil.com&role=administratoradministrator role and returns an authenticated session cookie, granting full administrative access to the WordPress dashboard.wp-login.php) showing new user registrations followed immediately by administrator-level logins from the same or unfamiliar IP addresses; unexpected entries in the WordPress wp_users and wp_usermeta tables with wp_capabilities set to administrator.role=administrator parameter from external or unknown IP addresses; unusual outbound connections from the web server following a new user registration event..php files with eval, base64_decode, or system functions) in the wp-content/uploads/ or plugin directories.bash, curl, wget) following administrator login activity from unknown accounts (WPScan).The primary remediation is to upgrade the RestrictMate WordPress plugin to version 1.3.0 or later, which restricts the user role parameter during account registration (WPScan). As an interim workaround, site administrators should disable open user registration (Settings > General > Anyone can register) until the patch is applied. Additionally, administrators should audit existing user accounts for any unauthorized administrator accounts that may have been created and remove them immediately. Restricting access to the registration endpoint via firewall rules or a Web Application Firewall (WAF) rule blocking role=administrator in POST parameters can provide additional protection.
The vulnerability was noted on social media platforms including Mastodon (infosec.exchange) and Bluesky shortly after disclosure, with automated CVE tracking accounts amplifying the advisory (Feedly). Spain's national cybersecurity agency INCIBE published an early warning alert for the vulnerability (INCIBE). No significant vendor statements beyond the WPScan advisory or notable independent researcher commentary have been observed at this time.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."