Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2931+ Articles
167+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. Forminator Forms Bug Lets Attackers Run Shortcodes via Quiz Parameter
Forminator Forms Bug Lets Attackers Run Shortcodes via Quiz Parameter

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-92229

Forminator Forms Bug Lets Attackers Run Shortcodes via Quiz Parameter

CVE-2026-92229 (CVSS 9.1) in Forminator Forms lets unauthenticated attackers execute arbitrary shortcodes by abusing the quiz current_url parameter.

Dylan H.

Security Team

September 19, 2026
4 min read

Affected Products

  • Forminator Forms Plugin ≤ 1.57.2

Executive Summary

A critical arbitrary shortcode execution vulnerability (CVE-2026-92229) has been disclosed in Forminator Forms – Contact Form, Payment Form & Custom Form Builder, a WordPress plugin with over 600,000 active installations. Rated CVSS 9.1, the flaw lets unauthenticated attackers execute arbitrary registered WordPress shortcodes through the plugin's quiz feature.

CVSS Score: 9.1 (Critical)

The vulnerability is tied to the current_url parameter processed during quiz submissions. In affected versions, the user-supplied current_url value is reflected into quiz result HTML — including social-share attributes — and the response buffer is subsequently run through do_shortcode() without validating the value first. An attacker can submit a quiz directly to admin-ajax.php with a crafted current_url containing a malicious shortcode and have it executed server-side.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-92229
CVSS Score9.1 (Critical) — CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CWECWE-94 (Improper Control of Generation of Code, Code Injection)
TypeUnauthenticated Arbitrary Shortcode Execution
Attack VectorNetwork (no authentication required)
Privileges RequiredNone
User InteractionNone
Discovered ByKuba, via Wordfence

Note: this is a distinct issue from the earlier CVE-2026-15748 (CVSS 9.8), an unauthenticated file-upload RCE affecting Forminator versions up to 1.56.1 that was patched separately.


Affected Versions

PluginAffected VersionsFixed Version
Forminator Forms≤ 1.57.21.57.3

Attack Vector

1. Attacker locates a site running a vulnerable Forminator quiz form
2. Attacker POSTs a quiz submission directly to /wp-admin/admin-ajax.php
3. Request includes a crafted current_url parameter embedding a shortcode payload
4. Forminator reflects current_url into the quiz result HTML unvalidated
5. do_shortcode() executes the embedded shortcode server-side on the response buffer
6. Shortcode output — potentially sensitive — is rendered back to the requester

Because the request targets admin-ajax.php directly, no page rendering or visible form interaction is required — this makes the flaw straightforward to script and scan for at volume, and public proof-of-concept exploit tooling is already circulating.

Impact of Successful Exploitation

ImpactDescription
Server-Side Code ExecutionAny registered WordPress shortcode can be invoked without authorization
Sensitive Data DisclosureShortcodes designed for authenticated contexts can leak data when triggered this way
Mass Exploitation RiskAttack is scriptable via a single unauthenticated AJAX request
No User Interaction NeededFully automatable against any site running an affected version

Immediate Remediation

Step 1: Update to Version 1.57.3

# Via WP-CLI
wp plugin update forminator
 
# Verify the installed version
wp plugin get forminator --field=version

Or update through WordPress admin: Plugins > Installed Plugins > Forminator > Update Now.

Step 2: Review Quiz Forms

  1. Identify all published Forminator quiz forms in Forminator > Quizzes
  2. Temporarily unpublish or disable quizzes if patching cannot happen immediately
  3. Confirm no unexpected shortcode output appears in quiz result pages

If Immediate Patching Is Not Possible

  1. Disable or unpublish quiz forms until the update is applied
  2. Block direct requests to admin-ajax.php with Forminator quiz actions at the WAF level where feasible
  3. Monitor logs for unusual POST volume against admin-ajax.php

Detection Indicators

IndicatorDescription
POST requests to admin-ajax.php with a current_url parameter containing bracket syntaxExploitation attempt
Unexpected shortcode output in quiz result responsesSuccessful exploitation
High-volume automated requests to quiz submission endpointsScanning/mass exploitation activity

Post-Remediation Steps

  1. Confirm plugin updated to 1.57.3 or later
  2. Review access logs for prior exploitation attempts against admin-ajax.php
  3. Audit quiz configurations for unexpected content or leaked data
  4. Rotate any credentials that may have been exposed through leaked shortcode output
  5. Deploy a WAF to catch shortcode-pattern payloads in AJAX request parameters

References

  • The Hacker News — Forminator WordPress Flaw Can Enable Unauthenticated RCE via Malicious PHP Uploads
  • NIST NVD — CVE-2026-92229

Related Reading

  • WP Recipe Maker Flaw Lets Attackers Run Shortcodes via Recipe Ratings
  • Gravity Forms Unauthenticated File Upload Lets Attackers Achieve RCE
  • Critical RCE in WPvivid Backup Plugin Threatens 900,000+
#WordPress#Code Injection#CVE-2026-92229#Forminator#Web Security

Related Articles

Forminator WordPress Plugin Flaw Enables Unauthenticated RCE via PHP Upload

CVE-2026-15748 (CVSS 9.8) in Forminator Forms allows unauthenticated PHP webshell uploads for full RCE on 600,000+ WordPress sites. Patch to 1.56.2 now.

5 min read

WP Recipe Maker Flaw Lets Attackers Run Shortcodes via Recipe Ratings

CVE-2026-89274 (CVSS 9.1) in WP Recipe Maker lets unauthenticated attackers trigger server-side shortcode execution through approved rating comments.

4 min read

Gravity Forms Unauthenticated File Upload Lets Attackers Achieve RCE

CVE-2026-84434 (CVSS 9.8) lets unauthenticated attackers bypass Gravity Forms' hidden-field validation to upload executable files. Patch now.

5 min read
Back to all Security Alerts