Wpmudev
Don't miss out!
Thousands of developers use stack.watch to stay informed.Get an email whenever new security vulnerabilities are reported in any Wpmudev product.
RSS Feeds for Wpmudev security vulnerabilities
Create a CVE RSS feed including security vulnerabilities found in Wpmudev products with stack.watch. Just hit watch, then grab your custom RSS feed url.
Products by Wpmudev Sorted by Most Security Vulnerabilities since 2018
By the Year
In 2026 there have been 10 vulnerabilities in Wpmudev with an average score of 6.7 out of ten. Last year, in 2025 Wpmudev had 13 security vulnerabilities published. If vulnerabilities keep coming in at the current rate, it appears that number of security vulnerabilities in Wpmudev in 2026 could surpass last years number. However, the average CVE base score of the vulnerabilities in 2026 is greater by 0.18.
| Year | Vulnerabilities | Average Score |
|---|---|---|
| 2026 | 10 | 6.67 |
| 2025 | 13 | 6.49 |
| 2024 | 24 | 5.82 |
| 2023 | 7 | 6.43 |
| 2022 | 2 | 6.65 |
| 2021 | 0 | 0.00 |
| 2020 | 0 | 0.00 |
| 2019 | 2 | 0.00 |
It may take a day or so for new Wpmudev vulnerabilities to show up in the stats or in the list of recent security vulnerabilities. Additionally vulnerabilities may be tagged under a different product or component name.
Recent Wpmudev Security Vulnerabilities
| CVE | Date | Vulnerability | Products |
|---|---|---|---|
| CVE-2026-11551 | Jun 19, 2026 |
Branda WP Plugin <3.4.29: Privilege Escalation via Password ChangeThe Branda plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 3.4.29. This is due to the plugin not properly validating a user's identity prior to updating their password. This makes it possible for unauthenticated attackers to change arbitrary user's passwords, including administrators, and leverage that to gain access to their account. |
|
| CVE-2026-6214 | May 07, 2026 |
WordPress Forminator <1.53.0 Missing Auth Leads to Export ExfiltrationThe Forminator Forms plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.53.0. This is due to the listen_for_saving_export_schedule() function in library/class-export.php failing to perform a capability check before saving the scheduled export configuration, unlike the parallel listen_for_csv_export() function which correctly verifies user permissions. This makes it possible for authenticated attackers with subscriber-level access to configure a scheduled export job that emails all form submissions to an attacker-controlled email address, resulting in sensitive data exfiltration. |
|
| CVE-2026-6222 | May 07, 2026 |
WordPress Forminator <1.51.1 Missing Auth Export/CloneThe Forminator Forms plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.51.1. This is due to the `processRequest()` method in `Forminator_Admin_Module_Edit_Page` (admin/abstracts/class-admin-module-edit-page.php) dispatching sensitive module-management actions including export, delete, clone, delete-entries, publish/draft, and bulk variants after only a nonce check, without ever verifying that the current user holds the `manage_forminator_modules` capability. The nonce used (`forminator_form_request`) is unconditionally embedded in the global `forminatorData` JavaScript object and localized on every Forminator admin page, including Templates and Reports pages accessible to users who explicitly lack module-management permissions. Because `processRequest()` is invoked during the `admin_menu` action hook which fires before WordPress enforces page-level capability checks a user whose Forminator role is restricted to Templates or Reports can craft a valid POST request targeting any published module and successfully trigger the vulnerable actions. This makes it possible for authenticated attackers with subscriber-level access (or any custom low-privilege Forminator role) to export the complete internal configuration of arbitrary forms/polls/quizzes (including notification routing, integration credentials, and conditional logic), delete modules, delete all submissions/votes, clone modules, or bulk-change publish/draft status. |
|
| CVE-2026-5192 | May 05, 2026 |
Forminator WP Plugin 1.52.1 Path Traversal via upload-1[file][file_path]The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Path Traversal in versions up to, and including, 1.52.1 via the 'upload-1[file][file_path]' parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. Successful exploitation requires a publicly accessible form with a File Upload field where Save and Continue is enabled in that form's Behavior settings and the Save and Continue email notification is configured to attach uploaded files in Email Notifications. |
|
| CVE-2026-2729 | May 05, 2026 |
Forminator WP Plugin <=1.52.0 Auth Bypass via Stripe PaymentIntentThe Forminator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.52.0. This is due to the plugin not properly verifying that a user is authorized to perform an action when processing attacker-supplied Stripe PaymentIntent identifiers in the public payment flow. This makes it possible for unauthenticated attackers to submit high-value paid forms as completed by reusing a previously succeeded low-value Stripe PaymentIntent, resulting in underpayment/payment bypass conditions. |
|
| CVE-2026-2263 | Apr 07, 2026 |
The Hustle WP Plugin 7.x: Auth-Breach via hustle_module_converted AJAXThe Hustle Email Marketing, Lead Generation, Optins, Popups plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'hustle_module_converted' AJAX action in all versions up to, and including, 7.8.10.2. This makes it possible for unauthenticated attackers to forge conversion tracking events for any Hustle module, including draft modules that are never displayed to users, thereby manipulating marketing analytics and conversion statistics. |
|
| CVE-2026-2002 | Feb 17, 2026 |
Forminator 1.50.2 XSS via form_name (admin)The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the form_name parameter in all versions up to, and including, 1.50.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The plugin allows admins to give form management permissions to lower level users, which could make this exploitable by users such as subscribers. |
|
| CVE-2026-0911 | Jan 24, 2026 |
Hustle WP plugin ARFU v7.8.9.2 (7.8.9.2)The Hustle Email Marketing, Lead Generation, Optins, Popups plugin for WordPress is vulnerable to arbitrary file uploads due to incorrect file type validation in the action_import_module() function in all versions up to, and including, 7.8.9.2. This makes it possible for authenticated attackers, with a lower-privileged role (e.g., Subscriber-level access and above), to upload arbitrary files on the affected site's server which may make remote code execution possible. Successful exploitation requires an admin to grant Hustle module permissions (or module edit access) to the low-privileged user so they can access the Hustle admin page and obtain the required nonce. |
|
| CVE-2025-14782 | Jan 09, 2026 |
Authorization Bypass in Forminator Forms <=1.49.1 via listen_for_csv_exportThe Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.49.1 via the 'listen_for_csv_export' function. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with access to the Forminator dashboard, to export sensitive form submission data including personally identifiable information. |
|
| CVE-2025-14998 | Jan 02, 2026 |
Branda WP Plugin <=3.4.24 Privilege Escalation via Password ResetThe Branda plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 3.4.24. This is due to the plugin not properly validating a user's identity prior to updating their password. This makes it possible for unauthenticated attackers to change arbitrary user's passwords, including administrators, and leverage that to gain access to their account. |
|
| CVE-2025-14437 | Dec 18, 2025 |
Hummingbird Perf <=3.18.0 Sensitive Info Exposure via request()The Hummingbird Performance plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.18.0 via the 'request' function. This makes it possible for unauthenticated attackers to extract sensitive data including Cloudflare API credentials. |
|
| CVE-2017-20206 | Oct 18, 2025 |
Appointments 2.2.1 PHP Object Injection via wpmudev_appointments cookieThe Appointments plugin for WordPress is vulnerable to PHP Object Injection in versions up to, and including, 2.2.1 via deserialization of untrusted input from the `wpmudev_appointments` cookie. This allows unauthenticated attackers to inject a PHP Object. Attackers were actively exploiting this vulnerability with the WP_Theme() class to create backdoors. |
|
| CVE-2025-11163 | Sep 30, 2025 |
SmartCrawl WP Plugin 3.14.3 Auth Data Mod via missing capability checkThe SmartCrawl SEO checker, analyzer & optimizer plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the update_submodule() function in all versions up to, and including, 3.14.3. This makes it possible for authenticated attackers, with Subscriber-level access and above, to update the plugin's setttings. |
|
| CVE-2025-7638 | Jul 18, 2025 |
Forminator Forms <1.45.0 Vulnerable to Time-Based SQLI via order_byThe Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to time-based SQL Injection via the `order_by` parameter in all versions up to, and including, 1.45.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. |
|
| CVE-2025-6464 | Jul 02, 2025 |
PHP Object Injection via entry_delete_upload_files in Forminator Forms <=1.44.2The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.44.2 via deserialization of untrusted input in the 'entry_delete_upload_files' function. This makes it possible for unauthenticated attackers to inject a PHP Object through a PHAR file. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present. Deserialization occurs when the form submission is deleted, whether by an Administrator or via auto-deletion determined by plugin settings. |
|
| CVE-2025-6463 | Jul 02, 2025 |
Forminator <1.44.2 Inf File Delete via entry_delete_upload_filesThe Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'entry_delete_upload_files' function in all versions up to, and including, 1.44.2. This makes it possible for unauthenticated attackers to include arbitrary file paths in a form submission. The file will be deleted when the form submission is deleted, whether by an Administrator or via auto-deletion determined by plugin settings. This can easily lead to remote code execution when the right file is deleted (such as wp-config.php). |
|
| CVE-2025-5341 | Jun 05, 2025 |
Stored XSS via id & data-size in Forminator <=1.44.1 (Contributor+)The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the id' and 'data-size parameters in all versions up to, and including, 1.44.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. |
|
| CVE-2024-8492 | May 15, 2025 |
"The Hustle" WP Plugin XSS via Unescaped Settings (<7.8.5)The Hustle WordPress plugin through 7.8.5 does not sanitise and escape some of its settings, which could allow high privilege users such as editors to perform Cross-Site Scripting attacks even when unfiltered_html is disallowed |
|
| CVE-2025-3487 | Apr 17, 2025 |
Forminator Forms Stored XSS in 'limit' param v<=1.42.0The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the limit parameter in all versions up to, and including, 1.42.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. |
|
| CVE-2025-3479 | Apr 17, 2025 |
Order Replay Exploit in Forminator 1.42.0 via handle_stripe_singleThe Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Order Replay in all versions up to, and including, 1.42.0 via the 'handle_stripe_single' function due to insufficient validation on a user controlled key. This makes it possible for unauthenticated attackers to reuse a single Stripe PaymentIntent for multiple transactions. Only the first transaction is processed via Stripe, but the plugin sends a successful email message for each transaction, which may trick an administrator into fulfilling each order. |
|
| CVE-2025-0469 | Feb 27, 2025 |
Forminator Forms WP Plugin <=1.39.2: Stored XSS via Slider Template DataThe Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the slider template data in all versions up to, and including, 1.39.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. |
|
| CVE-2024-7052 | Feb 14, 2025 |
Forminator Forms WP Plugin <1.38.3: Stored XSS via Unsanitised SettingsThe Forminator Forms WordPress plugin before 1.38.3 does not sanitise and escape some of its settings, which could allow high privilege users such as Admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup) |
|
| CVE-2025-0470 | Jan 31, 2025 |
Forminator Forms 1.38.2 Reflected XSS via title paramThe Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the title parameter in all versions up to, and including, 1.38.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. |
|
| CVE-2024-10580 | Nov 27, 2024 |
WordPress Plugin 'Hustle' Unauthorized Form Submission VulnerabilityThe Hustle Email Marketing, Lead Generation, Optins, Popups plugin for WordPress is vulnerable to unauthorized form submissions due to a missing capability check on the submit_form() function in all versions up to, and including, 7.8.5. This makes it possible for unauthenticated attackers to submit unpublished forms. |
|
| CVE-2024-10579 | Nov 26, 2024 |
Unauthorized Form View in The Hustle WP Plugin <=7.8.5The Hustle Email Marketing, Lead Generation, Optins, Popups plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the preview_module() function in all versions up to, and including, 7.8.5. This makes it possible for authenticated attackers, with Subscriber-level access and above, to view unpublished forms. |
|
| CVE-2024-9371 | Nov 21, 2024 |
Branda WordPress Plugin: Reflected XSS Vulnerability in URL HandlingThe Branda White Label & Branding, Custom Login Page Customizer plugin for WordPress is vulnerable to Reflected Cross-Site Scripting due to the use of remove_query_arg without appropriate escaping on the URL in all versions up to, and including, 3.4.19. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. |
|
| CVE-2024-37444 | Nov 01, 2024 |
WPMU DEV Defender Security 4.7.1 Missing Auth ACL BypassMissing Authorization vulnerability in WPMU DEV - Your All-in-One WordPress Platform Defender Security defender-security.This issue affects Defender Security: from n/a through <= 4.7.1. |
|
| CVE-2024-9700 | Oct 31, 2024 |
Insecure Direct Object Reference in Forminator Forms 1.36.0 (submit_quizzes)The Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 1.36.0 via the submit_quizzes() function due to missing validation on the 'entry_id' user controlled key. This makes it possible for unauthenticated attackers to modify other user's quiz submissions. |
|
| CVE-2024-10402 | Oct 26, 2024 |
Unauthorized Access in Forminator Forms 1.35.1 via Missing Cap CheckThe Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in all versions up to, and including, 1.35.1. This makes it possible for authenticated attackers, with Contributor-level access and above, and permissions granted by an Administrator, to create new or edit existing forms, including updating the default registration role to Administrator on User Registration forms. |
|
| CVE-2024-9351 | Oct 17, 2024 |
WordPress Forminator 1.35.1 CSRF via missing nonce in create_moduleThe Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.35.1. This is due to missing or incorrect nonce validation on the quiz 'create_module' function. This makes it possible for unauthenticated attackers to create draft quizzes via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. |
|
| CVE-2024-9352 | Oct 17, 2024 |
Forminator Forms WP Plugin 1.35.1 CSRF via create_moduleThe Forminator Forms Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.35.1. This is due to missing or incorrect nonce validation on the custom form 'create_module' function. This makes it possible for unauthenticated attackers to create draft forms via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. |
|
| CVE-2024-43117 | Aug 26, 2024 |
CSRF in WPMU DEV Hummingbird (3.9.1)Cross-Site Request Forgery (CSRF) vulnerability in WPMU DEV - Your All-in-One WordPress Platform Hummingbird hummingbird-performance.This issue affects Hummingbird: from n/a through <= 3.9.1. |
|
| CVE-2024-37239 | Jul 22, 2024 |
WPMU DEV Branda Stored XSS <=3.4.17Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WPMU DEV - Your All-in-One WordPress Platform Branda branda-white-labeling.This issue affects Branda: from n/a through <= 3.4.17. |
|
| CVE-2024-6554 | Jul 11, 2024 |
Branda WP Customizer v3.4.18 Full Path Disclosure (CVE-2024-6554)The Branda White Label WordPress, Custom Login Page Customizer plugin for WordPress is vulnerable to Full Path Disclosure in all versions up to, and including, 3.4.18. This is due the plugin utilizing composer without preventing direct access to the files. This makes it possible for unauthenticated attackers to retrieve the full path of the web application, which can be used to aid other attacks. The information displayed is not useful on its own, and requires another vulnerability to be present for damage to an affected website. |
|
| CVE-2024-6556 | Jul 10, 2024 |
Full Path Disclosure in SmartCrawl WP Plugin v<=3.10.8The SmartCrawl WordPress SEO checker, SEO analyzer, SEO optimizer plugin for WordPress is vulnerable to Full Path Disclosure in all versions up to, and including, 3.10.8. This is due the plugin utilizing mobiledetect without preventing direct access to the files. This makes it possible for unauthenticated attackers to retrieve the full path of the web application, which can be used to aid other attacks. The information displayed is not useful on its own, and requires another vulnerability to be present for damage to an affected website. |
|
| CVE-2024-5191 | Jun 21, 2024 |
Branda Plugin 3.4.17 XSS via mime_typesThe Branda White Label WordPress, Custom Login Page Customizer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the mime_types parameter in all versions up to, and including, 3.4.17 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. |
|
| CVE-2023-3352 | Jun 21, 2024 |
WordPress Smush Plugin: Unauthorized Deletion via Missing Cap CheckThe Smush plugin for WordPress is vulnerable to unauthorized deletion of the resmush list due to a missing capability check on the delete_resmush_list() function. This makes it possible for authenticated attackers, with minimal permissions such as a subscriber, to delete the resmush list for Nextgen or the Media Library. |
|
| CVE-2023-51542 | Jun 04, 2024 |
Auth Bypass via Spoofing in WPMU DEV Branda (3.4.14)Authentication Bypass by Spoofing vulnerability in WPMU DEV Branda allows Accessing Functionality Not Properly Constrained by ACLs.This issue affects Branda: from n/a through 3.4.14. |
|
| CVE-2023-47189 | Jun 04, 2024 |
Defender Security Improper Auth ACL Bypass (4.2.0)Improper Authentication vulnerability in WPMU DEV Defender Security allows Accessing Functionality Not Properly Constrained by ACLs.This issue affects Defender Security: from n/a through 4.2.0. |
|
| CVE-2024-25595 | May 17, 2024 |
WPMU DEV Defender Security Auth Bypass Vulnerability (4.4.1)Authentication Bypass by Spoofing vulnerability in WPMU DEV Defender Security allows Functionality Bypass.This issue affects Defender Security: from n/a through 4.4.1. |
|
| CVE-2022-44581 | May 17, 2024 |
Insecure Storage of Sensitive Info WPMU DEV Defender Security v<=3.3.2Insecure Storage of Sensitive Information vulnerability in WPMU DEV Defender Security allows : Screen Temporary Files for Sensitive Information.This issue affects Defender Security: from n/a through 3.3.2. |
|
| CVE-2024-3287 | May 02, 2024 |
Unauthorized ld+json injection in SmartCrawl SEO plugin <= 3.10.2The SmartCrawl WordPress SEO checker, SEO analyzer, SEO optimizer plugin for WordPress is vulnerable to unauthorized ld+json description injection due to a missing capability check on the save_settings function in all versions up to, and including, 3.10.2. This makes it possible for unauthenticated attackers to save schema types. |
|
| CVE-2024-1794 | Apr 09, 2024 |
WordPress Forminator <=1.29.0 XSS via Unsanitized UploadThe Forminator plugin for WordPress is vulnerable to Stored Cross-Site Scripting via an uploaded file (e.g. 3gpp file) in all versions up to, and including, 1.29.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. |
|
| CVE-2024-3053 | Apr 09, 2024 |
Forminator Plugin 1.29.2 Stored XSS via forminator_form idThe Forminator Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the id forminator_form shortcode attribute in versions up to, and including, 1.29.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. |
|
| CVE-2024-25592 | Mar 15, 2024 |
WPMU DEV Broken Link Checker<=2.2.3 XSSImproper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WPMU DEV Broken Link Checker allows Stored XSS.This issue affects Broken Link Checker: from n/a through 2.2.3. |
|
| CVE-2024-0368 | Mar 13, 2024 |
The Hustle WP Plugin <=7.8.3 Sensitive Info Exposure via Hardcoded API KeysThe Hustle Email Marketing, Lead Generation, Optins, Popups plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 7.8.3 via hardcoded API Keys. This makes it possible for unauthenticated attackers to extract sensitive data including PII. |
|
| CVE-2023-51490 | Jan 08, 2024 |
WPMU DEV Defender Security Sensitive Info Disclosure, <4.1.0Exposure of Sensitive Information to an Unauthorized Actor vulnerability in WPMU DEV Defender Security Malware Scanner, Login Security & Firewall.This issue affects Defender Security Malware Scanner, Login Security & Firewall: from n/a through 4.1.0. |
|
| CVE-2023-5949 | Dec 18, 2023 |
WordPress SmartCrawl <=3.8.2: Unauth Access to Pwd-Protected PostsThe SmartCrawl WordPress plugin before 3.8.3 does not prevent unauthorised users from accessing password-protected posts' content. |
|
| CVE-2023-6133 | Nov 15, 2023 |
Arbitrary File Upload via formallowed_mime_types in Forminator 1.27.0The Forminator plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient blacklisting on the 'forminator_allowed_mime_types' function in versions up to, and including, 1.27.0. This makes it possible for authenticated attackers with administrator-level capabilities or above to upload arbitrary files on the affected site's server, but due to the htaccess configuration, remote code cannot be executed. |
|
| CVE-2023-5089 | Oct 16, 2023 |
Defender Security WP Plugin <4.1.0: Auth Redirect Allows Unauth LoginThe Defender Security WordPress plugin before 4.1.0 does not prevent redirects to the login page via the auth_redirect WordPress function, allowing an unauthenticated visitor to access the login page, even when the hide login page functionality of the plugin is enabled. |
|