Wordpress Plugin
CVE-2025-63057
MEDIUM
Severity by source
AV:N/AC:L/PR:L/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
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Roxnor Wp Ultimate Review wp-ultimate-review allows DOM-Based XSS.This issue affects Wp Ultimate Review: from n/a through <= 2.3.7.
AnalysisAI
DOM-based cross-site scripting in WordPress plugin WP Ultimate Review versions ≤2.3.7 allows remote attackers to execute malicious JavaScript in victims' browsers via crafted input that is improperly sanitized during client-side page rendering. The vulnerability requires user interaction (CVSS UI:R) but no authentication (PR:N), enabling attacks via social engineering or malicious links. Exploitation probability is low (EPSS 0.04%, 14th percentile), with no public exploit identified at time of analysis and no confirmed active exploitation (not in CISA KEV).
Technical ContextAI
This is a DOM-based XSS vulnerability (CWE-79) in the WP Ultimate Review WordPress plugin by Roxnor, affecting all versions through 2.3.7. DOM-based XSS occurs when client-side JavaScript code processes untrusted data and dynamically writes it to the Document Object Model without proper sanitization. Unlike reflected or stored XSS where the payload executes during server-side HTML generation, DOM-based XSS manifests entirely in the browser through vulnerable JavaScript functions (e.g., innerHTML, document.write, eval). The plugin likely accepts user-controllable input through URL parameters, fragments, or form fields that JavaScript code then inserts into the page DOM without encoding or validation. The vulnerability was reported by Patchstack's security research team (audit@patchstack.com), indicating discovery through third-party security audit rather than vendor disclosure.
Affected ProductsAI
WordPress plugin WP Ultimate Review by Roxnor, all versions from earliest release through version 2.3.7 inclusive. The vulnerability report does not specify a lower version bound (indicated as 'n/a' in source data), suggesting all historical versions contain the flaw. Affected installations include any WordPress site with this plugin active, regardless of WordPress core version. The Patchstack database entry (reference: https://patchstack.com/database/Wordpress/Plugin/wp-ultimate-review/vulnerability/wordpress-wp-ultimate-review-plugin-2-3-6-cross-site-scripting-xss-vulnerability?_s_id=cve) provides additional vulnerability details, though the reference URL mentions version 2.3.6 specifically while the CVE scope extends through 2.3.7.
RemediationAI
Upgrade WP Ultimate Review plugin to the latest patched version immediately. While the provided data does not specify an exact fixed release version number, the vulnerability scope indicates versions through 2.3.7 are affected, implying version 2.3.8 or higher should contain the fix. Site administrators should log into WordPress admin dashboard, navigate to Plugins, check for available updates to WP Ultimate Review, and apply the update. Before updating production sites, test the new version in staging environments to ensure compatibility. If immediate patching is not feasible, implement temporary mitigations: disable the WP Ultimate Review plugin until patching is complete, restrict plugin usage to trusted administrators only, implement Content Security Policy (CSP) headers to mitigate XSS impact (e.g., script-src 'self'), and educate users about not clicking untrusted links that could trigger DOM-based payload execution. Consult the official Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/wp-ultimate-review/ for vendor-specific remediation guidance and confirmation of fixed version numbers.
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-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today