CVE-2026-3296 Details
Description
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.
A vulnerability allowing PHP object injection has been identified in the Everest Forms plugin for WordPress, affecting all versions through 3.4.3. The issue arises from the plugin's 'html-admin-page-entries-view.php' file, which deserializes untrusted input from form entry metadata using PHP's native 'unserialize()' function. This deserialization occurs without proper safeguards, allowing unauthenticated attackers to inject serialized PHP object payloads through public form fields. The injected payloads bypass 'sanitize_text_field()' sanitization, as serialization control characters are not removed, and are stored in the 'wp_evf_entrymeta' database table. When an administrator accesses the entries, the deserialized data is processed without any class restrictions, potentially leading to malicious object injection exploitation.
Users are advised to update the Everest Forms plugin to version 3.4.4 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 8, 2026CISA-ADP
Assessed Apr 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-502 | Deserialization of Untrusted Data | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Everest Forms | <= 3.4.3 (semver) |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 25, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 8, 2026 | New CVE Received | [email protected] |
Volerion