Description
The WP Foodbakery plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'delete_locations_backup_file_callback' function in all versions up to, and including, 4.9. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
Published: 2026-07-22
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The delete_locations_backup_file_callback function in the WP Foodbakery plugin (versions up to and including 4.9) performs insufficient validation of the file path supplied by the AJAX request. This flaw allows an authenticated user with subscriber-level access or higher to specify any file path on the server and delete the target file. Because the caller can choose critical WordPress or plugin files such as wp-config.php, the deletion can be used to compromise the site's configuration and potentially achieve remote code execution. The weakness is a classic example of CWE-23, path traversal or manipulation.

Affected Systems

WordPress sites employing the Chimpstudio WP Foodbakery plugin version 4.9 or earlier are affected. The vulnerability applies to any user authenticated with at least subscriber privileges. The attack impacts the server file system of the hosted WordPress installation.

Risk and Exploitability

The CVSS score of 8.1 classifies the issue as high severity, while the EPSS score of less than 1% indicates a low probability of exploitation in the wild at present. The flaw is not listed in the CISA KEV catalog. Because the vulnerability requires legitimate authentication, the attack vector is likely internal user activity or compromised account credentials. Once the attacker deletes a sensitive file or replaces it, remote code execution can be achieved, making the threat significant if exploited.

Generated by OpenCVE AI on August 4, 2026 at 00:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the WP Foodbakery plugin to the latest version where this deletion flaw has been patched.
  • If an upgrade cannot be performed immediately, disable or restrict the delete_locations_backup_file AJAX action so that only trusted administrators can invoke it.
  • Adjust WordPress role capabilities to reduce the scope of subscriber accounts, ensuring they cannot trigger the vulnerable AJAX endpoint.
  • Monitor server logs for unexpected delete actions and review security logs for patterns consistent with file deletion abuse.

Generated by OpenCVE AI on August 4, 2026 at 00:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Chimpstudio
Chimpstudio wp Foodbakery
Wordpress
Wordpress wordpress
Vendors & Products Chimpstudio
Chimpstudio wp Foodbakery
Wordpress
Wordpress wordpress

Wed, 22 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 22 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Description The WP Foodbakery plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'delete_locations_backup_file_callback' function in all versions up to, and including, 4.9. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
Title WP Foodbakery <= 4.9 - Authenticated (Subscriber+) Arbitrary File Deletion via via delete_locations_backup_file AJAX Action
Weaknesses CWE-23
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}


Subscriptions

Chimpstudio Wp Foodbakery
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-22T13:02:39.261Z

Reserved: 2026-07-15T06:42:29.600Z

Link: CVE-2026-15802

cve-icon Vulnrichment

Updated: 2026-07-22T13:02:34.782Z

cve-icon NVD

Status : Deferred

Published: 2026-07-22T05:17:08.820

Modified: 2026-07-22T16:30:26.533

Link: CVE-2026-15802

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T00:15:04Z

Weaknesses
  • CWE-23

    Relative Path Traversal