Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L
Network-accessible, unauthenticated, zero-interaction; I:L assigned because file deletion constitutes integrity loss, contradicting the provided I:N; A:L retained given apparent non-arbitrary scope constraint.
Primary rating from Vendor (patchstack).
CVSS VectorVendor: patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Arbitrary File Deletion in ShortPixel Adaptive Images <= 3.11.4 versions.
AnalysisAI
Unauthenticated path traversal file deletion affects ShortPixel Adaptive Images WordPress plugin versions 3.11.4 and earlier, allowing remote attackers without any credentials to delete files outside the plugin's intended directory scope. The CVSS vector (PR:N, AC:L, S:C) confirms no authentication is required and that the impact crosses component boundaries, potentially reaching WordPress core files or other hosted content. No public exploit code or CISA KEV listing has been identified at time of analysis, though the low attack complexity and zero privilege requirement make opportunistic exploitation straightforward once the vulnerability is known.
Technical ContextAI
ShortPixel Adaptive Images is a WordPress plugin (wordpress/shortpixel-adaptive-images) that performs server-side image optimization and adaptive delivery. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal): user-supplied input is passed to a file deletion routine without adequate sanitization, allowing directory traversal sequences (e.g., '../../../') to escape the intended plugin working directory. The changed scope (S:C in the CVSS vector) indicates the traversal can reach files belonging to other WordPress components or the broader filesystem, not just the plugin's own cache. Notably, the Patchstack advisory URL references 'non-arbitrary file deletion,' suggesting the reachable file paths may be constrained to a subset of the filesystem rather than fully arbitrary - a meaningful distinction for impact assessment.
RemediationAI
Upgrade ShortPixel Adaptive Images to version 3.11.5 or later. The fix version is inferred from the Patchstack advisory URL slug ('3-11-5'), which has not been independently confirmed via a separate vendor changelog in the provided data - administrators should verify the current plugin version in the WordPress repository before upgrading. The advisory is at https://patchstack.com/database/wordpress/plugin/shortpixel-adaptive-images/vulnerability/wordpress-shortpixel-adaptive-images-plugin-3-11-5-non-arbitrary-file-deletion-vulnerability?_s_id=cve. If immediate patching is not possible, a compensating control is to restrict unauthenticated HTTP access to the specific endpoint or parameter that triggers the deletion routine at the web server or WAF layer (block requests containing path traversal sequences such as '../' directed at plugin endpoints); note this may break legitimate plugin functionality and should be tested in staging first.
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
EUVD-2026-39719
GHSA-v6hj-467c-2chv