Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
The Spectra Gutenberg Blocks - Website Builder for the Block Editor plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 2.19.25. This makes it possible for authenticated attackers, with Contributor-level access and above, to execute code on the server. Exploitation requires a two-block payload embedded in post content: the first block registers a fake uagb/-prefixed block type with an attacker-specified render_callback, and the second block of the same fake type triggers invocation of that callback via call_user_func() during sequential block rendering in the same page request.
AnalysisAI
Remote code execution in the Spectra Gutenberg Blocks WordPress plugin (versions up to and including 2.19.25) allows authenticated users with Contributor-level access or higher to execute arbitrary PHP on the server by abusing the plugin's block rendering logic. The flaw stems from the plugin trusting attacker-controlled block attributes to register a fake uagb/-prefixed block type with an arbitrary render_callback, which is then invoked via call_user_func() when a second block of the same type is rendered in the same request. No public exploit identified at time of analysis, but the low privilege bar (Contributor is commonly granted to untrusted guest authors) makes this a high-priority issue for sites with open registration.
Technical ContextAI
Spectra (formerly Ultimate Addons for Gutenberg) by Brainstorm Force is a WordPress plugin extending the block editor with custom blocks under the uagb/ namespace. The vulnerable code lives in classes/class-uagb-init-blocks.php around lines 330-335, where the plugin processes block attributes during sequential server-side rendering. The root cause maps to CWE-269 (Improper Privilege Management) but the exploitable mechanism is dynamic callback invocation: untrusted post content can declare a block type with an arbitrary render_callback, and a subsequent block triggers call_user_func() against that callback. Because Gutenberg block content is stored as HTML comments inside post_content, any role permitted to author posts (Contributor and above) can stage the two-block payload.
RemediationAI
Upstream fix available (commits referenced in plugins.trac.wordpress.org around class-uagb-init-blocks.php lines 330-335); a released patched version is not independently confirmed from the provided data, so administrators should update Spectra / Ultimate Addons for Gutenberg to the latest version published at https://wordpress.org/plugins/ultimate-addons-for-gutenberg/ as soon as a version newer than 2.19.25 is available and consult the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/60013752-d7cf-46e8-84e1-1b614f737b46 for the confirmed fixed release. Until the plugin is updated, restrict Contributor and Author role assignment to trusted users only, disable open user registration (Settings → General → Membership), and consider temporarily deactivating the plugin on sites with multi-author or guest-post workflows; deactivation will break any uagb/ blocks rendered on the front end, so audit content before disabling. A Wordfence or equivalent WAF rule blocking uagb/ block payloads from non-administrators is a narrower compensating control with lower content impact.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33454
GHSA-m3v7-28jh-gr9j