Approved changes feed: RSS · Atom

cpe:2.3:a:wpeverest:everest_forms_–_contact_form,_payment_form,_quiz,_survey_&_custom_form_builder:*:*:*:*:*:*:*:*

part: a version: * update: *

VendorWpeverest (893868fd-7465-5174-8b2f-d1079aaa15d0)
ProductEverest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder (8fec2854-0fdb-5790-92fa-ea96c98451eb)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from gcve-enriched-dumps CVE data

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-5478 vulnerable 2026-06-03 15:26:27.209175 Everest Forms <= 3.4.4 - Unauthenticated Arbitrary File Read and Deletion via Upload Field 'old_files' Parameter
HIGH (8.1)
The Everest Forms plugin for WordPress is vulnerable to Arbitrary File Read and Deletion in all versions up to, and including, 3.4.4. This is due to the plugin trusting attacker-controlled old_files data from public form submissions as legitimate server-side upload state, and converting attacker-supplied URLs into local filesystem paths using regex-based string replacement without canonicalization or directory boundary enforcement. This makes it possible for unauthenticated attackers to read arbitrary local files (e.g., wp-config.php) by injecting path-traversal payloads into the old_files upload field parameter, which are then attached to notification emails. The same path resolution is also used in the post-email cleanup routine, which calls unlink() on the resolved path, resulting in the targeted file being deleted after being attached. This can lead to full site compromise through disclosure of database credentials and authentication salts from wp-config.php, and denial of service through deletion of critical files. Prerequisite: The form must contain a file-upload or image-upload field, and disable storing entry information.
Published: 2026-04-20T19:27:08.159Z
Updated: 2026-04-21T13:33:57.569Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-4888 vulnerable 2026-06-03 15:26:26.258377 Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder <= 3.4.7 - Missing Authorization to Authenticated (Subscriber+) Email Sending
MEDIUM (4.3)
The Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder plugin for WordPress is vulnerable to unauthorized email sending due to a missing capability check on the send_test_email() function in all versions up to, and including, 3.4.7. This makes it possible for authenticated attackers, with Subscriber-level access and above, to send test emails to arbitrary addresses from the server.
Published: 2026-05-27T23:26:34.619Z
Updated: 2026-05-28T00:29:40.632Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-3296 vulnerable 2026-06-03 15:23:32.033844 Everest Forms <= 3.4.3 - Unauthenticated PHP Object Injection via Form Entry Metadata
CRITICAL (9.8)
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.
Published: 2026-04-08T01:24:43.946Z
Updated: 2026-04-08T16:42:45.183Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-3439 vulnerable 2026-06-03 15:01:04.411866 Everest Forms – Contact Form, Quiz, Survey, Newsletter & Payment Form Builder for WordPress <= 3.1.1 - Unauthenticated PHP Object Injection
CRITICAL (9.8)
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.
Published: 2025-04-11T12:42:23.783Z
Updated: 2026-04-08T16:35:26.840Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-3422 vulnerable 2026-06-03 15:01:04.378677 Everest Forms <= 3.1.1 - Authenticated (Subscriber+) Arbitrary Shortcode Execution
MEDIUM (5.4)
The The Everest Forms – Contact Form, Quiz, Survey, Newsletter & Payment Form Builder for WordPress plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 3.1.1. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for authenticated attackers, with Subscriber-level access and above, to execute arbitrary shortcodes.
Published: 2025-04-11T12:42:24.394Z
Updated: 2026-04-08T16:47:44.159Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-3421 vulnerable 2026-06-03 15:01:04.377263 Everest Forms <= 3.1.1 - Reflected Cross-Site Scripting
MEDIUM (6.1)
The Everest Forms – Contact Form, Quiz, Survey, Newsletter & Payment Form Builder for WordPress plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'form_id' parameter in all versions up to, and including, 3.1.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Published: 2025-04-11T12:42:24.777Z
Updated: 2026-04-08T17:26:06.456Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-1128 vulnerable 2026-06-03 14:58:57.861325 Everest Forms <= 3.0.9.4 - Unauthenticated Arbitrary File Upload, Read, and Deletion
CRITICAL (9.8)
The Everest Forms – Contact Forms, Quiz, Survey, Newsletter & Payment Form Builder for WordPress plugin for WordPress is vulnerable to arbitrary file upload, read, and deletion due to missing file type and path validation in the 'format' method of the EVF_Form_Fields_Upload class in all versions up to, and including, 3.0.9.4. This makes it possible for unauthenticated attackers to upload, read, and delete arbitrary files on the affected site's server which may make remote code execution, sensitive information disclosure, or a site takeover possible.
Published: 2025-02-25T06:58:31.380Z
Updated: 2026-04-08T17:05:56.141Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-1812 vulnerable 2026-06-03 14:54:34.711533 Everest Forms <= 2.0.7 - Unauthenticated Server-Side Request Forgery via font_url
HIGH (7.2)
The Everest Forms plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 2.0.7 via the 'font_url' parameter. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.
Published: 2024-04-09T18:59:24.410Z
Updated: 2026-04-08T17:25:48.122Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.