CVE-2026-16578
7.5Admin Safety Guard · Login Security, Limit Logins, 2FA & Brute Force Protection
A missing capability check in the Admin Safety Guard WordPress plugin allows unauthenticated attackers to exfiltrate sensitive user data, including usernames, emails, roles, and 2FA status.
Executive summary
The Admin Safety Guard WordPress plugin is vulnerable to an unauthenticated information exposure flaw that allows attackers to harvest sensitive user account data.
Vulnerability
The plugin fails to implement necessary capability checks on a REST API endpoint, permitting unauthenticated users to query and retrieve the complete list of registered system users.
Business impact
The exposure of user data, including roles and two-factor authentication enrollment status, significantly increases the risk of targeted social engineering or credential-stuffing attacks. While the CVSS score is 7.5, the ability for an attacker to map the user base without authentication provides a roadmap for further system exploitation, potentially leading to unauthorized account access and a breach of user privacy.
Remediation
Immediate Action: Update the Admin Safety Guard plugin to version 1.4.0 or later immediately to enforce required authentication for the affected REST API endpoints.
Proactive Monitoring: Review web server access logs for anomalous requests directed toward the plugin's REST API routes, specifically looking for high-frequency requests from non-authenticated IP addresses.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block unauthorized access to the specific REST API endpoints associated with the plugin until the update is successfully applied.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the ease with which an attacker can enumerate the user base of a WordPress site, this vulnerability poses a significant risk to site security and user confidentiality. Administrators must prioritize updating the plugin to version 1.4.0 as soon as possible to close this information disclosure vector. Failure to remediate allows malicious actors to perform reconnaissance that facilitates more complex, downstream attacks against the organization.
More Admin Safety Guard CVEs
Sources
Originally found and disclosed by lodos2005, with WPScan (coordinator), per the CVE Program record.