cbcvebase.
CVE-2026-3300
published 2026-03-31

CVE-2026-3300: The Everest Forms Pro plugin for WordPress is vulnerable to Remote Code Execution via PHP Code Injection in all versions up to, and including, 1.9.12. This is…

PriorityP192critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEVInitial access
Exploited in the wild
EPSS
40.99%
98.5th percentile
The Everest Forms Pro plugin for WordPress is vulnerable to Remote Code Execution via PHP Code Injection in all versions up to, and including, 1.9.12. This is due to the Calculation Addon's process_filter() function concatenating user-submitted form field values into a PHP code string without proper escaping before passing it to eval(). The sanitize_text_field() function applied to input does not escape single quotes or other PHP code context characters. This makes it possible for unauthenticated attackers to inject and execute arbitrary PHP code on the server by submitting a crafted value in any string-type form field (text, email, URL, select, radio) when a form uses the "Complex Calculation" feature.

Affected

1 ranges
VendorProductVersion rangeFixed in
wpeveresteverest_forms_pro<= 1.9.12

Detection & IOCsextracted from sources · hover to see the quote

ip202.56.2.126
ip209.146.60.26
ip15.235.166.18
ip2402:1f00:8000:800::40db
ip185.78.165.153
url/wp-admin/admin-ajax.php
commandaction=everest_forms_ajax_form_submission&everest_forms[id]={{form_id}}&everest_forms[author]=1&everest_forms[form_fields][{{text_field}}]=1'%3B+system('id')%3B+echo+'&everest_forms[form_fields][{{calc_field}}]=0&{{nonce_field}}={{nonce}}
otherdiksimarina
  • Use the Nuclei regex matcher 'uid=[0-9]+\([a-z_-]+\)\s*gid=[0-9]+\([a-z_-]+\)' in HTTP response bodies to confirm successful RCE via the system('id') probe payload.
  • The trailing // comment marker in injected PHP is a key syntactic indicator; look for form field values matching the pattern: single-quote + PHP statement + // in HTTP request bodies targeting Everest Forms endpoints.
  • Identify vulnerable plugin installations by detecting Everest Forms Pro versions up to and including 1.9.12 in WordPress plugin directories; version 1.9.13 contains the patch.
  • ·The sanitize_text_field() function used on form input does NOT escape single quotes or PHP code context characters, making it insufficient as a security control for eval() contexts. Defenders should not rely on this function alone to prevent PHP injection.
  • ·The vulnerability is exploitable by unauthenticated attackers on any form that uses the 'Complex Calculation' feature, meaning no login or privilege is required to trigger RCE.
  • ·All string-type form field types (text, email, URL, select, radio) are affected attack surfaces when the Complex Calculation addon is active, not just numeric fields.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.