WordPress Plugin Vulnerabilities

Everest Forms < 3.4.4 - Unauthenticated PHP Object Injection via Form Entry Metadata

Description

The plugin is vulnerable to PHP Object Injection 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.

Affects Plugins

Fixed in 3.4.4

References

Classification

Type
OBJECT INJECTION
CWE

Miscellaneous

Original Researcher
0xsabre
Verified
No

Timeline

Publicly Published
2026-04-07 (about 1 month ago)
Added
2026-04-07 (about 1 month ago)
Last Updated
2026-04-07 (about 1 month ago)

Other