Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Cross-Site Request Forgery (CSRF) vulnerability in wphobby Backwp allows Path Traversal. This issue affects Backwp: from n/a through 2.0.2.
AnalysisAI
Cross-Site Request Forgery (CSRF) vulnerability in the wphobby Backwp WordPress plugin (versions through 2.0.2) that enables path traversal attacks. An unauthenticated remote attacker can exploit this via a crafted web request to perform unauthorized actions and potentially access sensitive files outside intended directories. While the CVSS score of 7.4 indicates high severity with availability impact, the vulnerability requires user interaction (UI:R) and affects availability rather than confidentiality or integrity, suggesting moderate real-world exploitability.
Technical ContextAI
The vulnerability stems from improper CSRF token validation combined with insufficient input sanitization in the Backwp plugin's request handling mechanism. CWE-352 (Cross-Site Request Forgery) is the primary weakness, allowing attackers to craft malicious requests that are automatically executed in the victim's browser context when they visit attacker-controlled pages. The path traversal component (likely CWE-22) enables directory traversal sequences (e.g., '../../../') to bypass access controls and reach unintended file locations. Backwp, a WordPress backup and migration plugin, handles sensitive file operations, making CSRF+path traversal particularly dangerous. The CPE context indicates this affects the wphobby Backwp product family through version 2.0.2, suggesting the plugin's backup/restore or file management features are compromised.
RemediationAI
patch: Upgrade wphobby Backwp to version 2.0.3 or later (specific patch version not provided in available intelligence; verify via wphobby official repository or WordPress plugin directory) immediate_mitigation: Disable or deactivate the Backwp plugin until a patched version is confirmed available and tested workaround: Implement Web Application Firewall (WAF) rules to block requests with path traversal sequences (../, ..\) and validate CSRF tokens on all state-changing operations workaround: Restrict access to Backwp admin pages via IP allowlisting or authentication gating, reducing user interaction surface detection: Monitor server logs for requests containing path traversal patterns targeting backup/file management endpoints; check WordPress audit logs for unauthorized backup or file access events vendor_advisory: Check wphobby official website, WordPress plugin repository security notices, and WordPress security mailing lists for official patches and advisories
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 allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-17169