During the week of 06/01/2026 to 06/08/2026, 72 vulnerabilities affecting WordPress were published in the Seckhmet database. Find below the details of these vulnerabilities and the week’s news.


Vulnerability Details

CVE-2026-8206
Critical 9.8

Component : Kirki – Freeform Page Builder, Website Builder & Customizer (Plugin)

CWE : CWE-269

The Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions 6.0.0 to 6.0.6. This is due to the plugin accepting an arbitrary email address when a username is used in the password reset request. This makes it possible for unauthenticated attackers to send a password reset link for any user registered on the site to their own email address.

CVE-2026-5076
Critical 9.8

Component : ARMember Premium – Membership Plugin, Content Restriction, Member Levels, User Profile & User signup (Plugin)

CWE : CWE-287

The ARMember Premium plugin for WordPress is vulnerable to an insecure password reset mechanism in all versions up to, and including, 7.3.1. The plugin stores a plaintext copy of the password reset key in the `arm_reset_password_key` user meta field when a user requests a password reset. This is in addition to the hashed key that WordPress core stores securely in `wp_users.user_activation_key`. The plaintext key stored in `wp_usermeta` can be used with the plugin’s custom `armrp` reset action to set a new password for any user. Combined with another vulnerability such as SQL Injection (CVE-2026-5073, CVE-2026-5074), this makes it possible for unauthenticated attackers to extract the plaintext reset key and take over any user account, including administrators.

CVE-2026-10580
Critical 9.8

Component : Hippoo Mobile App for WooCommerce (Plugin)

CWE : CWE-285

The Hippoo Mobile App for WooCommerce plugin for WordPress is vulnerable to Authentication Bypass leading to Administrator Account Takeover in all versions up to and including 1.9.4. This is due to a logic conflation in HippooPermissions::get_user_permissions(), which returns the same null sentinel for both administrators and unauthenticated visitors — a value that HippooPermissions::has_role_access() unconditionally interprets as full administrator access — causing override_extension_permission_callback() to assign __return_true as the permission callback for every WordPress and WooCommerce REST route cloned under /wc-hippoo/v1/ext/ by HippooControllerWithAuth::re_register_external_routes(), while the block_unauthorized_access() pre-dispatch guard fails to block unauthenticated users for the same reason. This makes it possible for unauthenticated attackers to invoke any core REST endpoint without credentials — most critically, sending a POST request to /wc-hippoo/v1/ext/wp/v2/users/<id> with a {“password”:”<new_password>”} body to reset the password of any WordPress user, including the site administrator, and gain full administrative control of the site.

CVE-2026-1829
High 8.8

Component : Content Visibility for Divi Builder (Plugin)

CWE : CWE-94

The Content Visibility for Divi Builder plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 4.02 via the ‘et_pb_text’ shortcode ‘cvdb_content_visibility_check’ parameter. This makes it possible for authenticated attackers, with Contributor-level access and above, to execute code on the server.

CVE-2026-5411
High 8.8

Component : Advanced Google reCAPTCHA (Plugin)

CWE : CWE-434

