Overview
The Forminator Forms plugin for WordPress, a popular tool for creating various types of forms, is found to possess a critical vulnerability that could potentially lead to a system compromise or data leakage. The vulnerability, identified as CVE-2025-6464, affects all versions up to and including 1.44.2. This report lays out the details of this vulnerability, its potential impact, and the steps required for mitigation.
Vulnerability Summary
CVE ID: CVE-2025-6464
Severity: High (7.5)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: System compromise and potential data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
Forminator Forms Plugin for WordPress | Up to and including 1.44.2
How the Exploit Works
The vulnerability exists due to the unsafe deserialization of untrusted input in the ‘entry_delete_upload_files’ function. An attacker can exploit this by injecting a malicious PHP Object through a PHAR file. The deserialization occurs when a form submission is deleted, either by an Administrator or via auto-deletion determined by plugin settings. If a PHP Object-Oriented Programming (POP) chain is present in an additional plugin or theme installed on the target system, arbitrary actions such as file deletion, sensitive data retrieval, or code execution could be performed depending on the POP chain present.
Conceptual Example Code
The following is a conceptual example of how the vulnerability might be exploited. This is a sample HTTP request with a malicious payload.
POST /forminator_forms/delete HTTP/1.1
Host: target.example.com
Content-Type: application/php
{ "entry_delete_upload_files": "phar://path/to/malicious/file.phar" }
Mitigation
Users are advised to apply the vendor patch immediately. For temporary mitigation, users can employ a Web Application Firewall (WAF) or an Intrusion Detection System (IDS) to monitor and block suspicious activities. However, these measures only offer temporary relief and do not address the root cause of the vulnerability.
