Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (Wordfence) · only source for this CVE.
CVSS VectorVendor: Wordfence
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
The Everest Forms plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.4.3 via deserialization of untrusted input from form entry metadata. This is due to the html-admin-page-entries-view.php file calling PHP's native unserialize() on stored entry meta values without passing the allowed_classes parameter. This makes it possible for unauthenticated attackers to inject a serialized PHP object payload through any public Everest Forms form field. The payload survives sanitize_text_field() sanitization (serialization control characters are not stripped) and is stored in the wp_evf_entrymeta database table. When an administrator views entries or views an individual entry, the unsafe unserialize() call processes the stored data without class restrictions.
AnalysisAI
PHP object injection in Everest Forms for WordPress (all versions ≤3.4.3) allows unauthenticated remote attackers to achieve critical system compromise. Attackers submit malicious serialized payloads through any public form field, which persist through sanitization into the wp_evf_entrymeta database table. When administrators view form entries, unsafe unserialize() without class restrictions processes the payload, enabling arbitrary code execution. CVSS 9.8 (Critical) reflects network-accessible
Technical ContextAI
This vulnerability exploits PHP's unserialize() function, a known attack surface for object injection (CWE-502). The affected code path in html-admin-page-entries-view.php deserializes user-controlled data from form entry metadata without the allowed_classes parameter, which would restrict instantiation to safe classes. PHP object injection occurs when attackers craft serialized objects containing magic methods (__wakeup, __destruct, __toString) that trigger automatically during deserialization. If WordPress or installed plugins/themes contain POP (Property-Oriented Programming) chains-classes with exploitable magic methods-attackers can chain these together to achieve arbitrary code execution, file operations, or database manipulation. The vulnerability's critical severity stems from the attack surface (any public-facing Everest Forms instance) and the trigger mechanism (administrator viewing entries, a routine administrative action). Everest Forms is a WordPress contact/payment form builder plugin (cpe:2.3:a:wpeverest:everest_forms), making this vulnerability accessible on any WordPress site using the plugin with public forms.
RemediationAI
Immediately upgrade to Everest Forms version 3.4.4 or later, which addresses the unsafe deserialization vulnerability as documented in the changelog at https://plugins.trac.wordpress.org/changeset/3489938/everest-forms/tags/3.4.4/readme.txt. The patch modifies the deserialization logic to implement safe handling of entry metadata, visible in the code differences between version 3.4.3 and 3.4.4 at https://plugins.trac.wordpress.org/changeset?old_path=/everest-forms/tags/3.4.3&new_path=/everest-forms/tags/3.4.4. Site administrators should update through the WordPress admin dashboard (Plugins > Updates) or via WP-CLI using 'wp plugin update everest-forms'. If immediate patching is not feasible, temporary risk reduction measures include restricting form entry viewing to only essential administrators (reduces trigger surface), implementing Web Application Firewall rules to detect serialized object patterns in form submissions (though determined attackers can obfuscate payloads), and monitoring the wp_evf_entrymeta database table for suspicious serialized data patterns. However, these workarounds do not eliminate the vulnerability and patching remains the only complete remediation.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20020