The Fluent Forms Pro Add On Pack plugin for WordPress is...
Moderate severity
Unreviewed
Published
Mar 5, 2026
to the GitHub Advisory Database
•
Updated Mar 5, 2026
Description
Published by the National Vulnerability Database
Mar 5, 2026
Published to the GitHub Advisory Database
Mar 5, 2026
Last updated
Mar 5, 2026
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 theUploaderclass lacking nonce verification and capability checks. The AJAX action is registered viaaddPublicAjaxAction()which creates bothwp_ajax_andwp_ajax_nopriv_hooks. This makes it possible for unauthenticated attackers to delete arbitrary WordPress media attachments via theattachment_idparameter.Note: The researcher described file deletion via the
pathparameter usingsanitize_file_name(), but the actual code usesProtector::decrypt()for path-based deletion which prevents exploitation. The vulnerability is exploitable via theattachment_idparameter instead.References