critical CVSS 9.8

CVE-2025-3439·PHP vulnerability

The Everest Forms – Contact Form, Quiz, Survey, Newsletter & Payment Form Builder for WordPress plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.1.1 via deserialization of untrusted input from the 'field_value' parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present.

Severity
critical
Software
PHP
Fixed in
3.1.2
Published
2025-04-11

Affected versions

Until: 3.1.2

Fixed in: 3.1.2

How to fix this CVE

Update the Everest Forms WordPress plugin to version 3.1.2 or later to patch the PHP Object Injection vulnerability. This update eliminates unsafe deserialization of untrusted input from the 'field_value' parameter. While exploitation requires a secondary POP chain to be present, upgrading immediately reduces your attack surface and removes the injection vector entirely.

sudo dnf update php

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

POST /wp-admin/admin-ajax.php.*field_value.*O:[0-9]+:".*":.*{.*}

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Block POST requests to form handlers containing base64-encoded or URL-encoded serialized PHP objects in the 'field_value' parameter. Implement input validation to reject data containing serialization markers (e.g., 'O:', 'a:', 'C:') in form fields.

How to check if you are affected

  1. Step 1: Check the installed Everest Forms plugin version by running: wp plugin list --field=name,version | grep everest-forms (requires WP-CLI access)
  2. Step 2: Verify if additional plugins with POP chains are installed by reviewing wp-content/plugins/ directory and cross-referencing against known vulnerable packages
  3. Step 3: Search web server logs for POST requests to admin-ajax.php or form endpoints containing base64-encoded serialized objects in the 'field_value' parameter: grep -i 'field_value.*O:' /var/log/apache2/access.log
  4. Step 4: Confirm the fix by verifying Everest Forms version is 3.1.2 or higher via the WordPress admin dashboard or wp plugin list command

FAQ

What is CVE-2025-3439?

CVE-2025-3439 is a PHP Object Injection vulnerability in the Everest Forms WordPress plugin that allows unauthenticated attackers to inject malicious PHP objects through the 'field_value' parameter. The vulnerability depends on a secondary POP (Property-Oriented Programming) chain from another plugin or theme to achieve code execution or data theft.

Is CVE-2025-3439 being actively exploited?

No, CVE-2025-3439 is not currently listed on the CISA KEV catalog and has no known public exploits available. However, the critical CVSS 9.8 score warrants immediate patching as exploit code could emerge.

What versions of Everest Forms are affected by CVE-2025-3439?

All versions of Everest Forms up to and including 3.1.1 are affected. The vulnerability has been patched in version 3.1.2 and later.

How do I check if my server is vulnerable to CVE-2025-3439?

Use wp plugin list --field=name,version | grep everest-forms to check your installed version. If it shows 3.1.1 or earlier, your site is vulnerable. Additionally, audit installed plugins for known POP chain vulnerabilities using security scanners like Wordfence or Sucuri.

Does Defensia detect CVE-2025-3439?

Yes — Defensia's CVE advisory scanner compares installed WordPress plugin versions against the NVD database. If Everest Forms is installed on a monitored server, CVE-2025-3439 will appear in your dashboard with remediation steps.

Related PHP CVEs

CVE-2025-47916CVSS 10Invision Community 5.0.0 before 5.0.7 allows remote code execution via crafted template strings to themeeditor.php. The issue lies within the themeeditor controller (file: /applications/core/modules/front/system/themeeditor.php), where a protected method named customCss can be invoked by unauthenticated users. This method passes the value of the content parameter to the Theme::makeProcessFunction() method; hence it is evaluated by the template engine. Accordingly, this can be exploited by unauthenticated attackers to inject and execute arbitrary PHP code by providing crafted template strings.
CVE-2026-28289CVSS 10FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. A patch bypass vulnerability for CVE-2026-27636 in FreeScout 1.8.206 and earlier allows any authenticated user with file upload permissions to achieve Remote Code Execution (RCE) on the server by uploading a malicious .htaccess file using a zero-width space character prefix to bypass the security check. The vulnerability exists in the sanitizeUploadedFileName() function in app/Http/Helper.php. The function contains a Time-of-Check to Time-of-Use (TOCTOU) flaw where the dot-prefix check occurs before sanitization removes invisible characters. This vulnerability is fixed in 1.8.207.
CVE-2025-46348CVSS 10YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.
CVE-2025-25174CVSS 10Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in beeteam368 BeeTeam368 Extensions beeteam368-extensions allows PHP Local File Inclusion.This issue affects BeeTeam368 Extensions: from n/a through <= 1.9.4.
CVE-2025-62521CVSS 10ChurchCRM is an open-source church management system. Prior to version 5.21.0, a pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The vulnerability exists in `setup/routes/setup.php` where user input from the setup form is directly concatenated into a PHP configuration template without any validation or sanitization. Any parameter in the setup form can be used to inject PHP code that gets written to `Include/Config.php`, which is then executed on every page load. This is more severe than typical authenticated RCE vulnerabilities because it requires no credentials and affects the installation process that administrators must complete. Version 5.21.0 patches the issue.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2025-3439. Free for 1 server.

Get started free