Description
The Fluent Forms Pro Add On Pack plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 6.1.17. This is due to the `deleteFile()` method in the `Uploader` class lacking nonce verification and capability checks. The AJAX action is registered via `addPublicAjaxAction()` which creates both `wp_ajax_` and `wp_ajax_nopriv_` hooks. This makes it possible for unauthenticated attackers to delete arbitrary WordPress media attachments via the `attachment_id` parameter.

Note: The researcher described file deletion via the `path` parameter using `sanitize_file_name()`, but the actual code uses `Protector::decrypt()` for path-based deletion which prevents exploitation. The vulnerability is exploitable via the `attachment_id` parameter instead.
Published: 2026-03-05
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary deletion of WordPress media attachments
Action: Immediate Patch
AI Analysis

Impact

The Fluent Forms Pro Add On Pack plugin for WordPress contains an authorization flaw that permits any unauthenticated user to invoke the deleteFile() routine through a public AJAX endpoint. Because the routine lacks nonce verification and capability checks, an attacker can supply an attachment_id and have the system permanently remove the corresponding media file from the WordPress library. This deletion ability threatens site integrity by erasing images, documents, or other media assets that administrators or users rely on.

Affected Systems

All installations of techjewel’s Fluent Forms Pro Add On Pack up to and including version 6.1.17 are affected. The vulnerability originates in the Uploader class and is triggered via the public Ajax action registered by addPublicAjaxAction(). Administrators who have not upgraded their plugin to a version newer than 6.1.17 remain at risk.

Risk and Exploitability

With a CVSS score of 6.5 the vulnerability is classified as moderate, and the current EPSS estimate is below 1 %, indicating that real-world exploitation is unlikely at present. Nevertheless, the flaw is exploitable over the network by anyone with access to the site, and it requires only knowledge of an attachment ID, which can be discovered through normal media library queries or the WordPress REST API. As the flaw is not listed in the CISA KEV catalog, no immediate incident response measures are mandated, but the lack of authentication and authorisation makes it a priority for patching.

Generated by OpenCVE AI on April 15, 2026 at 16:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Fluent Forms Pro Add On Pack plugin to version 6.1.18 or later, where the deleteFile() method is protected by nonce verification and capability checks.
  • If an upgrade is not immediately possible, remove or disable the public AJAX action that deletes files by commenting out or deleting the addPublicAjaxAction() hook for the ‘delete_file’ action, or modify the plugin to add a capability check such as current_user_can('delete_posts') before proceeding.
  • Implement a temporary network‑level block on the AJAX endpoint (e.g., using ModSecurity or a firewall rule that rejects requests to the delete_file action from unauthenticated IPs) until the plugin is updated.
  • Audit all remaining plugins and themes for similar missing‑authorization issues to prevent further accidental data deletion.

Generated by OpenCVE AI on April 15, 2026 at 16:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 06 Mar 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Techjewel
Techjewel fluent Forms Pro Add On Pack
Wordpress
Wordpress wordpress
Vendors & Products Techjewel
Techjewel fluent Forms Pro Add On Pack
Wordpress
Wordpress wordpress

Thu, 05 Mar 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 05 Mar 2026 04:00:00 +0000

Type Values Removed Values Added
Description The Fluent Forms Pro Add On Pack plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 6.1.17. This is due to the `deleteFile()` method in the `Uploader` class lacking nonce verification and capability checks. The AJAX action is registered via `addPublicAjaxAction()` which creates both `wp_ajax_` and `wp_ajax_nopriv_` hooks. This makes it possible for unauthenticated attackers to delete arbitrary WordPress media attachments via the `attachment_id` parameter. Note: The researcher described file deletion via the `path` parameter using `sanitize_file_name()`, but the actual code uses `Protector::decrypt()` for path-based deletion which prevents exploitation. The vulnerability is exploitable via the `attachment_id` parameter instead.
Title Fluent Forms Pro Add On Pack <= 6.1.17 - Missing Authorization to Unauthenticated Arbitrary Attachment Deletion
Weaknesses CWE-862
References
Metrics cvssV3_1

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


Subscriptions

Techjewel Fluent Forms Pro Add On Pack
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:18:22.782Z

Reserved: 2026-02-20T19:07:46.936Z

Link: CVE-2026-2899

cve-icon Vulnrichment

Updated: 2026-03-05T15:39:24.234Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-03-05T04:15:57.233

Modified: 2026-03-05T19:38:53.383

Link: CVE-2026-2899

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-15T17:00:07Z

Weaknesses