CloudSearch CVE-2025-62962
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Attacker needs no credentials (PR:N) but must trick an authenticated victim into interacting (UI:R); stored XSS executes across scope (S:C) with limited CIA impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Cross-Site Request Forgery (CSRF) vulnerability in Andrea Landonio CloudSearch cloud-search allows Stored XSS.This issue affects CloudSearch: from n/a through <= 3.0.0.
AnalysisAI
Stored cross-site scripting via CSRF in the CloudSearch WordPress plugin (versions up to and including 3.0.0) by Andrea Landonio allows a remote attacker to trick an authenticated user into submitting a forged request that injects persistent malicious script. Because the injected payload is stored and served to other users, its execution crosses a security scope (S:C), amplifying impact beyond the tricked victim. There is no public exploit identified at time of analysis, and the EPSS score is very low (0.02%, 5th percentile), indicating negligible near-term mass-exploitation pressure.
Technical ContextAI
The affected component is a WordPress plugin (cloud-search) that extends site search functionality. The root cause is CWE-352 (Cross-Site Request Forgery): a state-changing request handler lacks anti-CSRF protection such as WordPress nonce verification (wp_verify_nonce/check_admin_referer). The absence of that check lets an attacker forge a request on behalf of a logged-in user, and because the submitted value is persisted and later rendered without adequate output encoding/sanitization, the flaw chains into stored XSS. The plugin runs inside the PHP-based WordPress request lifecycle, so the injected script ultimately executes in the browser context of anyone who views the affected page (e.g., admin dashboard or public search output).
Affected ProductsAI
CloudSearch (WordPress plugin slug: cloud-search) by Andrea Landonio, all versions from an unspecified lower bound through and including 3.0.0 (from n/a through <= 3.0.0). No CPE string was provided in the input. The vulnerability is catalogued in the Patchstack database and referenced via NVD at https://patchstack.com/database/Wordpress/Plugin/cloud-search/vulnerability/wordpress-cloudsearch-plugin-3-0-0-cross-site-request-forgery-csrf-vulnerability?_s_id=cve
RemediationAI
No vendor-released patch identified at time of analysis; no fixed version beyond 3.0.0 is stated in the available data, so upgrading is not yet a confirmed option. As compensating controls, consider deactivating and removing the CloudSearch plugin until a patched release is published (trade-off: loss of the plugin's search functionality), which is the most reliable mitigation for an unpatched CSRF/stored-XSS chain. Deploy a WordPress-aware WAF or virtual patch (e.g., Patchstack) to filter forged requests and script payloads, restrict administrative/editor access and enforce short session lifetimes to shrink the pool of exploitable authenticated victims, and instruct privileged users to avoid clicking untrusted links while logged in. Monitor the vendor and the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/cloud-search/vulnerability/wordpress-cloudsearch-plugin-3-0-0-cross-site-request-forgery-csrf-vulnerability?_s_id=cve) for a fixed version and apply it once released.
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