Description
The CODE MONKEYS PROPOSALS WordPress plugin through 1.0.1 does not validate a user-supplied file path before deleting a file, and does not check the capability of the user making the request, allowing any authenticated user, such as a subscriber, to delete arbitrary files on the server, which can lead to a site takeover.
Published: 2026-09-12
Score: n/a
EPSS: n/a
KEV: No
Impact: Arbitrary file deletion allowing site takeover by any authenticated user
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in the Code Monkeys Proposals WordPress plugin up to version 1.0.1. It fails to validate the file path supplied by the user performing a delete request and does not verify the user’s capability to do so. As a result, any authenticated user, including subscribers, can delete any file on the server. This can lead to widespread loss of site assets, compromise of the server, and ultimately a full site takeover. The weakness is a classic case of path traversal and improper input validation.

Affected Systems

WordPress sites running the Code Monkeys Proposals plugin version 1.0.1 or earlier. The plugin is listed as Unknown:CODE MONKEYS PROPOSALS in vendor data. No additional version detail is provided beyond the 1.0.1 upper bound.

Risk and Exploitability

Enterprise and small‑site WordPress installations are at risk if the vulnerable plugin is present. No EPSS score is available and the vulnerability is not listed in the CISA KEV catalog, so while the exploitation probability is undetermined, the potential damage is significant. Attackers would provide a crafted file path via the delete endpoint, bypassing permission checks; the admin or hosting environment must be prepared for a potential site compromise.

Generated by OpenCVE AI on September 12, 2026 at 08:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Code Monkeys Proposals plugin to the latest released version that addresses the path‑traversal validation flaw.
  • If an updated version is unavailable or the site cannot be upgraded immediately, deactivate or uninstall the plugin to eliminate the vulnerability surface.
  • As a temporary measure, restrict the subscriber role’s capabilities so that it cannot access the delete functionality, and block the plugin’s delete endpoint at the web‑server level if feasible.

Generated by OpenCVE AI on September 12, 2026 at 08:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 08:45:00 +0000

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

Sat, 12 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The CODE MONKEYS PROPOSALS WordPress plugin through 1.0.1 does not validate a user-supplied file path before deleting a file, and does not check the capability of the user making the request, allowing any authenticated user, such as a subscriber, to delete arbitrary files on the server, which can lead to a site takeover.
Title Code Monkeys Proposals <= 1.0.1 - Subscriber+ Arbitrary File Deletion via Path Traversal
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-12T06:00:07.399Z

Reserved: 2026-08-20T07:32:13.568Z

Link: CVE-2026-77005

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-12T06:16:24.623

Modified: 2026-09-12T06:16:24.623

Link: CVE-2026-77005

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-12T08:30:10Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-22

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