WordPress
CVE-2025-7369
MEDIUM
Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The WP Shortcodes Plugin - Shortcodes Ultimate plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 7.4.2. This is due to missing or incorrect nonce validation on the preview function. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes via a forged request, granted they can trick a site administrator into performing an action such as clicking on a link. In combination with CVE-2025-7354, it leads to Reflected Cross-Site Scripting.
AnalysisAI
Execute arbitrary shortcodes in WordPress sites running WP Shortcodes Plugin - Shortcodes Ultimate through version 7.4.2 via Cross-Site Request Forgery targeting site administrators. Unauthenticated attackers can forge requests that bypass nonce validation in the preview function, allowing execution of arbitrary shortcodes if an admin clicks a malicious link. When combined with CVE-2025-7354, this enables Reflected Cross-Site Scripting. EPSS score of 6.1 (moderate CVSS) reflects the UI requirement and need for admin interaction, though real-world risk is elevated due to the attack surface in WordPress admin workflows. No public exploit code or CISA KEV confirmation identified at time of analysis.
Technical ContextAI
The vulnerability stems from missing or incorrect nonce validation (CWE-352: Cross-Site Request Forgery) in the plugin's preview function, which processes shortcodes without verifying the WordPress security token. The affected code resides in the generator.php file at line 339 within the preview endpoint. Nonces in WordPress are cryptographic tokens bound to user sessions and actions; their absence allows an attacker to construct a forged HTTP request that, when initiated by an authenticated admin user, executes arbitrary shortcodes server-side. The plugin processes user-supplied shortcode parameters without adequate CSRF protection, making the preview function a vector for unauthorized shortcode execution. Shortcodes in WordPress are a templating mechanism that expands to dynamic content; malicious shortcodes can trigger embedded code execution depending on the shortcode handler implementation.
Affected ProductsAI
WP Shortcodes Plugin - Shortcodes Ultimate for WordPress is vulnerable in all versions up to and including 7.4.2. The affected product is typically installed via the WordPress plugin repository. According to the WordPress Trac browser reference and changeset 3328729, the vulnerability exists in the core generator.php file used across the affected version range. Organizations running any version of this plugin at or below 7.4.2 should be considered in scope. The exact CPE for this WordPress plugin would be cpe:2.4:a:vladvader:shortcodes_ultimate:*:*:*:*:*:wordpress:*:*.
RemediationAI
The primary remediation is to upgrade WP Shortcodes Plugin - Shortcodes Ultimate to a patched version beyond 7.4.2. Vendors typically release security updates on the WordPress plugin repository; site administrators should navigate to Plugins → Installed Plugins in their WordPress dashboard, locate Shortcodes Ultimate, and install any available update. Per the WordPress Trac changeset 3328729 reference, the upstream fix has been committed. Until patching is possible, as a temporary mitigation, site administrators can disable the shortcodes preview function or restrict access to the plugin settings to trusted users only, though this may impact plugin functionality. For detailed remediation guidance and to confirm the exact patched version, consult the Wordfence vulnerability advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/5934d1c8-1553-4908-aaab-89d2189eb4cd and the CleanTalk research at https://research.cleantalk.org/cve-2025-7369/.
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-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today