CT
CyberTimes
← Back to Threat Watch
wordpresscve 2026 3300everest forms proCVE-2026-3300June 5, 2026 · CyberTimes Security Team

CVE-2026-3300: Critical WordPress Plugin Flaw Actively Exploited — 29,300 Attack Attempts Blocked

If your website runs on WordPress and you use Everest Forms Pro for contact forms, payment forms, or any kind of user input — stop reading and update the plugin right now. A critical security vulnerab

TL;DR — 15 Second Read

  • CVE-2026-3300 scores 9.8 on the CVSS scale and affects every release of Everest Forms Pro up to and including 1.9.12 — a commercial form builder with roughly 4,000 active WordPress installations
  • The flaw requires zero authentication — any visitor to your site can exploit it by submitting a crafted value in a contact form, giving them complete control of your server
  • Despite a patch being released on March 18, 2026, threat actors began actively targeting unpatched installations on April 13, 2026 and have not stopped since
  • Update Everest Forms Pro to version 1.9.13 immediately — if you cannot update right now, disable the Complex Calculation feature on all forms as a temporary measure
Severity🔴 CRITICAL
CVSS Score9.6/10
ExploitedYes — active
Fix StatusPatch available
Anyone running the Everest Forms Pro WordPress plugin on version 1.9.12 or below — particularly sites using the Complex Calculation feature on their forms.

If your website runs on WordPress and you use Everest Forms Pro for contact forms, payment forms, or any kind of user input — stop reading and update the plugin right now. A critical security vulnerability has been actively exploited since April 13, 2026, and attackers do not need any login credentials, any special access, or any technical knowledge on the part of their target to take over your entire website.

The vulnerability, tracked as CVE-2026-3300, has a CVSS score of 9.8 out of 10 — one of the highest possible severity ratings. It allows any anonymous person on the internet to execute their own code on your server simply by submitting a form. Once they do, your website is completely under their control. Wordfence has blocked more than 29,300 exploit attempts targeting this flaw, with 16 attack attempts recorded in the last 24 hours alone.



Step-by-step remediation

  1. 1Log into your WordPress dashboard. Go to your WordPress admin panel at yourdomain.com/wp-admin.
  2. 2Go to Plugins → Installed Plugins. Look for Everest Forms Pro in the list.
  3. 3Check your version number. If it shows any version up to and including 1.9.12 — you are vulnerable right now.
  4. 4Update to version 1.9.13 immediately. Click Update and wait for it to complete. This single step closes the vulnerability entirely.
  5. 5If you cannot update right now — go to your Everest Forms Pro settings and disable the Complex Calculation feature on every form immediately. This removes the attack surface while you arrange the update.
  6. 6Check your server logs for exploitation attempts. Look for suspicious POST requests to /wp-admin/admin-ajax.php. Also check your WordPress user list — the most common payload observed involves attempts to create an administrator account named "diksimarina" with the email address diksimarina@gmail.com. If you see this account in your WordPress users list, your site has been compromised — treat it as a full incident.
  7. 7If your site was compromised — immediately take it offline, restore from a clean backup taken before April 13, 2026, update all plugins and WordPress core, change all admin passwords, rotate all database credentials, and scan for web shells in your wp-content directory.
  8. 8Block the known attack IPs at your firewall or hosting panel: 202.56.2.126 || 209.146.60.26 || 15.235.166.18 || 185.78.165.153

What Happened

The vulnerability exists in the Calculation Addon's process_filter() function, which concatenates 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.

In plain English — your contact form takes whatever a visitor types and, in certain configurations, runs it as computer code on your server. Normally the plugin tries to clean up dangerous input before doing this. But this cleaning process has a gap — it does not remove a specific type of character that PHP uses to break out of expected code context and execute entirely new commands.

An attacker exploiting this flaw does not need an account on your site. They do not need to know your password. They simply visit any page on your site that has a form using the Complex Calculation feature, type a specially crafted value into any text field — even an email field or a dropdown — and submit it. Your server then executes the attacker's code as if it were your own.

