Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
File deletion impacts both integrity (unauthorized removal of stored data) and availability (those archives become inaccessible), warranting A:L over the official A:N.
Primary rating from Vendor (wpscan).
CVSS VectorVendor: wpscan
Lifecycle Timeline
5DescriptionCVE.org
The WP Photo Album Plus WordPress plugin before 9.2.07.002 does not perform any capability or nonce check on one of its public REST endpoint actions, allowing unauthenticated users to delete the generated album export ZIP archives it stores.
AnalysisAI
Unauthenticated file deletion in WP Photo Album Plus WordPress plugin (all versions before 9.2.07.002) exposes a public REST endpoint that performs no capability or nonce verification, permitting any remote actor to delete generated album export ZIP archives stored by the plugin. The CVSS 3.1 score is 5.3 (Medium) with vector AV:N/AC:L/PR:N/UI:N reflecting zero authentication and trivial access requirements, though impact is scoped only to those regenerable archive files. No public exploit or CISA KEV listing exists; EPSS at 0.14% (4th percentile) confirms negligible current exploitation activity.
Technical ContextAI
WP Photo Album Plus is a WordPress photo management plugin that generates ZIP archives of album exports and persists them on the server filesystem. WordPress REST endpoints are designed to be protected by two independent controls: capability checks (asserting the calling user holds a required WordPress role or permission) and nonce tokens (a CSRF mitigation ensuring requests originate from an authorized session). This plugin exposes at least one public REST endpoint action that omits both controls entirely, reducing authorization to zero. The root cause is CWE-73 (External Control of File Name or Path), where an externally supplied HTTP request drives a server-side file operation - in this case deletion - without any validation of caller identity or request legitimacy. Affected product per EUVD-2026-54893: WP Photo Album Plus, all releases from version 0 up to (not including) 9.2.07.002.
RemediationAI
Update WP Photo Album Plus to version 9.2.07.002 or later, which is confirmed as available per the WPScan advisory at https://wpscan.com/vulnerability/d45c05bb-9c9f-4ed0-b02e-f683a56ba0e1/. If immediate patching is not feasible, restrict unauthenticated access to the WordPress REST API at the web server or WAF layer - for example, via an Nginx location block or Apache rewrite rule targeting the specific endpoint path - though this may break other REST-dependent integrations or themes. A narrower compensating control is to temporarily disable the album export feature within the plugin's own settings, which eliminates the attack surface without disrupting the broader REST API. Neither workaround substitutes for the vendor patch.
The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra para
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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 GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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
Remote code execution in WordPress 6.9.x (before 6.9.5) and 7.0.x (before 7.0.2) arises from a REST API batch endpoint r
Same weakness CWE-73 – External Control of File Name or Path
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-54893
GHSA-v9qq-4jqv-3fxp