WorkScout-Core
CVE-2026-52716
MEDIUM
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Arbitrary file deletion with no prerequisites can remove wp-config.php or core files, causing complete integrity and availability loss; C:N holds as deletion alone does not read data.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Arbitrary File Deletion in WorkScout-Core <= 1.7.11 versions.
AnalysisAI
Unauthenticated arbitrary file deletion in the WorkScout-Core WordPress plugin (versions <= 1.7.11) allows any remote attacker to delete files on the underlying server without credentials. The flaw stems from a path traversal weakness (CWE-22) in a file-handling endpoint that fails to sanitize user-supplied input before constructing filesystem paths. Exploitation requires no authentication, no user interaction, and no special configuration, meaning every publicly reachable WordPress installation running this plugin version is exposed; no public exploit or CISA KEV listing has been identified at time of analysis.
Technical ContextAI
WorkScout-Core (CPE: cpe:2.3:a:purethemes:workscout-core) is a WordPress plugin by PureThemes that provides job board and recruitment functionality. The vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal), meaning the plugin accepts a filename or path parameter from unauthenticated HTTP requests and passes it to a filesystem deletion function without canonicalizing or validating that the resolved path remains within an expected directory. By injecting traversal sequences (e.g., '../../../'), an attacker can escape the intended upload or cache directory and target arbitrary files accessible to the web server process, including critical WordPress files such as wp-config.php or core PHP files.
RemediationAI
No vendor-released patch version has been independently confirmed in the available data; the Patchstack disclosure at https://patchstack.com/database/wordpress/plugin/workscout-core/vulnerability/wordpress-workscout-core-plugin-1-7-11-arbitrary-file-deletion-vulnerability should be monitored for a fixed release. As an immediate compensating control, deactivate or uninstall the WorkScout-Core plugin entirely until a patched version is confirmed - this fully eliminates the attack surface but disables job board functionality. If deactivation is not operationally feasible, restrict access to the WordPress installation's public-facing endpoints at the web server or firewall layer to trusted IP ranges, accepting the trade-off of reduced site accessibility. Additionally, harden the web server process account so it lacks write or delete permissions to files outside the WordPress uploads directory, limiting the blast radius of any successful path traversal. Ensure wp-config.php file permissions are set to 400 or 440 to reduce exploitability of sensitive file access.
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-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today