Successful exploitation grants attackers arbitrary PHP code execution on the target server, providing complete control over the WordPress installation and underlying server environment. Attackers can create administrative users, modify site content, steal sensitive data, install backdoors, or pivot to other systems on the network.

The flaw was reported to Wordfence's bug bounty program by a researcher using the handle h0xilo, and WPEverest patched the flaw in version 1.9.13. The patch was released on March 18, 2026 — nearly two months before the current article. The fact that thousands of sites are still being attacked means thousands of site owners have not yet applied an available fix. This is the most avoidable category of cyberattack: a known vulnerability with a known patch that simply has not been installed.

Real-World Impact

For Indian website owners — particularly small businesses, bloggers, educational institutions, and e-commerce operators using WordPress — this vulnerability is directly relevant. WordPress is by far the most popular website platform in India. Everest Forms Pro is a widely used commercial plugin for building contact forms, inquiry forms, and booking forms on Indian business websites.

A compromised WordPress site does not just affect the site owner. It means your visitors' contact information, inquiry details, and any data entered into your forms can be stolen. It means your site can be turned into a platform for distributing malware to your visitors without your knowledge. It means your domain's reputation can be permanently damaged if Google flags your site as dangerous in search results. For e-commerce sites, it means customer payment data is at risk.

The 29,300 blocked attack attempts represent only the attacks caught by sites protected by Wordfence. Unprotected sites running the vulnerable plugin have no visibility into whether they have been targeted or compromised.


Prevention Tips

  • Enable automatic plugin updates on your WordPress site — most critical vulnerabilities are exploited against site owners who simply haven't applied available patches
  • Install a WordPress firewall plugin like Wordfence or Solid Security — these tools block known exploit patterns even before you update and give you visibility into attack attempts
  • Audit your installed plugins quarterly — remove any plugin you are not actively using, as unused plugins with vulnerabilities are a common entry point
  • If your site accepts payments or processes sensitive customer data, subscribe to WordPress security advisories so you receive alerts about critical vulnerabilities the day they are disclosed
  • For Indian businesses using WordPress — check with your hosting provider whether they offer managed WordPress security that includes automatic plugin updates and malware scanning
  • Never use eval() in custom code you write for WordPress — it is the underlying cause of this vulnerability and a dangerous pattern in any programming context

Frequently Asked Questions

I use the free version of Everest Forms, not the Pro version. Am I affected?

CVE-2026-3300 specifically affects Everest Forms Pro — the paid commercial version. The free Everest Forms plugin available on WordPress.org uses a different codebase for the calculation feature and is not affected by this specific vulnerability. However, you should still keep all plugins updated as a general security practice.


My site uses Everest Forms Pro but I'm not sure if I use the Complex Calculation feature. Am I still at risk?

The vulnerability is only exploitable on forms that have the Complex Calculation feature enabled. However, since you may not know which forms have it enabled, the safest action is to update to version 1.9.13 immediately — this patches the vulnerability regardless of whether the feature is active. Do not rely on not knowing as a security measure.


I updated to 1.9.13 last week. Am I safe?

Yes — version 1.9.13 contains the full patch for CVE-2026-3300. If you have already updated, you are protected. To verify, go to WordPress Dashboard → Plugins → Everest Forms Pro and confirm the version number shows 1.9.13 or higher.


How do I know if my site has already been compromised?

Check your WordPress Users list for any unfamiliar administrator accounts — particularly one named "diksimarina." Check your server access logs for suspicious POST requests to /wp-admin/admin-ajax.php. Scan your wp-content/uploads directory for PHP files — legitimate uploads should not contain PHP code. If you find any of these signs, treat your site as compromised and restore from a clean backup.


What is the Stripe skimmer attack and does it affect me?

The Stripe skimmer is a separate attack targeting e-commerce checkout pages — primarily Magento and Adobe Commerce sites. If your website uses WooCommerce or another WordPress-based e-commerce system, you are not directly affected by this specific skimmer. However, if you run any e-commerce site, review whether Google Tag Manager containers loaded on your checkout pages have been tampered with, and verify that your payment forms load from official payment provider domains only.


Read Next