The WP Captcha PRO (the premium version of the Advanced Google reCAPTCHA plugin, both have the same slug) plugin for WordPress is vulnerable to arbitrary file upload in all versions up to, and including, 5.38. This is due to a capability check in the save_ajax() function of the licensing module, combined with unrestricted file extraction in sync_cloud_protection(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to upload arbitrary files including PHP webshells to the server by injecting a malicious cloud_protection_url into the license meta, which the plugin then downloads and extracts without file type validation into a web-accessible uploads directory. This can be used for remote code execution. Note: The vulnerability can only be exploited with a remote URL if “allow_url_fopen” is enabled in the php.ini config.

CVE-2026-5415
High 8.8

Component : Advanced Google reCAPTCHA (Plugin)

CWE : CWE-288

The WP Captcha PRO (the premium version of the Advanced Google reCAPTCHA plugin, both have the same slug) plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 5.38. This is due to the ajax_run_tool() AJAX handler relying solely on a nonce check (check_ajax_referer) for security without performing any capability check, combined with the create_temporary_link tool allowing the generation of passwordless login links for arbitrary users, and the handle_temporary_links() function authenticating visitors via these links without any additional authorization validation. The required nonce is exposed to all authenticated backend users (including Subscribers) via wp_localize_script() on all non-settings admin pages when the plugin’s welcome pointer has not been dismissed. This makes it possible for authenticated attackers, with Subscriber-level access and above, to bypass normal authentication and log in as any user, including Administrators, resulting in complete account takeover.

CVE-2026-7654
High 8.8

Component : Admin Columns (Plugin)

CWE : CWE-502

The Admin Columns plugin for WordPress is vulnerable to PHP Object Injection leading to Remote Code Execution in versions up to and including 7.0.18. This is due to the use of `unserialize()` without an `allowed_classes` restriction in the `IdsToCollection::get_ids_from_string()` function, which processes attacker-controlled post meta values without proper validation. This makes it possible for authenticated attackers with Contributor-level access and above to inject a serialized PHP object into a post’s custom meta field and trigger arbitrary code execution by exploiting a bundled POP gadget chain, resulting in remote code execution as the web server user.

CVE-2026-5073
High 7.5

Component : ARMember Premium – Membership Plugin, Content Restriction, Member Levels, User Profile & User signup (Plugin)

CWE : CWE-89

The ARMember Premium plugin for WordPress is vulnerable to SQL Injection via the ‘order’ parameter of the ‘arm_directory_paging_action’ AJAX action in all versions up to, and including, 7.3.1. This is due to insufficient escaping on the user-supplied ‘order’ and ‘orderby’ parameters and the lack of sufficient preparation on the existing SQL query in the `arm_get_directory_members()` function. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

CVE-2026-10737
High 7.5

Component : sp-client-document-manager (Plugin)

CWE : CWE-862

The SP Project & Document Manager plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the view_file function in all versions up to, and including, 4.71. This makes it possible for unauthenticated attackers to read file metadata and obtain download links for arbitrary files stored inside project folders on the server, which can contain sensitive information. The authorization gate uses a negated nonce check OR-chained with permission checks, meaning a missing or invalid nonce causes the entire condition to evaluate to true and bypass all preceding capability and ownership checks. The secondary fallback check only denies access for root-level files (pid == 0), leaving all files stored inside project folders fully exposed to unauthenticated users who supply only a valid file ID in a POST request to admin-ajax.php.

CVE-2026-9290
High 7.5

Component : WP User Manager – User Profile Builder & Membership (Plugin)

CWE : CWE-22

The WP User Manager – User Profile Builder & Membership plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.9.17 via the (profile template scope) function. This makes it possible for unauthenticated attackers to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included.

CVE-2026-10586
High 7.2

Component : Gutenberg Essential Blocks – Page Builder for Gutenberg Blocks & Patterns (Plugin)

CWE : CWE-918

The Gutenberg Essential Blocks – Page Builder for Gutenberg Blocks & Patterns plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 6.1.3 via the `save_ai_generated_image()` function. This makes it possible for authenticated attackers, with Author-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.

CVE-2026-9851
High 7.2

Component : Booking Package (Plugin)

CWE : CWE-639

The Booking Package plugin for WordPress is vulnerable to Privilege Escalation via Account Takeover in versions up to, and including, 1.7.16. This is due to a missing capability check on the ‘updateUser’ branch of the package_app_action AJAX endpoint, where the handler only validates a nonce and the dispatcher invokes Schedule::updateUser() with the $administrator argument hard-coded to 1, bypassing the only owner-restriction check inside that function and allowing the target user to be determined solely by attacker-supplied input passed directly to wp_update_user(). This makes it possible for authenticated attackers, with Editor-level access and above, to change the email address and password of any account, including Administrator accounts, resulting in a full site takeover.

CVE-2026-7537
High 7.2

Component : MDJM Event Management (Plugin)

CWE : CWE-434

The MDJM Event Management plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.7.8.3 via the mdjm_send_comm_email function. This is due to no file type, extension, or MIME type validation being performed on uploaded files. This makes it possible for authenticated attackers, with administrator-level access and above, to upload files that may be executable, which makes remote code execution possible.

CVE-2026-8438
High 7.2

Component : All-In-One Security (AIOS) – Security and Firewall (Plugin)

CWE : CWE-79

The All-In-One Security (AIOS) – Security and Firewall plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to and including 5.4.7. This is due to insufficient input sanitization in the get_rest_route() function and missing output escaping in the column_default() method of the debug log list table. When the ‘Disable REST API for non-logged in users’ feature (aiowps_disallow_unauthorized_rest_requests) is enabled alongside debug logging (aiowps_enable_debug), an unauthenticated attacker can embed arbitrary HTML or JavaScript in the REST request path. The path is retrieved via urldecode($_SERVER[‘REQUEST_URI’]), which decodes URL-encoded payloads into literal HTML characters. This decoded, unsanitized value is concatenated directly into a debug log message and stored in the database. When an administrator navigates to the AIOS Dashboard Debug Logs page, the column_default() method returns the raw database value without escaping, and the parent list table echoes it directly, causing JavaScript execution in the administrator’s browser session. This makes it possible for unauthenticated attackers to inject arbitrary web scripts that execute when an administrator views the debug log page, enabling nonce theft, privileged AJAX/REST actions, and potential full site compromise.

CVE-2026-8901
High 7.2

Component : Integration for Freshsales – Contact Form 7, WPForms, Elementor, Gravity Forms and More (Plugin)

CWE : CWE-79

The Integration for Freshsales – Contact Form 7, WPForms, Elementor, Gravity Forms and More plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Form Submission Data in all versions up to, and including, 1.0.15 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. The injected payload only executes when a CRM API call fails for the submitted form and an administrator subsequently views the error log details modal in the WordPress admin panel.

CVE-2026-7566
Medium 6.6

Component : LearnPress – Backup & Migration Tool (Plugin)

CWE : CWE-502

The LearnPress – Backup & Migration Tool plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 4.1.4 via deserialization of untrusted input . This makes it possible for authenticated attackers, with administrator-level access and above, to inject a PHP Object. 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.

CVE-2026-5074
Medium 6.5

Component : ARMember Premium – Membership Plugin, Content Restriction, Member Levels, User Profile & User signup (Plugin)

CWE : CWE-89

The ARMember Premium plugin for WordPress is vulnerable to SQL Injection via the ‘sSortDir_0’ parameter of the `get_private_content_data` AJAX action in all versions up to, and including, 7.3.1. This is due to insufficient sanitization of the user-supplied parameter which is concatenated directly into the ORDER BY clause of an SQL query without a whitelist check. This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Note: The vulnerability can only be exploited if the “User Private Content” addon is enabled, which is disabled by default..

CVE-2026-8653
Medium 6.5

Component : MasterStudy LMS Documentation (Plugin)

CWE : CWE-89

The MasterStudy LMS Pro Plus plugin for WordPress is vulnerable to generic SQL Injection via the ‘columns’ parameter in all versions up to, and including, 4.8.20 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 instructor-level access or above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

CVE-2026-9829
Medium 6.5

Component : Photo Gallery by 10Web – Mobile-Friendly Image Gallery (Plugin)

CWE : CWE-89

The Photo Gallery by 10Web – Mobile-Friendly Image Gallery plugin for WordPress is vulnerable to time-based SQL Injection via ‘compact_album_order_by’ Shortcode Parameter in all versions up to, and including, 1.8.41 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 contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The malicious payload is stored via the ‘shortcode_bwg’ AJAX handler — accessible to Contributor-level users and exploitable without a valid nonce by omitting the ‘page’ parameter — and is subsequently triggered by the unauthenticated ‘bwg_frontend_data’ AJAX handler, meaning successful exploitation requires only that an attacker has Contributor-level access to save the shortcode.

CVE-2026-4081
Medium 6.4

Component : ZeM STL (Plugin)

CWE : CWE-79

The ZeM STL plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the [zemstl] shortcode in all versions up to and including 1.0. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes, specifically the ‘url’, ‘color’, and ‘bgcolor’ parameters. These attribute values are directly interpolated into HTML attribute context without being passed through esc_attr() or any other escaping function. 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-2026-2382
Medium 6.4

Component : FPW Category Thumbnails (Plugin)

CWE : CWE-79

The FPW Category Thumbnails plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘id’ parameter of the ‘fpw_fs_get_file’ AJAX action in all versions up to, and including, 1.9.5. This is due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever an administrator accesses the plugin’s settings page.

CVE-2026-3722
Medium 6.4

Component : Auto Image Attributes From Filename With Bulk Updater (Add Alt Text, Image Title For Image SEO) (Plugin)

CWE : CWE-79

The Auto Image Attributes From Filename With Bulk Updater (Add Alt Text, Image Title For Image SEO) plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the attachment metadata in all versions up to, and including, 4.9 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-2026-8885
Medium 6.4

Component : DeMomentSomTres Shortcodes (Plugin)

CWE : CWE-79

The DeMomentSomTres Shortcodes plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin’s ‘callout’ shortcode in all versions up to, and including, 1.1.1. This is due to insufficient input sanitization and output escaping on the ‘width’ and ‘align’ shortcode attributes within the st_callout() function, which concatenates the attribute values directly into an HTML style attribute. 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-2026-4080
Medium 6.4

Component : Easy Cart (Plugin)

CWE : CWE-79

The Easy Cart plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘add_to_cart’ shortcode in all versions up to and including 1.8. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. Specifically, the ectp_add_to_cart() function uses sanitize_text_field() on shortcode attributes like ‘itemid’, ‘product_name’, ‘product_desc’, ‘product_qty’, and ‘price’ before inserting them into double-quoted HTML attributes. While sanitize_text_field() strips HTML tags, it does not escape double quote characters, allowing an attacker to break out of the HTML attribute context and inject arbitrary event handlers. 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-2026-8893
Medium 6.4

Component : Express Payment For Stripe (Plugin)

CWE : CWE-79

The Express Payment For Stripe plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘type’ attribute of the [stripe-express] shortcode in versions up to, and including, 1.28.0. This is due to insufficient input sanitization and output escaping on the shortcode attribute value, which is concatenated into an HTML attribute in the rendered output of the register_shortcode() function without being passed through esc_attr() or any other escaping function. 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-2026-8900
Medium 6.4

Component : Simple SEO Slideshow (Plugin)

CWE : CWE-79

The Simple SEO Slideshow plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Shortcode Attributes in all versions up to, and including, 1.2.8 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. WordPress KSES does not strip malicious shortcode attribute values on post save, allowing contributor-level users to persist payloads that execute for any visitor, including administrators reviewing the post.

CVE-2026-7796
Medium 6.4

Component : EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more (Plugin)

CWE : CWE-79

The EmbedPress – PDF Embedder, Embed PDF viewer, YouTube Videos, 3D FlipBook, Social feeds & more plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the block ‘url’ attribute in all versions up to, and including, 4.5.3 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-2026-7795
Medium 6.4

Component : Click to Chat – HoliThemes (Plugin)

CWE : CWE-79

The Click to Chat – WA Widget plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the [chat] shortcode ‘num’ parameter in all versions up to, and including, 4.38. This is due to insufficient escaping when embedding user-supplied shortcode attribute values inside JavaScript string literals that are then placed in HTML event-handler attributes. The CCW_Shortcode::shortcode() function applies esc_attr() to the ‘num’ parameter (line 157), which converts single quotes to the HTML entity ‘. This entity-encoded value is then interpolated directly into a JavaScript window.open() call string delimited by single quotes (line 194/221), and that complete string is placed verbatim into an HTML onclick attribute in the style template files (e.g., sc-style-1.php line 6). Because browsers HTML-decode event attribute values before executing the embedded JavaScript, the ‘ entities are decoded back to literal single quotes at runtime, allowing the injected payload to break out of the JavaScript string context and execute arbitrary code. This makes it possible for authenticated attackers with Contributor-level access and above to inject arbitrary web scripts into pages that will execute whenever a user clicks the WhatsApp chat button rendered by the [chat] shortcode.

CVE-2026-3011
Medium 6.4

Component : Recipe Card Blocks Lite (Plugin)

CWE : CWE-79

The Recipe Card Blocks Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the recipe block’s ‘summary’ and ‘notes’ attributes in all versions up to, and including, 3.4.13. This is due to the ‘WPZOOM_Helpers::deserialize_block_attributes’ method converting unicode-encoded sequences back into HTML characters after sanitization has already been applied. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that execute whenever a user accesses the published post or the print view of an injected recipe.

CVE-2026-9281
Medium 6.4

Component : Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits (Plugin)

CWE : CWE-79

The Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits plugin for WordPress is vulnerable to Stored Cross-Site Scripting via ‘jtlma_custom_js’ Page Setting (Custom JS Extension) in all versions up to, and including, 3.1.0 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. The unfiltered_html capability check is only enforced during Elementor control registration (UI rendering) and not during the save process, enabling Author-level users to inject the jtlma_custom_js setting directly via a crafted POST request to admin-ajax.php?action=elementor_ajax, bypassing the UI-level restriction entirely.

CVE-2026-1451
Medium 6.1

Component : rognone (Plugin)

CWE : CWE-79

The rognone plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘a’ parameter in versions up to, and including, 0.6.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-2026-2425
Medium 6.1

Component : hiWeb Migration Simple (Plugin)

CWE : CWE-79

The hiWeb Migration Simple plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘new_domain’ parameter in all versions up to, and including, 2.0.0.1 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 an administrator into performing an action such as clicking on a link.

CVE-2026-1450
Medium 6.1

Component : rognone (Plugin)

CWE : CWE-79

The rognone plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘mode’ parameter in versions up to, and including, 0.6.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-2026-9280
Medium 6.1

Component : Ad Inserter – Ad Manager & AdSense Ads (Plugin)

CWE : CWE-79

The Ad Inserter – Ad Manager & AdSense Ads plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via URL Parameters in iframe Mode in all versions up to, and including, 2.8.15 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. Exploitation requires that iframe mode (AI_OPTION_IFRAME) is enabled on at least one ad block displayed on the targeted page, which is a non-default but supported configuration commonly used for AdSense and JavaScript-based ads.

CVE-2025-5085
Medium 5.5

Component : WP Nano AD (Plugin)

CWE : CWE-79

The WP Nano AD plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘blogrole_link’ parameter in all versions up to, and including, 1.31 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. This only affects multi-site installations and installations where unfiltered_html has been disabled.

CVE-2026-5191
Medium 5.4

Component : Tiled Gallery Carousel Without JetPack (Plugin)

CWE : CWE-79

The Tiled Gallery Carousel Without JetPack plugin for WordPress is vulnerable to stored cross-site scripting via the ‘data-image-title’ parameter in all versions up to, and including, 3.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-2026-7665
Medium 5.3

Component : Essential Addons for Elementor – Popular Elementor Templates & Widgets (Plugin)

CWE : CWE-639

The Essential Addons for Elementor – Popular Elementor Templates & Widgets plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 6.6.4 via the ajax_load_more function due to insufficient restrictions on which posts can be included. This makes it possible for unauthenticated attackers to extract data from password protected, private, or draft posts that they should not have access to.

CVE-2026-8608
Medium 5.3

Component : Event Monster – Event Manager, Ticket Booking & Registration (Plugin)

CWE : CWE-345

The Event Monster – Event Management, Events Calendar, Tickets plugin for WordPress is vulnerable to Insufficient Verification of Data Authenticity in versions up to, and including, 2.1.0. This is due to the capture_payment() AJAX handler (registered via wp_ajax_nopriv_em_capture_payment) trusting client-supplied payment data — including transaction ID, amount, and payment status — without performing any server-side verification against the PayPal API or any other payment gateway, and without nonce or capability checks. This makes it possible for unauthenticated attackers to forge payment records, mark bookings as Completed, and obtain confirmation emails containing valid QR code tickets without making any actual payment.

CVE-2026-7792
Medium 5.3

Component : WPForms – Easy Form Builder for WordPress – Contact Forms, Payment Forms, Surveys, & More (Plugin)

CWE : CWE-345

The WPForms – Easy Form Builder for WordPress – Contact Forms, Payment Forms, Surveys, & More plugin for WordPress is vulnerable to Insufficient Verification of Data Authenticity in versions up to and including 1.10.0.1. This is due to the PayPal Commerce webhook endpoint processing unauthenticated JSON webhook payloads without verifying that the request originated from PayPal using the required HMAC-SHA256 webhook signature, and only checking whether the supplied event_type is whitelisted before dispatching the attacker-controlled resource data to handlers that update payment records. This makes it possible for unauthenticated attackers who know a valid PayPal subscription_id to forge PayPal webhook events and modify subscription payment records, such as reactivating a cancelled or suspended subscription by setting its subscription_status to active.

CVE-2026-8502
Medium 5.3

Component : LearnPress – WordPress LMS Plugin for Create and Sell Online Courses (Plugin)

CWE : CWE-862

The LearnPress – WordPress LMS Plugin for Create and Sell Online Courses plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.3.6 via the ‘return_type’ parameter. This makes it possible for unauthenticated attackers to extract sensitive data including the plaintext post_password of password-protected courses and the full post_content, post_author, and post_name of unpublished draft, private, and pending courses via the unrestricted SELECT * fallback query. Exploitation requires supplying both c_status=all (to bypass the publish-only post_status WHERE clause) and return_type=json (to prevent the safe DISTINCT(ID) AS ID field override) in a single unauthenticated request to the /wp-json/lp/v1/courses/archive-course endpoint.

CVE-2026-8839
Medium 5.3

Component : MapPress Maps for WordPress (Plugin)

CWE : CWE-639

The MapPress Maps for WordPress plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to, and including, 2.96.6. This is due to missing ownership verification in the REST API routes registered via `Mappress_Api::rest_api_init()`, where the GET `/wp-json/mapp/v1/maps/{mapid}` endpoint uses `’permission_callback’ => ‘__return_true’` and the write endpoints (POST update, DELETE, PATCH mutate, POST clone, POST empty_trash) only check the generic `edit_posts` capability without confirming that the requester owns the targeted map — a gap that is not compensated at the model layer, as `Mappress_Map::get()`, `save()`, `delete()`, `mutate()`, and `empty_trash()` all operate on any caller-supplied map ID without an ownership check. This makes it possible for unauthenticated attackers to read sensitive map data — including POI titles, addresses, coordinates, and body content — for any map on the site by enumerating map IDs, and for authenticated attackers with Contributor-level access and above to modify, delete, trash/restore, or clone any map regardless of its author.

CVE-2026-8385
Medium 5.3

Component : WP Go Maps – Google Maps, OpenStreetMap, Leaflet Map (Plugin)

CWE : CWE-200

The WP Go Maps plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 10.0.09 via the datatables AJAX fallback route. This makes it possible for unauthenticated attackers to extract marker records that the site owner has not approved for public display, including their title, category, address and description fields.

CVE-2026-9016
Medium 5.3

Component : Debug Log Manager – Conveniently Monitor and Inspect Errors (Plugin)

CWE : CWE-117

The Debug Log Manager – Conveniently Monitor and Inspect Errors plugin for WordPress is vulnerable to Improper Output Neutralization for Logs in all versions up to, and including, 2.5.0. This is due to the `log_js_errors()` AJAX handler being registered for unauthenticated users via `wp_ajax_nopriv_log_js_errors` and gated only by a nonce that is publicly disclosed in every front-end page’s HTML through `wp_localize_script()` whenever JavaScript error logging is enabled, providing no real authorization barrier. This makes it possible for unauthenticated attackers to inject arbitrary forged entries into the site’s WordPress debug log by supplying attacker-controlled values for the `message`, `script`, `lineNo`, `columnNo`, and `pageUrl` fields — enabling spoofing of error and incident records, obscuring malicious activity within fabricated log noise, and misleading administrators who rely on the log for triage. This vulnerability is only exploitable when the plugin’s JavaScript error logging feature is enabled, as the requisite nonce is only published into the page HTML under that condition.

CVE-2026-8978
Medium 4.9

Component : OptinCraft – Drag & Drop Optins & Popup Builder for WordPress (Plugin)

CWE : CWE-89

The OptinCraft – Drag & Drop Optins & Popup Builder for WordPress plugin for WordPress is vulnerable to generic SQL Injection via the ‘order_by’ parameter in all versions up to, and including, 1.2.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-2026-6448
Medium 4.9

Component : Quiz and Survey Master (QSM) – Easy Quiz and Survey Maker (Plugin)

CWE : CWE-89

The Quiz and Survey Master (QSM) – Easy Quiz and Survey Maker plugin for WordPress is vulnerable to time-based blind SQL Injection via the ‘order’ parameter in all versions up to, and including, 11.1.2 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 admin-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. If the secret key is exposed, this can be exploited by lower-privileged users.

CVE-2026-9197
Medium 4.9

Component : Smart Slider 3 (Plugin)

CWE : CWE-22

The Smart Slider 3 plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 3.5.1.36 via the replaceHTMLImage function. This makes it possible for authenticated attackers, with administrator-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.

CVE-2026-7565
Medium 4.9

Component : LearnPress – Backup & Migration Tool (Plugin)

CWE : CWE-22

The LearnPress – Backup & Migration Tool plugin for WordPress is vulnerable to Arbitrary File Read via Directory Traversal in all versions up to, and including, 4.1.4 via the ‘import-user-file’ parameter parameter. This makes it possible for authenticated attackers, with administrator-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.

CVE-2026-3620
Medium 4.4

Component : Word Replacer (Plugin)

CWE : CWE-20

The Word Replacer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘replacement’ parameter in all versions up to, and including, 0.4. This is due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVE-2026-10100
Medium 4.4

Component : Simple Custom Login Page (Plugin)

CWE : CWE-79

The Simple Custom Login Page plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the color settings fields (Page Background, Form Background, Text Color, Link Color) in versions up to and including 1.0.3. This is due to insufficient input sanitization of the color option values (they were registered with register_setting() and stored via the Settings API/update_option() with no sanitize_callback) combined with the values being output into a <style> block on wp-login.php using esc_attr(), which is incorrect for a CSS context (it does not escape ;, {, }, / or *). This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary CSS rules into the login page that are rendered for all unauthenticated visitors, enabling UI-redress and credential-phishing attacks.

CVE-2026-7421
Medium 4.4

Component : Passeum Ticketing (Plugin)

CWE : CWE-79

The Passeum Ticketing plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 1.0. This is due to the `get_shop_url()` method returning the `shop_name` setting value without sanitization when it begins with “http”, combined with insufficient validation in the `validate_shop_name()` function which only checks for empty values and string type. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject arbitrary external scripts by setting the `shop_name` to an attacker-controlled URL (e.g., `https://attacker.com`), which causes the plugin to enqueue external JavaScript and CSS from the attacker-controlled domain via `wp_register_script()` and `wp_register_style()`. The injected scripts execute on every frontend page containing any Passeum Ticketing shortcode, affecting all site visitors. Please note that this does not affect single-site installations as administrators already have the `unfiltered_html` capability.

CVE-2026-8991
Medium 4.4

Component : Drag and Drop Multiple File Upload for Contact Form 7 (Plugin)

CWE : CWE-79

The Drag and Drop Multiple File Upload for Contact Form 7 plugin for WordPress is vulnerable to Stored Cross-Site Scripting via ‘drag_n_drop_text’ and ‘drag_n_drop_browse_text’ Settings in all versions up to, and including, 1.3.9.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVE-2026-2500
Medium 4.4

Component : Quick Playground (Plugin)

CWE : CWE-22

The Quick Playground plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 1.3.4. This is due to the `qckply_data()` function passing the user-supplied `filename` POST parameter directly to `file_get_contents()` without any validation, sanitization, or path restriction. This makes it possible for authenticated attackers, with Administrator-level access and above, to read arbitrary files on the server, such as `wp-config.php` or `/etc/passwd`, which can contain sensitive information. Note: This vulnerability is only exploitable when the site has been synced with WordPress Playground (the `is_qckply_clone` option is set) or when running on `playground.wordpress.net`.

CVE-2026-9594
Medium 4.4

Component : WP Maps – Google Maps,OpenStreetMap,Mapbox,Store Locator,Listing,Directory & Filters (Plugin)

CWE : CWE-79

The WP Maps – Google Maps,OpenStreetMap,Mapbox,Store Locator,Listing,Directory & Filters plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘location_messages’ parameter in all versions up to, and including, 4.9.4 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. Exploitation requires the attacker to hold the custom wpgmp_manage_location capability, which is granted to administrators by default but can be assigned to lower-privileged roles via the plugin’s Permissions screen.

CVE-2026-8422
Medium 4.3

Component : Remove meta boxes per user role (Plugin)

CWE : CWE-352

The Remove meta boxes per user role plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.01. This is due to missing or incorrect nonce validation on the ‘remove-meta-boxes-per-user-role’ page. This makes it possible for unauthenticated attackers to modify or reset the plugin’s per-role meta box visibility settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVE-2026-9050
Medium 4.3

Component : Slider Revolution (Plugin)

CWE : CWE-862

The Slider Revolution plugin for WordPress in versions 6.0.0-6.7.55 and 7.0.0-7.0.14 is vulnerable to unauthorized modification of data. 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 Contributor-level access and above, to deactivate any active plugin installed on the site.

CVE-2026-9234
Medium 4.3

Component : JTL-Connector for WooCommerce (Plugin)

CWE : CWE-862

The JTL-Connector for WooCommerce plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 2.4.1. This is due to missing capability checks and nonce verification on the admin_post_settings_save_woo-jtl-connector action (handled by JtlConnectorAdmin::save()) and on the wp_ajax_downloadJTLLogs and wp_ajax_clearJTLLogs AJAX actions (handled by the global downloadJTLLogs() and clearJTLLogs() functions). This makes it possible for authenticated attackers, with Subscriber-level access and above, to modify arbitrary plugin settings, download a ZIP archive of the connector’s developer log files, and delete those log files.

CVE-2026-9599
Medium 4.3

Component : Tectite Forms (Plugin)

CWE : CWE-352

The Tectite Forms plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.3. This is due to missing or incorrect nonce validation on the admin_init function. This makes it possible for unauthenticated attackers to modify the plugin’s settings, including the tectite_forms_button option, via a forged request via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVE-2026-9730
Medium 4.3

Component : Remove NoFollow Commenter URL (Plugin)

CWE : CWE-352

The Remove NoFollow Commenter URL plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0. This is due to missing or incorrect nonce validation on the gmz_comment_settings_save function. This makes it possible for unauthenticated attackers to modify the plugin’s comment-display setting via a forged request via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVE-2026-9723
Medium 4.3

Component : Google Plus One Bottom (Plugin)

CWE : CWE-352

The Google Plus One Bottom plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.0.2. This is due to missing or incorrect nonce validation on the googlePlusOneAdmin function. This makes it possible for unauthenticated attackers to modify the plugin’s settings, including the plusone-lang, plusone-callback, and plusone-url options stored in the database via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVE-2026-4071
Medium 4.3

Component : BirdSeed (Plugin)

CWE : CWE-352

The BirdSeed plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.2.0. This is due to missing nonce validation in the birdseed_plugin_settings_page() function. The function processes the ‘birdseed_token’ GET parameter and saves it to the database via update_option() without verifying a nonce. This makes it possible for unauthenticated attackers to change the plugin’s BirdSeed token setting via a forged request, granted they can trick a site administrator into performing an action such as clicking a link.

CVE-2026-9048
Medium 4.3

Component : Slider Revolution (Plugin)

CWE : CWE-863

The Slider Revolution plugin for WordPress is vulnerable to Sensitive Information Exposure in versions 7.0.0 – 7.0.14, via the ‘slider.get.full’ AJAX Action. This makes it possible for authenticated attackers, with Contributor-level access and above, to extract sensitive data including raw social media API credentials: the Instagram OAuth token, Flickr API key, YouTube Data API key, and Facebook App ID, stored in any configured slider’s settings.

CVE-2026-9722
Medium 4.3

Component : Laiser Tag (Plugin)

CWE : CWE-352

The Laiser Tag plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2.5. This is due to missing or incorrect nonce validation on the addOptionsPageFields function. This makes it possible for unauthenticated attackers to update the plugin’s settings, including the API key, tag blacklist, relevance threshold, batch size, and tagging toggles, via a forged request via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVE-2026-9732
Medium 4.3

Component : EmergencyWP – Dead Man’s switch & legacy deliverance (Plugin)

CWE : CWE-352

The EmergencyWP – Dead Man’s switch & legacy deliverance plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.4.2. This is due to missing or incorrect nonce validation on the form_settings_ui (settings save handler, procedural include scope) function. This makes it possible for unauthenticated attackers to modify plugin settings including the minimum access role (altering WordPress role capabilities via add_cap/remove_cap), the data-erasure-on-uninstall flag, life-check timing values, the mandator email address, the confirmation page ID, and date/time formats via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVE-2026-7624
Medium 4.3

Component : SEO Plugin by Squirrly SEO (Plugin)

CWE : CWE-862

The SEO Plugin by Squirrly SEO plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 12.4.16. 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 contributor-level access and above, to invoke privileged state-changing Squirrly cloud API operations, such as revoking the site’s Google Search Console and Google Analytics integrations via `api/gsc/revoke` and `api/ga/revoke`, that are otherwise restricted to administrator-level users holding the `sq_manage_settings` capability.

CVE-2026-9719
Medium 4.3

Component : LatePoint – Calendar Booking Plugin for Appointments and Events (Plugin)

CWE : CWE-352

The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 5.6.0. This is due to missing or incorrect nonce validation on the change_status function. This makes it possible for unauthenticated attackers to change the status of arbitrary invoices — including marking unpaid invoices as paid — without administrator consent via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVE-2026-10038
Medium 4.3

Component : Charitable – Donation Plugin for WordPress – Fundraising with Recurring Donations & More (Plugin)

CWE : CWE-639

The Charitable – Donation Plugin for WordPress – Fundraising with Recurring Donations & More plugin for WordPress is vulnerable to Insecure Direct Object Reference / Authorization Bypass leading to Arbitrary Attachment Deletion in versions up to, and including, 1.8.11.1 via the profile avatar update flow. This is due to the save_avatar() function in Charitable_Profile_Form calling wp_delete_attachment() on an attachment ID read from the user’s ‘avatar’ meta without validating that the attachment is owned by the user, combined with Charitable_Data_Processor::process_picture() returning the raw posted value when no file is uploaded, allowing the ‘avatar’ user meta to be poisoned with any attacker-chosen attachment ID. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary attachments from the Media Library by performing a two-request chain (first poisoning the stored avatar meta value with a target attachment ID, then triggering deletion via a normal avatar upload).

CVE-2026-8611
Medium 4.3

Component : Klamra Paycal for Aspaclaria (Plugin)

CWE : CWE-639

The Klamra Paycal for Aspaclaria plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 1.1.4 via the ‘invoice_id’ parameter due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with subscriber-level access and above, to download arbitrary customer invoices by enumerating sequential post IDs, exposing sensitive billing PII including full name, email address, phone number, order total, line items, and customer notes belonging to other customers.

CVE-2026-7047
Medium 4.3

Component : Frontend User Notes (Plugin)

CWE : CWE-352

The Frontend User Notes plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.1.1. This is due to missing or incorrect nonce validation on the funp_ajax_modify_notes function. This makes it possible for unauthenticated attackers to trick a logged-in user into visiting a malicious page, causing unauthorized overwriting of that victim’s own note content via a forged cross-site request to wp_update_post() via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. Due to ownership enforcement comparing the note’s stored _funp_single_user_id meta against the current session’s user ID, the attack is limited to modifying only notes belonging to the tricked victim, and cannot be used to alter notes owned by arbitrary third-party users.

CVE-2026-8976
Medium 4.3

Component : RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator (Plugin)

CWE : CWE-862

The RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 5.1.7. 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 contributor-level access and above, to create and execute RSS import jobs, purge (force-delete) all posts associated with any import job, clear import error logs, and enumerate taxonomy terms and post meta_key names. The nonce required to reach these sub-handlers is leaked to any user with the edit_posts capability via the feedzyjs localized script injected into the block editor, meaning no privileged nonce theft or separate exploit step is required for Contributor-level users.

CVE-2026-9008
Medium 4.3

Component : Page-list (Plugin)

CWE : CWE-862

The Page-list plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 6.2. This is due to the pagelist_unqprfx_ext_shortcode() function (the [pagelist_ext] / [pagelistext] shortcode) accepting attacker-controlled post_status, post_type, and show_meta_key attributes and passing them directly into get_pages() and get_post_meta() with no capability check verifying that the rendering user is permitted to read the matched objects. When the current post has no child pages, the shortcode re-issues the query with child_of => 0, broadening it to every page on the site matching the supplied status/type. This makes it possible for authenticated attackers, with contributor-level access and above, to disclose the titles, body content/excerpts, and arbitrary post meta of unrelated private and draft pages by inserting the shortcode into a contributor-authored draft and previewing it.

CVE-2026-7523
Medium 4.3

Component : Alba Board (Plugin)

CWE : CWE-862

The Alba Board plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.1.3. 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 subscriber-level access and above, to access arbitrary private alba_card post data, including title, description, assignee, due date, tags, and comments, that is intended to be restricted to Administrators and Editors. The handler is registered via the wp_ajax_nopriv_ hook and its nonce is exposed to all site visitors through wp_localize_script on pages containing the [alba_board] shortcode, making this exploitable by unauthenticated users who can access any such page.

CVE-2025-12656
Low 3.8

Component : WPvivid — Backup, Migration & Staging (Plugin)

CWE : CWE-73

The Migration, Backup, Staging – WPvivid Backup & Migration plugin for WordPress is vulnerable to arbitrary directory deletion due to insufficient file path validation in the delete_cancel_staging_site() function in all versions up to, and including, 0.9.128. This makes it possible for authenticated attackers, with Administrator-level access and above, to delete arbitrary folders on the server, which leads to a loss of data.


Vulnerabilities by CWE

CWE Count
CWE-79
Improper Neutralization of Input During Web Page Generation (‘Cross-site Scripting’)
23
CWE-352
Cross-Site Request Forgery (CSRF)
9
CWE-862
Missing Authorization
8
CWE-89
Improper Neutralization of Special Elements used in an SQL Command (‘SQL Injection’)
6
CWE-639
Authorization Bypass Through User-Controlled Key
5
CWE-22
Improper Limitation of a Pathname to a Restricted Directory (‘Path Traversal’)
4
CWE-434
Unrestricted Upload of File with Dangerous Type
2
CWE-502
Deserialization of Untrusted Data
2
CWE-345
Insufficient Verification of Data Authenticity
2
CWE-269
Improper Privilege Management
1
CWE-287
Improper Authentication
1
CWE-285
Improper Authorization
1
CWE-94
Improper Control of Generation of Code (‘Code Injection’)
1
CWE-288
Authentication Bypass Using an Alternate Path or Channel
1
CWE-918
Server-Side Request Forgery (SSRF)
1
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
1
CWE-117
Improper Output Neutralization for Logs
1
CWE-20
Improper Input Validation
1
CWE-863
Incorrect Authorization
1
CWE-73
External Control of File Name or Path
1

Weekly News

What Happened at WordCamp Europe 2026

Source : WordPress

WordCamp Europe 2026 brought the WordPress community to Kraków for three days of contribution and conversation, from CERN going live on WordPress to WordPress 7.0, AI, and a closing fireside chat on where the project goes next. Read the full recap.

Critical Everest Forms Pro flaw exploited to take over WordPress sites

Source : BleepingComputer

Hackers are actively exploiting a critical vulnerability (CVE-2026-3300) in the Everest Forms Pro plugin, which lets them take complete control of a WordPress website. […]

Protect The Shire

Source : WordPress

tl;dr: Temporary 24-hour cooldown period for plugin/theme releases before auto-updates. AI can give defenders an edge. We want to secure all 78K plugins and themes on WordPress.org.  One of the things we’ve always striven to do as the developers of WordPress is to work harder so you don’t have to; we take technology that’s complex […]

Hackers Exploit Critical Everest Forms Pro WordPress Plugin Flaw to Take Over Sites

Source : The Hacker News

Threat actors are actively exploiting a critical security flaw in Everest Forms Pro, a WordPress plugin with about 4,000 active installations, to execute arbitrary code, leading to a complete site compromise.

The vulnerability in question is CVE-2026-3300 (CVSS score: 9.8), a remote code execution bug impacting all versions of the plugin up to, and including, 1.9.12. A patch for the flaw was

Everest Forms Pro Flaw Exploited in the Wild to Hijack WordPress Sites

Source : SecurityOnline

Everest Forms Pro vulnerability CVE-2026-3300 is being actively exploited to execute arbitrary PHP code, create rogue administrator accounts, and fully compromise WordPress sites, requiring an immediate update to version 1.9.13 or later.

Kirki, Burst Statistics WordPress Plugin Flaws in Attackers’ Crosshairs

Source : SecurityWeek

Attackers are actively exploiting critical WordPress plugin flaws in Kirki and Burst Statistics to escalate privileges and take over vulnerable websites, making immediate updates to Kirki 6.0.7+ and Burst Statistics 3.4.2+ necessary.

Critical Kirki flaw exploited to hijack WordPress admin accounts

Source : BleepingComputer

Hackers are exploiting a critical privilege escalation vulnerability (CVE-2026-8206) in the Kirki plugin for WordPress to take over any user account, including those belonging to administrators. […]

Kirki Plugin Vulnerability: 150K WordPress Sites Face Critical 9.8 CVSS Privilege Escalation in the Wild

Source : SecurityOnline

A critical Kirki WordPress plugin vulnerability, CVE-2026-8206, allows unauthenticated attackers to hijack administrator accounts via a flawed password reset REST API endpoint, with active exploitation reported and urgent updates to version 6.0.7 or later recommended.

WP Maps Pro Vulnerability Exploited to Take Over WordPress Sites

Source : SecurityWeek

WP Maps Pro vulnerability CVE-2026-8732 is being actively exploited to let unauthenticated attackers create administrator accounts via an exposed AJAX temporary-access feature, requiring an immediate update to version 6.1.1 or later.

Critical WP Maps Pro Flaw Actively Exploited to Create Admin Accounts

Source : The Hacker News

Threat actors are attempting to actively exploit a critical security flaw impacting WP Maps Pro, a WordPress plugin that has had over 15,000 sales on the Envato Market, to create malicious administrator accounts on susceptible sites.

WP Maps Pro allows site owners to embed customizable Google Maps and OpenStreetMap with markers, listings, and advanced location features on WordPress sites. It is

WordPress malware campaign hides payloads in Steam profiles

Source : BleepingComputer

Nearly 2,000 WordPress websites were infected with malware that relies on Steam Community profile comments to hide command-and-control (C2) data. […]


Find more statistics on WordPress vulnerabilities at https://seckhmet.com/en/stats.php

Leave a Reply

Your email address will not be published. Required fields are marked *