Description
The WP Photo Album Plus WordPress plugin before 9.2.07.002 does not validate a client-controlled value used to build a file path in one of its public endpoint actions, and performs no authorisation check on it, allowing unauthenticated attackers to delete arbitrary ZIP archives on the server, including ones stored outside the web root.
Published: 2026-08-12
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

WP Photo Album Plus prior to 9.2.07.002 fails to validate a client‑controlled value used to build a file path and performs no authorisation check, allowing an unauthenticated attacker to delete arbitrary ZIP archives, including those outside the web root. The vulnerability can lead to loss of stored media, site functionality disruption, and potential exposure of sensitive content if ZIP files contain confidential data. The weakness corresponds to path traversal and missing authorisation checks, which are classic sources of data loss and integrity compromise.

Affected Systems

WordPress installations running WP Photo Album Plus versions earlier than 9.2.07.002 are affected. The plugin is commonly deployed as a public WordPress plugin and can be present on sites without special vetting. If the plugin is disabled or removed a potential attack surface is eliminated.

Risk and Exploitability

The vulnerability does not require authentication, so any visitor with access to the public endpoint can launch the deletion payload. While the CVSS score is not published, the lack of an EPSS score and absence from the KEV catalogue imply that it is not yet a known, widely exploited issue, yet the simplicity of exploitation and the absence of mitigations suggest a high risk if the plugin remains vulnerable. Attackers can trigger file deletion by providing a crafted path parameter to the vulnerable endpoint, bypassing any checks on the server side.

Generated by OpenCVE AI on August 12, 2026 at 12:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP Photo Album Plus to version 9.2.07.002 or later.
  • If an upgrade is not immediately possible, block or restrict access to the vulnerable deletion endpoint, for example by applying a firewall rule that allows the URL only from authenticated users or by disabling the feature in plugin settings if available.
  • Configure WordPress file permissions so that uploaded ZIP files are stored in a directory with restricted write permissions, preventing unintended deletion outside the web root.

Generated by OpenCVE AI on August 12, 2026 at 12:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-22
CWE-732

Wed, 12 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The WP Photo Album Plus WordPress plugin before 9.2.07.002 does not validate a client-controlled value used to build a file path in one of its public endpoint actions, and performs no authorisation check on it, allowing unauthenticated attackers to delete arbitrary ZIP archives on the server, including ones stored outside the web root.
Title WP Photo Album Plus < 9.2.07.002 - Unauthenticated Arbitrary ZIP File Deletion via delmyzip Path Traversal
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-12T06:00:16.626Z

Reserved: 2026-07-28T11:36:43.125Z

Link: CVE-2026-18048

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-12T06:19:29.380

Modified: 2026-08-12T06:19:29.380

Link: CVE-2026-18048

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T13:00:03Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-732

    Incorrect Permission Assignment for Critical Resource