Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Cross-Site Request Forgery (CSRF) vulnerability in Adnan Haque (a11n) Virtual Moderator allows Cross-Site Scripting (XSS). This issue affects Virtual Moderator: from n/a through 1.4.
AnalysisAI
CVE-2025-52772 is a CSRF vulnerability in Adnan Haque's Virtual Moderator plugin (versions through 1.4) that enables Cross-Site Scripting (XSS) attacks. An unauthenticated attacker can exploit this via a malicious webpage to perform unauthorized actions and inject malicious scripts, potentially compromising user sessions and data. With a CVSS score of 7.1 and network-accessible attack vector requiring only user interaction, this vulnerability poses a moderate-to-significant risk to affected installations, though exploitation requires social engineering to trick users into visiting attacker-controlled sites.
Technical ContextAI
The vulnerability exists in the Virtual Moderator plugin (CPE: likely a11n/Virtual Moderator or similar WordPress/web plugin identifier). The root cause is CWE-352 (Cross-Site Request Forgery), which allows attackers to forge requests from authenticated users without their knowledge. The vulnerability is compounded by a secondary XSS impact, suggesting insufficient input validation and CSRF token verification. The plugin likely lacks proper nonce validation and sanitization of user inputs, allowing attackers to chain CSRF attacks with XSS payloads. This is typical in web plugins where state-changing operations (moderation actions, settings changes) are protected by insufficient anti-CSRF mechanisms and output encoding is inadequate.
RemediationAI
Upgrade Virtual Moderator to version 1.5 or later (assumed; verify with plugin repository); priority: Immediate Workaround: Disable the Virtual Moderator plugin if version 1.4 or earlier and patch is unavailable; use alternative moderation solutions Mitigation: Implement Web Application Firewall (WAF) rules to detect and block CSRF token manipulation and XSS payloads targeting moderation endpoints Mitigation: Enforce Content Security Policy (CSP) headers to restrict script execution and form submissions Mitigation: Audit user roles and permissions; limit moderation privileges to trusted administrators only Developer Fix: Implement WordPress nonce verification (wp_verify_nonce) on all state-changing operations; sanitize and escape all user inputs; validate referrer headers
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-28458