Skip to main content

WordPress

18559 CVEs vendor

Monthly

CVE-2026-81766 POC This Week

The Really Simple Security WordPress plugin before 9.8.0 does not check that the user is allowed to install Really Simple Security WordPress plugin before 9.8.0 before installing one from a user-supplied URL, allowing an administrator of a subsite on a multisite network to install and execute arbitrary code in the network-shared Really Simple Security WordPress plugin before 9.8.0 directory, which WordPress otherwise reserves to the network administrator. Exploitation requires the network administrator to have enabled the Really Simple Security WordPress plugin before 9.8.0 administration menu for subsites, which is not the default.

RCE WordPress Really Simple Security
NVD WPScan
CVE-2026-81660 POC This Week

The Groundhogg - CRM, Newsletters, and Marketing Automation WordPress plugin before 4.5.13 does not validate or escape values submitted to some optional web form fields before storing them and outputting them back in an administrative area, allowing unauthenticated users to perform Stored Cross-Site Scripting attacks against high privilege users.

XSS WordPress Groundhogg Crm Newsletters And Marketing Automation
NVD WPScan
CVE-2026-78364 POC This Week

The MW WP Form WordPress plugin before 5.1.6 does not sanitise and escape some of its form settings before outputting them back in an admin dashboard page, which could allow users with a role as low as Editor to perform Stored Cross-Site Scripting attacks against high privilege users such as admin.

XSS WordPress Mw Wp Form
NVD WPScan
CVE-2026-76585 POC This Week

The Customer Reviews for WooCommerce WordPress plugin before 5.118.0 does not sanitise and escape the content of customer reviews received via one of its endpoints, which could allow unauthenticated users to perform Stored Cross-Site Scripting attacks.

XSS WordPress Customer Reviews For Woocommerce
NVD WPScan
CVE-2026-19722 POC This Week

The WPvivid - Backup, Migration & Staging WordPress plugin before 0.9.133 does not validate the destination of files extracted from a backup package during restoration, allowing high privilege users such as administrators to write arbitrary files outside the intended restore directory, which can lead to code execution.

RCE WordPress Wpvivid Backup Migration Staging
NVD WPScan
CVE-2026-14307 POC This Week

The geotargetingwp WordPress plugin before 3.5.6.2 does not sanitise or escape several parameters before reflecting them back in AJAX responses that are served with an HTML content type, allowing unauthenticated attackers to inject arbitrary web scripts that execute when a victim is tricked into submitting a crafted request.

Code Injection WordPress Geotargetingwp
NVD WPScan
CVE-2026-14835 POC This Week

The SOGO Add Script to Individual Pages Header Footer WordPress plugin through 3.9 does not sanitise or escape the custom header/footer script values saved from its post metabox, and does not restrict them to users with the unfiltered_html capability, allowing users with contributor-level access and above to store JavaScript that executes in the browser of any administrator who reviews the post and of any visitor once the post is published.

Information Disclosure WordPress Sogo Add Script To Individual Pages Header Footer
NVD WPScan
CVE-2026-15369 CRITICAL Act Now

Privilege escalation to Administrator in the Addify Custom User Registration Fields for WooCommerce plugin (versions ≤ 2.2.3) lets unauthenticated attackers gain admin rights by supplying an arbitrary role slug during WooCommerce checkout. The plugin trusts an attacker-controlled afreg_select_user_role value from the unauthenticated Store API /wc/store/v1/checkout request and passes it straight to WP_User::add_role() without validating it against the admin-configured allowed role list. No public exploit identified at time of analysis, and exploitation requires the plugin's 'User Role Selection' feature to be enabled.

Privilege Escalation WordPress Custom User Registration Fields For Woocommerce
NVD VulDB
CVSS 3.1
9.8
CVE-2026-75807 HIGH This Week

Authentication bypass in the miniOrange SAML Single Sign On - SSO Login WordPress plugin (versions ≤5.4.6) allows a remote, unauthenticated attacker to overwrite the plugin's stored IdP X.509 signing certificate and subsequently forge SAML assertions to obtain a fully privileged session as any WordPress account, including administrators. The flaw originates in the ACS handler persisting an attacker-supplied certificate from an incoming SAMLResponse before signature validation is enforced - a logic ordering error that wholly undermines SAML trust. Exploitation is gated by a required administrator interaction (triggering the test_config_error_wpsamlerr004 repair flow), and no public exploit code or CISA KEV listing has been identified at time of analysis.

WordPress Authentication Bypass Saml Single Sign On Sso Login
NVD VulDB
CVSS 3.1
7.5
CVE-2026-14494 CRITICAL Act Now

Unauthenticated remote code execution in the Sigma Forms Pro (AI Generated Forms) WordPress plugin by bdthemes affects all versions through 1.4.5, where the handle_form_submission function temporarily grants the unfiltered_upload capability to every submitter and skips MIME validation when allowed_file_types is empty. An unauthenticated attacker can upload an executable PHP file and run arbitrary code on the server. No public exploit has been identified yet, but the flaw is immediately exploitable against default installs because shipped templates (Job Application, Support Ticket, Wholesale Application) expose unrestricted upload fields by design.

File Upload RCE WordPress Sigmaforms Pro Ai Generated Forms
NVD
CVSS 3.1
9.8
CVE-2026-10522 POC This Week

The MemberHero WordPress plugin through 6.9 does not restrict which account fields can be supplied during its frontend registration process, allowing unauthenticated attackers to register a new user with an arbitrary role, including Administrator, leading to a full site takeover. Version 6.9 is advertised as resolving this issue, but the fix is incomplete and the current version remains exploitable by unauthenticated attackers to obtain administrator access and to take over existing accounts. No version that fully addresses the issue is available at the time of this advisory. Mitigation: deactivate and remove the MemberHero WordPress plugin through 6.9 until a version that fully resolves this issue is released. If the MemberHero WordPress plugin through 6.9 must stay active, disable public registration, restrict access to the registration functionality, and monitor the site for unexpected administrator accounts.

Information Disclosure WordPress Memberhero
NVD WPScan
EPSS
0.1%
CVE-2026-6176 HIGH This Week

Stored cross-site scripting in the Customer Reviews for WooCommerce WordPress plugin (versions up to and including 5.106.0) enables unauthenticated attackers to inject persistent malicious scripts into WooCommerce product pages, where they execute in every subsequent visitor's browser. The flaw resides in the 'cr_local_forms_submit' AJAX handler, which stores unsanitized HTML review text via wp_insert_comment() without sanitization and later renders it through comment_text() without output escaping - a textbook inject-store-render CWE-79 chain. No active exploitation has been confirmed in the CISA KEV catalog and no public exploit code has been identified at time of analysis, though the attack requires only a review form URL that the plugin routinely distributes to customers via order-reminder emails, lowering the practical barrier to abuse.

WordPress XSS Customer Reviews For Woocommerce
NVD
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-5096 MEDIUM This Month

Server-Side Request Forgery in the Everest Forms WordPress plugin (all versions up to and including 3.4.4) enables unauthenticated remote attackers to force the WordPress server to issue arbitrary outbound HTTP HEAD requests to attacker-controlled URLs. The flaw resides in the plugin's upload field handling: when a form submission triggers re-rendering due to a missing required field, unsanitized POST-supplied URLs are passed directly to WordPress's `wp_remote_head()` without any domain restriction. No active exploitation has been confirmed by CISA KEV, though the zero-authentication requirement and WordPress's broad deployment footprint elevate practical risk for internal network reconnaissance and cloud metadata endpoint probing.

PHP SSRF WordPress Everest Forms Contact Form Payment Form Quiz Survey Custom Form Builder With Ai
NVD
CVSS 3.1
5.3
EPSS
0.3%
CVE-2026-5934 HIGH This Week

Stored Cross-Site Scripting in WP Rocket versions up to and including 3.21.0.1 allows unauthenticated remote attackers to inject persistent malicious scripts via the rocket_beacon AJAX endpoint. Any user who subsequently visits a page where the payload has been stored will execute the attacker-controlled script in their browser context. A patched release (v3.21.1) is available from WP Media, and no public exploit or active exploitation has been identified in the provided data.

WordPress XSS Wp Rocket
NVD GitHub
CVSS 3.1
7.2
EPSS
0.2%
CVE-2026-3423 MEDIUM This Month

Stored Cross-Site Scripting in the Envira Gallery WordPress plugin (versions ≤1.12.4) permits authenticated attackers holding Author-level privileges or higher to inject persistent JavaScript payloads through the gallery description configuration field. The injected script executes in the browsers of any site visitor who loads a page rendering an affected gallery with its description enabled, enabling session hijacking, credential theft, or admin account takeover. No public exploit code or CISA KEV listing has been identified at time of analysis; a fix has been committed to the WordPress plugin repository trunk per changeset 3514026.

WordPress XSS Envira Gallery Image Photo Gallery Albums Video Gallery Slideshows More
NVD
CVSS 3.1
6.4
EPSS
0.2%
CVE-2026-5510 MEDIUM This Month

Stored Cross-Site Scripting in GiveWP (WordPress donation plugin by StellarWP, versions through 4.14.4) allows authenticated Contributor-level users to inject persistent JavaScript payloads into donation form pages via the give_form shortcode. The flaw arises because the continue_button_title and display_style shortcode attributes are sanitized with sanitize_text_field() - which strips HTML tags but does not encode special characters - and then written unescaped into HTML data attributes, leaving a standard XSS sink unguarded. No public exploit has been identified and active exploitation has not been confirmed by CISA KEV at time of analysis.

WordPress XSS Givewp Donation Plugin And Fundraising Platform
NVD
CVSS 3.1
6.4
EPSS
0.3%
CVE-2026-6128 MEDIUM This Month

Stored cross-site scripting in All-in-One WP Migration Unlimited Extension (all versions up to and including 2.84) allows any authenticated WordPress user with Subscriber-level access to plant persistent JavaScript payloads via the ai1wm_backups_path parameter, which execute in the administrator's browser context when the plugin settings page is visited. Two compounding weaknesses drive the flaw: absent input sanitization on the parameter and missing authorization checks on the settings() function, permitting low-privileged users to write attacker-controlled data into plugin configuration. A partial fix was shipped in version 2.84 but a fully remediated release has not been confirmed, and no public exploit code has been identified at time of analysis.

WordPress XSS All In One Wp Migration Unlimited Extension
NVD
CVSS 3.1
6.4
EPSS
0.2%
CVE-2026-5097 HIGH This Week

SQL injection via the 'referer' HTTP parameter in wpForo Forum (WordPress plugin, all versions up to and including 2.4.17) allows unauthenticated remote attackers to append arbitrary SQL to existing queries and exfiltrate the entire WordPress database, including user credentials and private forum content. The flaw is confined to data extraction - the CVSS vector confirms no integrity or availability impact - but the complete absence of authentication requirements and low attack complexity make any publicly reachable WordPress install running this plugin an exposed target. No public exploit code has been identified at time of analysis, and the vulnerability is not listed in CISA KEV.

SQLi WordPress Wpforo Forum
NVD
CVSS 3.1
7.5
EPSS
0.4%
CVE-2026-6286 HIGH This Week

Stored XSS in the Amelia WordPress booking plugin (versions ≤ 2.2) allows unauthenticated attackers to persist malicious JavaScript that fires when a site administrator views the Calendar page. The attack chain exploits two compounding weaknesses: an explicit nonce-verification skip in AddBookingCommand (Command.php:186) that permits unauthenticated booking submissions, and unsafe interpolation of customer name fields into JavaScript template literals rendered via innerHTML in the FullCalendar eventContent callback (redesign/dist/index.js:199). No public exploit is confirmed at time of analysis, but the Wordfence disclosure provides sufficient technical detail for trivial weaponization.

WordPress PHP XSS Authentication Bypass Booking For Appointments And Events Calendar Amelia
NVD
CVSS 3.1
7.2
EPSS
0.4%
CVE-2026-76581 CRITICAL Act Now

Authentication bypass in the WPMU DEV Dashboard WordPress plugin (all versions through 5.0.1) lets an unauthenticated attacker forge a valid administrator session by abusing an HMAC signature-verification flaw in the Hub SSO login flow. Because the signing routine in the unauthenticated wdpsso_step1 action covers a different, unseparated field concatenation than the verifier in wdpsso_step2, an attacker can obtain a legitimately signed token and replay it with fields rearranged to authenticate as admin. No public exploit is identified at time of analysis, but the network-reachable, unauthenticated nature and 9.8 CVSS make this a high-priority patch item.

Jwt Attack WordPress Authentication Bypass Wpmu Dev Dashboard
NVD
CVSS 3.1
9.8
EPSS
0.3%
CVE-2026-79996 HIGH POC PATCH This Week

Privilege escalation in the User Registration & Membership WordPress plugin before 5.2.6 lets authenticated users holding the plugin's delegated management capability overwrite arbitrary WordPress site options, including those governing user roles, enabling full administrator takeover. The root cause is a missing capability check on the login settings save handler - the plugin fails to verify the caller's WordPress capabilities before persisting changes to the wp_options table. A public proof-of-concept exploit exists per WPScan; however, SSVC reports no active exploitation and the CVE is absent from CISA KEV.

Privilege Escalation WordPress User Registration Membership
NVD WPScan
CVSS 3.1
7.2
EPSS
0.1%
CVE-2026-79995 MEDIUM POC PATCH This Month

Missing object-level authorization in the User Registration & Membership WordPress plugin (before 5.2.5) allows any authenticated Subscriber-level user to cancel a pending email change belonging to any other account - including site administrators. The flaw stems from the plugin's email-change cancellation handler accepting a user identifier supplied by the requester without verifying account ownership, a classic IDOR pattern. A publicly available exploit exists per WPScan; however, SSVC assessment lists exploitation as none and the attack is not automatable, indicating opportunistic rather than widespread active abuse.

WordPress Authentication Bypass User Registration Membership
NVD WPScan
CVSS 3.1
4.3
EPSS
0.1%
CVE-2026-79706 MEDIUM POC PATCH This Month

Arbitrary file write in the Breeze Cache WordPress plugin (all versions before 2.5.13) allows unauthenticated remote attackers to place files at any server filesystem location by supplying unsanitized path values in HTTP requests. The plugin uses attacker-controlled input directly to construct cache file paths, enabling traversal outside the intended cache directory. A publicly available proof-of-concept exists; while SSVC confirms no exploitation at time of analysis, the automatable attack vector and CWE-434 classification raise concern that the primitive could be chained to remote code execution if attacker-controlled content reaches a web-accessible directory.

File Upload WordPress Breeze Cache
NVD WPScan
CVSS 3.1
5.3
EPSS
0.2%
CVE-2026-79615 LOW POC PATCH Monitor

Quiz and Survey Master (QSM) WordPress plugin versions before 11.2.4 expose quiz question banks, hints, and correct answer keys to any authenticated Contributor-level user via a REST API route lacking authorization checks. The flaw allows a low-privileged user to read quiz content owned by other users on the same WordPress installation, undermining academic integrity and confidentiality of proprietary quiz material. No confirmed active exploitation is recorded in CISA KEV, but a publicly available proof-of-concept is documented by WPScan, making opportunistic exploitation trivial for any authenticated site member.

WordPress Authentication Bypass Quiz And Survey Master Qsm
NVD WPScan
CVSS 3.1
2.7
EPSS
0.1%
CVE-2026-77701 MEDIUM POC PATCH This Month

Missing authorization in WCFM Marketplace WordPress plugin before 3.8.2 allows unauthenticated users to submit refund requests against any guest checkout order without verifying order ownership. The flaw (CWE-862) targets the refund request endpoint, which performs no ownership check for guest orders, enabling arbitrary financial disruption to marketplace vendors. A publicly available proof-of-concept exists; however, SSVC data confirms no active exploitation detected at time of analysis, and the patch is available in version 3.8.2.

WordPress Authentication Bypass Wcfm Marketplace
NVD WPScan
CVSS 3.1
5.3
EPSS
0.1%
CVE-2026-19423 HIGH POC PATCH This Week

Privilege escalation to administrator in the Ultimate Member WordPress plugin (versions 2.6.7 through 2.12.x) allows unauthenticated users registering via the plugin's own forms to self-assign any WordPress role, including administrator, by exploiting a logic failure in role validation. When the plugin cannot resolve the allowed roles for a given profile form, it falls back to validating the submitted role against the full site-wide role registry rather than the form's own allow-list - accepting any valid registered role. A publicly available exploit exists per WPScan, though SSVC assessment indicates no confirmed active exploitation campaigns at time of analysis. Vendor-released patch is available in version 2.13.0.

Privilege Escalation WordPress Ultimate Member
NVD WPScan
CVSS 3.1
8.1
EPSS
0.1%
CVE-2026-19084 HIGH POC PATCH This Week

Unauthenticated arbitrary file read in the Shared Files Pro WordPress plugin (all versions before 1.7.70) allows remote attackers to supply an unvalidated path parameter during featured image creation, causing the plugin to read and republish any file accessible to the web server process at a public URL. This compound impact - read plus republication - means sensitive data such as wp-config.php database credentials or secret keys can be exfiltrated and exposed to any internet user, not just the attacker. A publicly available proof-of-concept exists, and the CVSS vector confirms no authentication or user interaction is required against any default installation of the affected plugin.

Information Disclosure WordPress Shared Files Pro
NVD WPScan
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-14567 MEDIUM POC PATCH This Month

Unauthenticated mass PII enumeration in the User Frontend WordPress plugin (versions 4.3.0 through 4.3.10) exposes the email address and phone number of every registered user - including site administrators - via an unrestricted user directory search endpoint. The flaw requires no authentication, no special configuration, and is automatable per SSVC, making bulk harvesting trivial for any remote attacker. A publicly available proof-of-concept exploit exists, reported by WPScan, though active exploitation has not been confirmed by CISA KEV at time of analysis.

Information Disclosure WordPress User Frontend
NVD WPScan
CVSS 3.1
5.3
EPSS
0.2%
CVE-2026-14558 HIGH POC PATCH This Week

PHP object injection via unsafe deserialization in the User Frontend WordPress plugin (versions before 4.3.10) grants Editor-level users the ability to execute arbitrary PHP code on the host server. The plugin fails to validate field type definitions and deserializes user-controlled post metadata at render time - a CWE-502 flaw exploitable through any available POP chain present in the WordPress environment. A public proof-of-concept exists per WPScan, though SSVC assessment notes no confirmed active exploitation at time of analysis.

WordPress RCE PHP Deserialization User Frontend
NVD WPScan
CVSS 3.1
7.2
EPSS
0.4%
CVE-2026-12514 MEDIUM POC PATCH This Month

Unauthenticated file upload in the Shared Files (before 1.7.67) and Shared Files Pro (before 1.7.70) WordPress plugins exposes an upload handler that performs no capability check and relies on a nonce embedded in every public page - making the nonce an ineffective authorization barrier. Any unauthenticated visitor can upload files within WordPress's allowed MIME type list to a publicly accessible server directory, and the server's absolute filesystem path is returned in the response, aiding reconnaissance. Publicly available exploit code exists (confirmed by WPScan); however, active exploitation has not been confirmed and the CVE is not listed in CISA KEV.

PHP WordPress Authentication Bypass Shared Files Shared Files Pro
NVD WPScan
CVSS 3.1
5.3
EPSS
0.1%
CVE-2026-12513 MEDIUM POC PATCH This Month

Arbitrary file deletion via path traversal in the Shared Files and Shared Files Pro WordPress plugins (versions before 1.7.67 and 1.7.68 respectively) enables unauthenticated attackers to trigger deletion of critical server files such as wp-config.php, causing denial of service and potential site takeover. The plugin's single-pass traversal filter is bypassable during frontend file submission, allowing a crafted path pointing outside the uploads directory to be stored; when an administrator later permanently deletes the corresponding file entry, the resolved arbitrary file is removed. A publicly available proof-of-concept exists, though SSVC assessment rates exploitation as none at time of analysis, likely reflecting the two-stage attack dependency on administrator action.

PHP Denial Of Service WordPress Shared Files Shared Files Pro
NVD WPScan
CVSS 3.1
6.8
EPSS
0.2%
CVE-2026-4246 MEDIUM This Month

Stored Cross-Site Scripting in ElementsKit Pro for WordPress allows unauthenticated attackers to persistently inject arbitrary JavaScript via the Advanced Search REST endpoint, affecting all versions through 4.10.1. The flaw combines an authentication bypass (permission_callback set to __return_true) with inadequate output escaping: sanitize_text_field() permits double-quote characters to pass through, and stored keywords are later rendered into HTML attributes using sprintf() without esc_attr(), enabling attribute injection. Unlike reflected XSS, this stored variant poisons the site globally - every visitor who triggers the 'no results' state on any page using the Advanced Search widget executes the injected payload. No public exploit has been identified at time of analysis and this CVE is not listed in the CISA KEV catalog.

WordPress XSS Elementskit Pro
NVD GitHub
CVSS 3.1
6.1
EPSS
0.3%
CVE-2026-16654 MEDIUM This Month

Stored Cross-Site Scripting in the Avada (Fusion) Builder WordPress plugin through version 3.15.6 allows authenticated contributors to permanently embed malicious JavaScript in page content via the 'size' shortcode attribute. The root bypass is structural: WordPress's wp_kses_post filter only inspects HTML angle-bracket constructs, so payloads confined entirely to a shortcode attribute string pass the filter unchanged at save time and execute in any visitor's browser. No public exploit code or CISA KEV listing is confirmed at time of analysis, though the Scope:Changed CVSS designation reflects that successful injection escalates attacker influence from the contributor's own context into the browsers of higher-privileged users, including site administrators.

WordPress XSS Avada Fusion Builder
NVD
CVSS 3.1
6.4
EPSS
0.2%
CVE-2026-18983 HIGH This Week

Remote code execution via unrestricted file upload in the One User Avatar WordPress plugin (all versions ≤ 2.5.4) is enabled by a flawed avatar upload handler that accepts DXFP files - bypassing only PHP and SVG blocks - while trusting the attacker-controlled client-supplied Content-Type header instead of a server-derived MIME type, and retaining uploaded files that fail post-write validation. Exploitation requires subscriber-level WordPress credentials and a non-default administrative decision to grant subscribers avatar upload capability. No public exploit has been identified at time of analysis; no EPSS data was provided.

File Upload WordPress XSS PHP RCE +1
NVD
CVSS 3.1
7.5
EPSS
0.5%
CVE-2026-3129 MEDIUM This Month

Stored Cross-Site Scripting in LiteSpeed Cache for WordPress (all versions through 7.7) allows authenticated attackers holding Author-level access or higher to inject persistent malicious scripts via specially crafted `<img>` tag attributes. The defect lives in a flawed regular expression inside the plugin's media class that is invoked only when both the 'Lazy Load Images' and 'Add Missing Sizes' features are simultaneously active, causing attribute-embedded payloads to survive sanitization and be stored in page content. Injected scripts execute in the browser of any subsequent visitor, enabling session hijacking, credential theft, or unauthorized actions on their behalf. No public exploit code and no CISA KEV listing have been identified at time of analysis.

WordPress XSS Litespeed Cache
NVD VulDB
CVSS 3.1
6.4
EPSS
0.2%
CVE-2026-16759 MEDIUM This Month

Unauthenticated remote PHP function invocation in the Tutor LMS WordPress plugin (all versions up to and including 4.0.5) allows any internet-accessible attacker to call arbitrary zero-argument PHP functions server-side via a missing-authorization AJAX handler combined with extract()-based variable injection into a template scope. The most critical demonstrated impact is persistent subscriber-level account creation through WordPress core's edit_user() function, which reads POST parameters directly, enabling unauthenticated user registration on any affected site. No CISA KEV listing has been identified at time of analysis, but Wordfence's detailed technical disclosure with specific file paths and line numbers substantially lowers the barrier for independent exploit development against the 6.5 CVSS-rated but trivially accessible unauthenticated attack surface.

PHP RCE WordPress Tutor Lms Elearning And Online Course Solution
NVD VulDB
CVSS 3.1
6.5
EPSS
0.4%
CVE-2026-18324 HIGH This Week

Stored Cross-Site Scripting in the Forminator Forms WordPress plugin (all versions through 1.57.0.1) enables unauthenticated attackers to inject persistent malicious scripts via Rich-Text Textarea fields, which execute in any visitor's or administrator's browser upon page access. The flaw originates from insufficient input sanitization at submission time and missing output escaping at render time, with vulnerable code paths confirmed across multiple plugin files including textarea.php, abstract-class-front-action.php, and admin-page-entries.php. A patched release (1.57.0.2) is confirmed available via the WordPress plugin repository changeset; no public exploit code or CISA KEV listing has been identified at time of analysis.

WordPress XSS Forminator Forms Contact Form Payment Form Custom Form Builder
NVD
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-18978 HIGH This Week

Stored XSS in the LiteSpeed Cache WordPress plugin (all versions through 7.8.1) allows unauthenticated attackers to permanently inject malicious JavaScript into comment-bearing pages by exploiting a bypass in WordPress's wp_kses sanitizer via decimal numeric character references inside permitted HTML elements. The payload persists in the database and executes in every subsequent visitor's browser, creating session-hijacking, credential-theft, and site-defacement opportunities at scale. No active exploitation is confirmed in CISA KEV, but the changeset between tags 7.8.1 and 7.9 on the WordPress plugin repository confirms a vendor-released fix is available.

WordPress XSS Litespeed Cache
NVD
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-15798 MEDIUM This Month

Stored Cross-Site Scripting in Smart Slider 3 (WordPress plugin by Nextend) versions up to and including 3.5.1.38 allows authenticated contributors to inject persistent JavaScript payloads via the Gutenberg 'slider' block attribute, targeting Editors and Administrators who subsequently open affected posts in the WordPress block editor. The flaw originates from insufficient input sanitization in the Gutenberg block integration and missing output escaping in the plugin's shortcode renderer. No public exploit code or CISA KEV listing has been identified; the primary real-world risk is insider-threat or compromised-contributor scenarios leading to privileged account takeover.

WordPress XSS Smart Slider 3
NVD
CVSS 3.1
6.4
EPSS
0.2%
CVE-2026-77365 HIGH This Week

Stored Cross-Site Scripting in the Optimole image optimization plugin for WordPress (all versions through 4.2.10) allows unauthenticated network attackers to inject persistent JavaScript payloads via the 'above_fold_images' ('a') REST API parameter. Injected scripts execute in any visitor's browser upon accessing an affected page, enabling session hijacking, credential theft, or administrative account takeover. No public exploit code or CISA KEV listing has been identified at time of analysis; Wordfence reported the issue and a patch was confirmed in version 4.2.11.

WordPress XSS Optimole Optimize Images Convert Webp Avif Cdn Lazy Load Image Optimization
NVD
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-76053 HIGH This Week

Stored Cross-Site Scripting in the TranslatePress WordPress plugin (all versions through 3.3.3) allows unauthenticated attackers to permanently inject arbitrary JavaScript into translated pages visible to all site visitors. The attack exploits a bypass of WordPress's native comment sanitization (KSES): a crafted payload using anchor and code tags is permitted by the allowlist, stored verbatim in the database, and later executed when the plugin's bundled simple_html_dom parser processes comments during page translation rendering. No public exploit code has been identified at time of analysis, and this CVE is not listed in the CISA KEV catalog.

WordPress XSS Translatepress Translate Multilingual Sites With Ai Translation
NVD
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-39071 Awaiting Data

WordPress plugin (Spiffy Plugin) before 5.0.9 is affected by Stored Cross-Site Scripting in Event Title field. An authenticated attacker with the lowest privileged role (contributor) can exploit this to redirect user to malicious site or control the account.

XSS WordPress N A
NVD GitHub
EPSS
0.1%
CVE-2026-39070 Awaiting Data

WordPress plugin (Bit Assist) before 1.7.2 is affected by Stored Cross-Site Scripting in Call-To-Action feature. An authenticated attacker with the privileged role (admin) can exploit this to redirect user to malicious site or control the account.

XSS WordPress N A
NVD GitHub
EPSS
0.1%
CVE-2026-19092 CRITICAL POC PATCH Act Now

Unauthenticated arbitrary PHP function invocation in the Tutor LMS WordPress plugin before 4.0.6 lets remote attackers overwrite internal template variables via request data and call any zero-argument PHP function, returning its output to the attacker. This enables information disclosure and potentially broader compromise depending on which functions are reachable. Publicly available exploit code exists (reported by WPScan), though the flaw is not listed in CISA KEV.

PHP Information Disclosure WordPress Tutor Lms
NVD WPScan
CVSS 3.1
9.8
EPSS
0.4%
CVE-2026-81277 HIGH This Week

SQL Injection in VillaTheme's Suggestion Engine for WooCommerce plugin (versions ≤ 2.0.11) enables contributor-level authenticated WordPress users to inject malicious SQL through the suggestion engine functionality. The CVSS scope-change indicator (S:C) confirms the injection can reach data beyond the plugin's own tables, exposing the broader WordPress MySQL database with high confidentiality impact. No public exploit code or CISA KEV listing has been identified at time of analysis, but the low-complexity, low-privilege attack profile makes this a credible threat on any WordPress/WooCommerce site that permits contributor accounts.

SQLi WordPress Suggestion Engine For Woocommerce
NVD
CVSS 3.1
8.5
EPSS
0.3%
CVE-2026-78283 HIGH This Week

Cross-site scripting in Music Player for WooCommerce plugin version 1.8.9 and earlier allows unauthenticated remote attackers to inject and execute arbitrary JavaScript in victims' browsers when they interact with a crafted link or page. The flaw targets WooCommerce stores running the Codepeople plugin and could enable session hijacking, credential theft, or malicious redirects against store customers or administrators. No public exploit code or CISA KEV listing has been identified at time of analysis.

XSS WordPress Music Player For Woocommerce
NVD
CVSS 3.1
7.1
EPSS
0.2%
CVE-2026-32566 CRITICAL Act Now

Unauthenticated privilege escalation in the ACPT (Pro) - Custom Post Types plugin for WordPress affects all versions up to and including 2.0.63, allowing remote attackers with no credentials to improperly gain elevated privileges (CWE-266). Rated CVSS 9.8, the flaw grants full confidentiality, integrity, and availability impact, effectively enabling site takeover. No public exploit identified at time of analysis and it is not listed in CISA KEV, but the unauthenticated network vector makes it a high-priority patching target.

Privilege Escalation WordPress Acpt Pro Custom Post Types Plugin For Wordpress
NVD
CVSS 3.1
9.8
EPSS
0.4%
CVE-2026-32564 HIGH This Week

Subscriber-level SQL injection in ACPT (Pro) Custom Post Types Plugin for WordPress versions 2.0.63 and earlier permits any authenticated subscriber to extract sensitive data from the underlying WordPress database. The CVSS 8.5 score with Scope:Changed reflects that the database read extends beyond the plugin's own tables, potentially exposing WordPress user credentials, site options, and other privileged data. No public exploit code has been identified and the CVE is not listed in the CISA KEV catalog at time of analysis.

SQLi WordPress Acpt Pro Custom Post Types Plugin For Wordpress
NVD
CVSS 3.1
8.5
EPSS
0.3%
CVE-2026-27330 HIGH This Week

Broken access control in the Mobile App for WooCommerce WordPress plugin (versions <= 0.4.62, by Weptile) allows unauthenticated remote attackers to bypass authorization checks and access restricted functionality or data within WooCommerce-powered stores. The flaw is classified under CWE-862 (Missing Authorization), meaning the plugin fails to verify whether a requestor has permission before fulfilling sensitive API or endpoint requests. No public exploit code has been identified at time of analysis, though the unauthenticated, network-accessible nature and high confidentiality impact make this a meaningful risk for any store running the affected plugin versions.

Authentication Bypass WordPress Mobile App For Woocommerce
NVD
CVSS 3.1
8.6
EPSS
0.3%
CVE-2026-78333 HIGH PATCH This Week

Stored Cross-Site Scripting in the 12 Step Meeting List WordPress plugin (versions 3.17 through before 3.19.17) allows unauthenticated remote users to inject persistent JavaScript payloads via unsanitized input that is stored in the plugin's activity log and rendered in the WordPress admin area. When a privileged user such as a site administrator views the activity log, the injected script executes in their browser session, enabling potential account takeover, unauthorized admin actions, or credential theft. No public exploit has been identified at time of analysis, and EPSS is very low (0.17%, 7th percentile), though SSVC assesses technical impact as total if exploitation is achieved.

XSS WordPress
NVD WPScan
CVSS 3.1
8.8
EPSS
0.2%
CVE-2026-78139 MEDIUM PATCH This Month

Unauthorized subscription manipulation in the Notifima WordPress plugin (all versions through 3.1.3) allows authenticated attackers holding only Subscriber-level accounts to unsubscribe arbitrary customers from product stock-alert notifications via an unprotected REST endpoint. The root cause is an IDOR (CWE-639): the endpoint accepts a user-controlled subscription identifier without verifying the caller is the subscription owner. No public exploit has been identified at time of analysis, EPSS sits at the 3rd percentile (0.13%), and CISA SSVC rates exploitation as none - making this a low-urgency but straightforward integrity flaw affecting WooCommerce notification workflows.

Authentication Bypass WordPress
NVD WPScan
CVSS 3.1
4.3
EPSS
0.1%
CVE-2026-78138 MEDIUM PATCH This Month

Finale Lite WordPress plugin before 2.21.0 exposes sales campaign configuration and scheduling data to any subscriber-level authenticated user due to a missing capability check on a WordPress AJAX action. The unprotected endpoint accepts an arbitrary post ID and returns the associated campaign's settings without verifying that the requesting user holds appropriate privileges. No public exploit code has been identified and CISA has not listed this in the KEV catalog, though the low authentication barrier makes opportunistic reconnaissance straightforward.

Information Disclosure WordPress
NVD WPScan
CVSS 3.1
4.3
EPSS
0.1%
CVE-2026-78137 HIGH PATCH This Week

Price manipulation in the StoreGrowth WordPress plugin (versions before 2.1.2) enables unauthenticated attackers to add products to a WooCommerce cart at arbitrary, attacker-chosen prices that carry through to checkout totals - directly enabling financial fraud against affected merchants. The flaw exists across two unauthenticated AJAX actions that accept browser-supplied price values without any server-side validation, and is conditional on the BOGO (Buy One Get One) promotional feature being active. No public exploit code has been identified, and EPSS is low at 0.18% (8th percentile), though SSVC rates the attack as automatable - making mass scanning of vulnerable stores feasible.

Authentication Bypass WordPress
NVD WPScan
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-78125 MEDIUM PATCH This Month

LearnPress WordPress plugin versions up to and including 4.0.2 expose order payment status data through an unauthenticated REST endpoint that omits authorization checks entirely. The CVSS vector (PR:N/AC:L/AV:N) confirms remote unauthenticated exploitation with no preconditions, and SSVC flags the attack as automatable - meaning scripted enumeration of order identifiers at scale is trivially achievable. No public exploit has been identified at time of analysis, and EPSS at 0.14% (4th percentile) reflects negligible current exploitation interest, though the missing permission check pattern is well-understood by WordPress-focused threat actors.

Information Disclosure WordPress
NVD WPScan
CVSS 3.1
5.3
EPSS
0.1%
CVE-2026-77018 HIGH PATCH This Week

Unrestricted file upload in the Workeera WordPress plugin before version 1.0.6 permits any subscriber-level user to upload arbitrary files - including PHP webshells - to a publicly accessible server directory via the candidate profile submission flow, achieving remote code execution. The plugin neither restricts which profile field values candidates may submit nor validates the file type before writing to the web root, mapping directly to CWE-434. No active exploitation is confirmed (CISA KEV absent, SSVC Exploitation: none), and EPSS sits at a low 0.19%, though the minimal privilege barrier makes this acutely dangerous on any multi-user WordPress job board with open registration.

File Upload WordPress RCE
NVD WPScan
CVSS 3.1
8.8
EPSS
0.2%
CVE-2026-77017 HIGH PATCH This Week

Arbitrary file read in the Workeera WordPress plugin (before 1.0.6) allows authenticated users with subscriber-level access to exfiltrate sensitive server files, including wp-config.php and authentication secrets. The plugin's candidate profile submission endpoint neither validates which fields a subscriber may populate nor confines file-serving operations to an approved directory, creating a path-traversal-adjacent disclosure path. No active exploitation has been identified (SSVC exploitation: none; EPSS 0.17%), but successful exploitation can fully compromise WordPress credentials and database connection strings, making the effective risk substantially higher than the low EPSS suggests for sites with open subscriber registration.

Information Disclosure WordPress
NVD WPScan
CVSS 3.1
7.7
EPSS
0.2%
CVE-2026-77016 CRITICAL PATCH Act Now

Arbitrary file deletion in the Workeera WordPress plugin before 1.0.6 lets any authenticated user with a role as low as subscriber remove files anywhere the web server can reach, because the plugin neither restricts which values a user may write to their own candidate profile nor validates/contains the stored file path before deletion. On a typical WordPress host this enables denial of service and, by deleting wp-config.php to force the installer into a fresh setup, potential full site takeover. No active exploitation is recorded (not in CISA KEV) and no public exploit has been identified; EPSS is low at 0.14%.

Information Disclosure WordPress
NVD WPScan
CVSS 3.1
9.6
EPSS
0.1%
CVE-2026-76549 MEDIUM PATCH This Month

UpdraftPlus: WP Backup & Migration Plugin for WordPress (all versions before 1.26.7) exposes a backup restoration action without CSRF token validation, enabling a remote attacker to revert a site's entire database and files to a prior backup state by tricking a logged-in administrator into clicking a crafted link. The integrity impact is high - a successful exploit silently undoes content updates, security hardening, and user data accumulated since the backup was taken. No public exploit is identified at time of analysis; EPSS sits at the 1st percentile and SSVC marks exploitation as none, indicating low current threat activity.

CSRF WordPress
NVD WPScan
CVSS 3.1
5.9
EPSS
0.1%
CVE-2026-19715 HIGH PATCH This Week

Unauthenticated access to a publicly reachable debug log file in the WP OAuth Server (Login with WordPress) WordPress plugin before 6.3.1 exposes sensitive credential material to any network attacker. When debug logging is enabled, the plugin writes OAuth tokens, authorization codes, and full user records including bcrypt password hashes to a fixed, predictable filesystem path that is served without access restriction. No public exploit has been identified at time of analysis, though the attack is fully automatable per SSVC assessment and requires no authentication.

Information Disclosure WordPress
NVD WPScan
CVSS 3.1
7.5
EPSS
0.1%
CVE-2026-19454 MEDIUM PATCH This Month

Incorrect authorization in the JetBackup WordPress plugin (versions before 3.1.23.5) exposes full network backup archives and job logs to insufficiently privileged administrators on WordPress multisite installations. A main-site administrator who has not been granted Super Admin status can exploit the missing multisite authorization gate to download a complete backup of the entire network - encompassing every subsite's database, files, and the shared webroot. No public exploit has been identified at time of analysis, and CISA has not added this to KEV, but the confidentiality exposure is high for any multisite operator running the affected plugin.

Authentication Bypass WordPress
NVD WPScan
CVSS 3.1
4.4
EPSS
0.2%
CVE-2026-19225 MEDIUM PATCH This Month

Arbitrary code execution across entire WordPress multisite networks is possible in the Defender Security plugin (versions 5.0.0 through 6.1.x) due to a missing access control check on a network-wide setting. Any site-level administrator on a multisite installation - a role with significantly lower trust than a network/super administrator - can modify this setting to inject and execute code affecting all sites on the network. No public exploit has been identified and EPSS stands at 0.17% (6th percentile), but SSVC rates technical impact as 'total', consistent with the network-wide RCE consequence if exploited by a malicious or compromised site admin.

WordPress Code Injection RCE
NVD WPScan
CVSS 3.1
6.6
EPSS
0.2%
CVE-2026-19223 HIGH PATCH This Week

Privilege escalation to network-wide remote code execution in the Smush WordPress plugin (versions 3.22.1 through 4.3.2) allows any authenticated single-site administrator on a WordPress multisite network to execute arbitrary code across all sites in that network. The flaw arises because the plugin's network-wide configuration interface fails to restrict access to network administrators only, permitting lower-privileged site admins to reach settings with cross-network impact. No public exploit has been identified and SSVC confirms no active exploitation, though the technical impact is rated 'total' given successful exploitation grants full control over the entire multisite infrastructure.

WordPress Code Injection RCE
NVD WPScan
CVSS 3.1
7.2
EPSS
0.2%
CVE-2026-16569 MEDIUM This Month

Unauthorized stock manipulation in the ShopApper Mobile App for WooCommerce WordPress plugin (through v0.4.62) permits any authenticated user - including customers or subscribers holding the lowest default WordPress roles - to arbitrarily modify product stock quantities via an unprotected REST endpoint. The root cause is CWE-284 (Improper Access Control): the plugin registers a stock-update REST route without validating WordPress capability permissions, bypassing the access control layer that should restrict such operations to shop managers or administrators. EPSS is 0.13% (3rd percentile), SSVC confirms no known exploitation, and the vulnerability is absent from CISA KEV, indicating low real-world exploitation activity; however, the attack barrier is minimal for any registered site user.

Authentication Bypass WordPress
NVD WPScan
CVSS 3.1
4.3
EPSS
0.1%
CVE-2026-16568 MEDIUM This Month

Insecure Direct Object Reference in the ShopApper Mobile App Builder plugin for WooCommerce (WordPress) through version 0.4.62 exposes customer profile data to any authenticated user. Any registered shopper or subscriber can query the vulnerable REST endpoint with an arbitrary customer ID and receive that customer's email address, display name, and WordPress role assignments - without owning the profile. No public exploit has been identified (EPSS 0.13%, SSVC exploitation: none), but the low authentication bar makes the attack trivially accessible on stores with open user registration.

Authentication Bypass WordPress
NVD WPScan
CVSS 3.1
4.3
EPSS
0.1%
CVE-2026-16567 MEDIUM PATCH This Month

Unauthenticated arbitrary document download in the Document Embedder WordPress plugin before 2.3.1 exposes private and draft documents to any remote attacker via sequential ID enumeration. The plugin's download endpoint issues tokens and streams file content without first verifying the publication status of the requested document, creating a broken object-level authorization flaw (CWE-639). No active exploitation is confirmed (not in CISA KEV; EPSS 0.14%, 3rd percentile), though CISA SSVC classifies the attack as automatable, meaning scripted mass-enumeration is feasible without special tooling.

Authentication Bypass WordPress
NVD WPScan
CVSS 3.1
5.3
EPSS
0.1%
CVE-2026-13416 LOW PATCH Monitor

Stored cross-site scripting in CMP WordPress plugin before version 4.1.18 allows Editor-role users - only when an administrator has explicitly delegated CMP admin-bar control access to them - to persist malicious scripts in the coming-soon page settings field. Any visitor who subsequently loads the coming-soon page executes the injected script in their browser. No public exploit code exists, EPSS stands at 0.15% (5th percentile), and SSVC marks exploitation as none, confirming this as a low-probability risk that is inert on standard WordPress installations lacking the non-default Editor delegation.

XSS WordPress
NVD WPScan
CVSS 3.1
3.5
EPSS
0.2%
CVE-2026-13415 HIGH PATCH This Week

Privilege escalation in the CMP WordPress plugin before 4.1.18 allows Editor-role users to overwrite arbitrary WordPress options via an unguarded AJAX settings-import action, ultimately achieving full Administrator access. The flaw is contingent on an administrator having explicitly granted Editor-role users access to CMP's admin-bar controls - a non-default configuration - making real-world exposure narrower than the CVSS 7.2 score implies. No active exploitation is confirmed (absent from CISA KEV), and the EPSS score of 0.13% at the 3rd percentile corroborates the SSVC assessment of exploitation status 'none'; however, SSVC rates technical impact as 'total' given that successful exploitation yields unrestricted site control.

Privilege Escalation WordPress
NVD WPScan
CVSS 3.1
7.2
EPSS
0.1%
CVE-2026-13414 MEDIUM PATCH This Month

Unauthenticated attackers can disable the maintenance or coming-soon page on WordPress sites running the CMP plugin before version 4.1.18 by exploiting a missing authorization check (CWE-862) on an AJAX action endpoint. Exploitation is constrained to sites using a non-default countdown configuration, which alters the plugin's nonce handling to permit anonymous requests. Impact is limited to low-level integrity and confidentiality - the attack reveals content hidden behind the maintenance screen - and no public exploit has been identified at time of analysis, with EPSS rating exploitation probability at just 0.14% (3rd percentile).

Authentication Bypass WordPress
NVD WPScan
CVSS 3.1
4.8
EPSS
0.1%
CVE-2026-15990 HIGH This Week

Directory traversal in Formidable Charts (WordPress plugin, versions up to and including 2.0.1) allows unauthenticated network attackers to read arbitrary server-side files via the unsanitized `frm_graph` parameter, exposing sensitive data such as WordPress configuration credentials. Exploitation requires three co-active plugins and a pre-existing image-chart uploads directory, making this a targeted but credible risk for active users of the full Formidable Forms and Charts stack. No public exploit code or CISA KEV listing has been identified at time of analysis; fix version 2.0.2 is available per the official Formidable Forms changelog.

Path Traversal WordPress Formidable Charts
NVD
CVSS 3.1
7.5
EPSS
0.7%
CVE-2026-15985 HIGH This Week

Authentication bypass in the Classified Listing - Mobile Number Verification WordPress plugin (all versions through 1.6.0) allows unauthenticated network attackers to authenticate as any registered user - including site administrators - without a valid OTP. The root cause is the absence of server-side Firebase OTP token validation in the process_otp_login() function, which blindly trusts client-submitted OTP and UID values. No public exploit code has been identified at time of analysis, and it does not appear in the CISA KEV catalog, but the CVSS 8.1 score reflects the high impact of full account takeover if exploitation prerequisites are met.

Authentication Bypass WordPress Classified Listing Mobile Number Verification
NVD
CVSS 3.1
8.1
EPSS
0.3%
CVE-2026-18080 CRITICAL Act Now

Unrestricted file upload in the wedevs WP ERP plugin (ERP: Complete HR, Accounting & CRM Suite for WooCommerce) for WordPress, in all versions through 1.17.8, allows unauthenticated attackers to write attacker-controlled PHP into wp-content/uploads/ via the save_attachments() function when the CRM IMAP Email Connect feature parses inbound email attachments. Because file extension validation and path normalization are both missing, a crafted email with a forged References header and a path-traversal filename escapes the .htaccess-protected crm-attachments directory, enabling remote code execution on hosts where PHP executes in the uploads directory. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the CVSS base score of 9.8 reflects the unauthenticated, network-reachable nature of the flaw.

PHP File Upload WordPress RCE Erp
NVD
CVSS 3.1
9.8
EPSS
0.7%
CVE-2026-3235 MEDIUM This Month

Insecure Direct Object Reference in WP Data Access plugin for WordPress (all versions through 5.5.68) exposes protected app container data to unauthenticated attackers via the `check_app_access` function. The flaw stems from a logical mismatch: authorization is validated against the `app_id` parameter, but the subsequent data retrieval uses `cnt_id` without verifying that the requested container actually belongs to the authorized app - allowing a user to pass an authorized `app_id` to clear the access gate while supplying an arbitrary `cnt_id` to reach a different container's data. No public exploit code or KEV listing exists at time of analysis, but the low attack complexity and zero-authentication requirement make this straightforward to abuse opportunistically.

Authentication Bypass WordPress Wp Data Access App Builder For Tables Forms Charts Maps Dashboards
NVD
CVSS 3.1
5.3
EPSS
0.2%
CVE-2026-5092 MEDIUM This Month

Stored Cross-Site Scripting in the Greenshift animation and page builder blocks WordPress plugin (versions up to and including 12.8.9) allows authenticated attackers holding at minimum Contributor-level access to inject persistent malicious JavaScript via the plugin's customapi action handler. The root cause is unsanitized API response content written directly to the DOM through innerHTML in two JavaScript modules within the plugin. No active exploitation has been confirmed in CISA KEV, and no public exploit code has been identified at time of analysis.

XSS WordPress Greenshift Animation And Page Builder Blocks
NVD
CVSS 3.1
6.4
EPSS
0.2%
CVE-2026-2388 MEDIUM This Month

Stored Cross-Site Scripting in the Reviews and Rating - Google Reviews WordPress plugin (all versions through 5.10) allows authenticated Contributors to inject arbitrary JavaScript via the wp_display() shortcode handler's unsanitized html_tags parameter. The malicious script persists server-side and executes in the browsers of any users who subsequently load the affected page, enabling session hijacking, credential theft, or unauthorized actions under the victim's identity. No confirmed active exploitation or public exploit code has been identified at time of analysis; the primary risk driver is the low privilege bar required - Contributor-level access - which is commonly available on multi-author or open-registration WordPress sites.

Google XSS WordPress Reviews And Rating Google Reviews
NVD
CVSS 3.1
6.4
EPSS
0.2%
CVE-2026-75977 HIGH This Week

Cookie forgery in the Mang Board WP WordPress plugin (≤2.3.7) enables any subscriber-level account holder to forge administrator authentication cookies and change the administrator password, resulting in complete WordPress site takeover. The flaw originates in `mbw_get_hash_key()`, which generates HMAC material from the currently logged-in user's identity rather than the username embedded in the cookie under validation, while `mbw_validate_auth_cookie()` performs insufficient verification - allowing the forged cookie to pass as legitimate. No public exploit has been identified at time of analysis and no CISA KEV listing is present, but the CVSS 8.8 score accurately reflects the low privilege bar required and full confidentiality, integrity, and availability impact.

Privilege Escalation WordPress Mang Board Wp
NVD
CVSS 3.1
8.8
EPSS
0.6%
CVE-2026-6178 MEDIUM This Month

Stored cross-site scripting in the Betheme theme for WordPress (all versions through 28.4) allows authenticated attackers holding contributor-level access or higher to inject persistent malicious scripts into pages via unsanitized attributes of the 'icon_box_2' shortcode. The injected payload executes in the browser of any user who subsequently loads the affected page, including administrators, enabling session hijacking or privilege escalation. No public exploit code has been identified and the vulnerability carries no CISA KEV listing at time of analysis, but the low access barrier in multi-author WordPress environments elevates practical risk.

XSS WordPress Betheme
NVD
CVSS 3.1
6.4
EPSS
0.3%
CVE-2026-18884 HIGH This Week

Time-based SQL injection in the WooCommerce Lottery WordPress plugin by WPGenie - all versions through 2.2.9 - allows unauthenticated remote attackers to extract arbitrary data from the WordPress database by appending malicious payloads to the 'orderby' and 'order' GET parameters on publicly accessible lottery entry list pages. The flaw originates in class-wc-lottery-entry-list-tables.php where sort parameters are passed into SQL ORDER BY clauses without proper escaping or whitelisting. No public exploit code has been identified at time of analysis, but the unauthenticated, low-complexity attack surface makes automated scanning and exploitation with tools like sqlmap straightforward.

SQLi WordPress Woocommerce Lottery
NVD
CVSS 3.1
7.5
EPSS
0.4%
CVE-2026-18331 HIGH This Week

Stored Cross-Site Scripting in the Formidable Forms WordPress plugin through version 6.33.1 enables unauthenticated attackers to inject persistent malicious scripts that execute automatically in the WordPress admin interface. The attack exploits the plugin's frm_user_id parameter: by forging it to match an administrator's user ID - obtainable from the public WordPress REST API - the attacker routes input through the permissive wp_kses_post() filter rather than strict sanitization, allowing the payload to survive storage intact. The plugin's own admin JavaScript then decodes and executes the payload automatically on page load, requiring no explicit admin interaction beyond normal panel navigation. No public exploit code or CISA KEV listing was identified at time of analysis.

XSS WordPress Formidable Forms Wordpress Form Builder For Contact Forms Calculators Quizzes More
NVD
CVSS 3.1
7.2
EPSS
0.4%
CVE-2026-18431 CRITICAL Act Now

Unauthenticated arbitrary file write in the Avada WordPress theme (versions up to and including 7.16) combined with the Fusion Builder plugin (up to and including 3.16) lets remote attackers plant attacker-controlled files - including executable PHP - leading to remote code execution and full site takeover. The flaw is a cross-component chain of broken authorization and weak input validation (CWE-862) reported by Wordfence, and requires both components active plus specific administrator-authored content to be present. No public exploit is identified at time of analysis and it is not listed in CISA KEV.

PHP Authentication Bypass WordPress RCE Avada Fusion Builder +1
NVD
CVSS 3.1
9.8
EPSS
0.6%
CVE-2026-3002 MEDIUM This Month

Stored Cross-Site Scripting in the Gutenverse FSE blocks plugin for WordPress (all versions through 4.0.2) enables authenticated attackers holding Contributor-level accounts or higher to embed persistent malicious JavaScript into page content via multiple vulnerable block types. Because the injected payload executes automatically in any visitor's browser session, the attack surface extends beyond the contributing user to all site visitors and administrators who load the affected pages. Exploitation requires no public exploit kit - the attack is straightforward for any party who can author content on the target WordPress site, and the CVSS scope change (S:C) reflects the cross-context browser impact.

XSS WordPress Gutenverse Wordpress Blocks Page Builder Site Editor
NVD
CVSS 3.1
6.4
EPSS
0.3%
CVE-2026-78146 MEDIUM POC PATCH This Month

Simple Newsletter Plugin for WordPress (versions 4.0.0 through 4.3.2) fails to verify that a public requester matches the subscriber whose record is being fetched, exposing stored personal data and the authorization key that controls changes to that subscriber's record to any unauthenticated caller. A publicly available proof-of-concept documented by WPScan demonstrates the attack path, though EPSS at 0.18% (7th percentile) suggests exploitation has remained limited in observed telemetry. Vendor-released patch version 4.3.3 is available and should be applied immediately given the zero-complexity, unauthenticated exploit path.

Information Disclosure WordPress Simple Newsletter Plugin
NVD WPScan
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-77790 MEDIUM POC PATCH This Month

SQL injection in the RegistrationMagic WordPress plugin (all versions before 6.0.9.4) permits authenticated administrators to inject arbitrary SQL through an unsanitized parameter. The CVSS Scope:Changed metric indicates the injected query can reach beyond the WordPress application boundary into the underlying database layer, enabling cross-schema data reads. A publicly available proof-of-concept exists via WPScan, though EPSS at 0.19% and SSVC exploitation status of 'none' indicate limited real-world abuse at time of analysis.

SQLi WordPress Registrationmagic
NVD WPScan
CVSS 3.1
4.1
EPSS
0.2%
CVE-2026-77789 MEDIUM POC PATCH This Month

Insecure Direct Object Reference (IDOR) in the Stripe Payment Forms by WP Full Pay WordPress plugin before 8.5.1 allows any authenticated customer with a valid portal session to cancel, reactivate, or modify Stripe subscriptions belonging to other customers. The plugin's customer portal endpoints fail to verify that a subscription ID supplied in the request is actually owned by the authenticated session's bound customer, enabling horizontal privilege escalation across customer accounts. A publicly available proof-of-concept exists; exploitation probability is low per EPSS (0.16%, 5th percentile), but the business impact on affected merchants' subscription revenue could be significant despite the moderate CVSS score.

Authentication Bypass WordPress Stripe Payment Forms By Wp Full Pay
NVD WPScan
CVSS 3.1
4.3
EPSS
0.2%
CVE-2026-77758 MEDIUM POC PATCH This Month

Stripe Payment Forms by WP Full Pay plugin for WordPress (all versions before 8.5.1) exposes customer subscription and billing data to unauthenticated network attackers due to a missing session-confirmation check in the customer portal workflow. The plugin returns sensitive financial records before verifying that a portal session has completed its confirmation step, enabling any unauthenticated user to read billing information belonging to a different customer. A publicly available exploit exists per WPScan intelligence, though EPSS sits at 0.18% (7th percentile), indicating limited observed exploitation despite the low-barrier attack path.

Information Disclosure WordPress Stripe Payment Forms By Wp Full Pay
NVD WPScan
CVSS 3.1
5.3
EPSS
0.2%
CVE-2026-77757 MEDIUM POC PATCH This Month

Path traversal in the Directorist WordPress plugin (versions 8.5 through before 8.9.3) allows subscriber-level authenticated users to relocate arbitrary server-readable image files into a publicly accessible directory and delete them from their original location. The flaw stems from unsanitized user-supplied image references passed directly to a file-move operation, exposing sensitive server files to unauthenticated public access after the move. Publicly available exploit code exists per WPScan reporting; however, EPSS sits at 0.19% (9th percentile), and the requirement for a subscriber-level account limits opportunistic mass exploitation.

Path Traversal WordPress Directorist
NVD WPScan
CVSS 3.1
5.4
EPSS
0.2%
CVE-2026-77754 MEDIUM POC PATCH This Month

Kirki WordPress Customizer Framework plugin before 6.0.14 exposes registered user email addresses, comment author emails, non-public page content, and site settings to unauthenticated remote attackers via missing capability checks on public AJAX action endpoints. Every WordPress site running any Kirki version prior to 6.0.14 is affected regardless of configuration. A publicly available proof-of-concept exists per WPScan reporting; exploitation probability is currently low (EPSS 0.18%, 7th percentile) and no active exploitation is confirmed in CISA KEV, though the data harvested enables downstream phishing and credential-stuffing campaigns.

Information Disclosure WordPress Kirki
NVD WPScan
CVSS 3.1
5.3
EPSS
0.2%
CVE-2026-77695 MEDIUM POC PATCH This Month

Unauthenticated ownership bypass in the Return Refund and Exchange For WooCommerce plugin (versions before 4.6.4) exposes guest order workflows to arbitrary third-party manipulation. Any unauthenticated network attacker who can reference a guest order ID can read private order messages, impersonate the customer by posting messages or attachments, and cancel active return requests - undermining both customer privacy and merchant return-process integrity. A publicly available proof-of-concept exists; however, exploitation probability is very low per EPSS (0.17%, 6th percentile), and no active exploitation has been confirmed by CISA KEV.

Authentication Bypass WordPress Microsoft Return Refund And Exchange For Woocommerce
NVD WPScan
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-77694 MEDIUM POC PATCH This Month

Unauthenticated payment bypass in the Eventin WordPress plugin before 4.1.19 lets any visitor fraudulently obtain valid paid event tickets without completing payment. By abusing a guest checkout token, an attacker can transition their own unpaid order to 'completed', triggering ticket issuance without a charge being processed. A publicly available proof-of-concept exists, and SSVC flags the attack as automatable - enabling scaled ticket fraud against any WordPress site running the affected plugin.

Authentication Bypass WordPress Eventin
NVD WPScan
CVSS 3.1
5.3
EPSS
0.2%
CVE-2026-77693 HIGH POC PATCH This Week

Arbitrary file deletion in the Order Tip for WooCommerce WordPress plugin (versions before 1.6.0) allows authenticated Shop Managers to delete any file on the web server by exploiting missing capability checks and absent path restrictions on the deletion endpoint. The plugin fails to validate both the requesting user's permissions and the target file path, meaning a malicious or compromised Shop Manager account could remove critical WordPress files such as wp-config.php, leading to full site compromise. A publicly available proof-of-concept exists per WPScan; however, EPSS sits at only 0.17% (6th percentile) and CISA has not added this to KEV, consistent with the SSVC assessment of no observed exploitation.

Information Disclosure WordPress Order Tip For Woocommerce
NVD WPScan
CVSS 3.1
8.7
EPSS
0.2%
CVE-2026-75798 MEDIUM POC PATCH This Month

Unauthenticated remote attackers can invoke AI queries against a site owner's configured provider account through the AI Engine WordPress plugin before version 3.7.2. The plugin exposes an administration-only feature protected solely by a token it distributes to anonymous visitors - rather than a proper WordPress capability check - enabling any network-accessible attacker to submit arbitrary AI prompts billed to the operator's account. A publicly available proof-of-concept exists via WPScan; however, the vulnerability is not currently listed in the CISA KEV catalog, and EPSS sits at 0.17% (6th percentile), suggesting limited confirmed mass exploitation at time of analysis.

Authentication Bypass WordPress Ai Engine
NVD WPScan
CVSS 3.1
5.3
EPSS
0.2%
POC This Week

The Really Simple Security WordPress plugin before 9.8.0 does not check that the user is allowed to install Really Simple Security WordPress plugin before 9.8.0 before installing one from a user-supplied URL, allowing an administrator of a subsite on a multisite network to install and execute arbitrary code in the network-shared Really Simple Security WordPress plugin before 9.8.0 directory, which WordPress otherwise reserves to the network administrator. Exploitation requires the network administrator to have enabled the Really Simple Security WordPress plugin before 9.8.0 administration menu for subsites, which is not the default.

RCE WordPress Really Simple Security
NVD WPScan
POC This Week

The Groundhogg - CRM, Newsletters, and Marketing Automation WordPress plugin before 4.5.13 does not validate or escape values submitted to some optional web form fields before storing them and outputting them back in an administrative area, allowing unauthenticated users to perform Stored Cross-Site Scripting attacks against high privilege users.

XSS WordPress Groundhogg Crm Newsletters And Marketing Automation
NVD WPScan
POC This Week

The MW WP Form WordPress plugin before 5.1.6 does not sanitise and escape some of its form settings before outputting them back in an admin dashboard page, which could allow users with a role as low as Editor to perform Stored Cross-Site Scripting attacks against high privilege users such as admin.

XSS WordPress Mw Wp Form
NVD WPScan
POC This Week

The Customer Reviews for WooCommerce WordPress plugin before 5.118.0 does not sanitise and escape the content of customer reviews received via one of its endpoints, which could allow unauthenticated users to perform Stored Cross-Site Scripting attacks.

XSS WordPress Customer Reviews For Woocommerce
NVD WPScan
POC This Week

The WPvivid - Backup, Migration & Staging WordPress plugin before 0.9.133 does not validate the destination of files extracted from a backup package during restoration, allowing high privilege users such as administrators to write arbitrary files outside the intended restore directory, which can lead to code execution.

RCE WordPress Wpvivid Backup Migration Staging
NVD WPScan
POC This Week

The geotargetingwp WordPress plugin before 3.5.6.2 does not sanitise or escape several parameters before reflecting them back in AJAX responses that are served with an HTML content type, allowing unauthenticated attackers to inject arbitrary web scripts that execute when a victim is tricked into submitting a crafted request.

Code Injection WordPress Geotargetingwp
NVD WPScan
POC This Week

The SOGO Add Script to Individual Pages Header Footer WordPress plugin through 3.9 does not sanitise or escape the custom header/footer script values saved from its post metabox, and does not restrict them to users with the unfiltered_html capability, allowing users with contributor-level access and above to store JavaScript that executes in the browser of any administrator who reviews the post and of any visitor once the post is published.

Information Disclosure WordPress Sogo Add Script To Individual Pages Header Footer
NVD WPScan
CVSS 9.8
CRITICAL Act Now

Privilege escalation to Administrator in the Addify Custom User Registration Fields for WooCommerce plugin (versions ≤ 2.2.3) lets unauthenticated attackers gain admin rights by supplying an arbitrary role slug during WooCommerce checkout. The plugin trusts an attacker-controlled afreg_select_user_role value from the unauthenticated Store API /wc/store/v1/checkout request and passes it straight to WP_User::add_role() without validating it against the admin-configured allowed role list. No public exploit identified at time of analysis, and exploitation requires the plugin's 'User Role Selection' feature to be enabled.

Privilege Escalation WordPress Custom User Registration Fields For Woocommerce
NVD VulDB
CVSS 7.5
HIGH This Week

Authentication bypass in the miniOrange SAML Single Sign On - SSO Login WordPress plugin (versions ≤5.4.6) allows a remote, unauthenticated attacker to overwrite the plugin's stored IdP X.509 signing certificate and subsequently forge SAML assertions to obtain a fully privileged session as any WordPress account, including administrators. The flaw originates in the ACS handler persisting an attacker-supplied certificate from an incoming SAMLResponse before signature validation is enforced - a logic ordering error that wholly undermines SAML trust. Exploitation is gated by a required administrator interaction (triggering the test_config_error_wpsamlerr004 repair flow), and no public exploit code or CISA KEV listing has been identified at time of analysis.

WordPress Authentication Bypass Saml Single Sign On Sso Login
NVD VulDB
CVSS 9.8
CRITICAL Act Now

Unauthenticated remote code execution in the Sigma Forms Pro (AI Generated Forms) WordPress plugin by bdthemes affects all versions through 1.4.5, where the handle_form_submission function temporarily grants the unfiltered_upload capability to every submitter and skips MIME validation when allowed_file_types is empty. An unauthenticated attacker can upload an executable PHP file and run arbitrary code on the server. No public exploit has been identified yet, but the flaw is immediately exploitable against default installs because shipped templates (Job Application, Support Ticket, Wholesale Application) expose unrestricted upload fields by design.

File Upload RCE WordPress +1
NVD
EPSS 0%
POC This Week

The MemberHero WordPress plugin through 6.9 does not restrict which account fields can be supplied during its frontend registration process, allowing unauthenticated attackers to register a new user with an arbitrary role, including Administrator, leading to a full site takeover. Version 6.9 is advertised as resolving this issue, but the fix is incomplete and the current version remains exploitable by unauthenticated attackers to obtain administrator access and to take over existing accounts. No version that fully addresses the issue is available at the time of this advisory. Mitigation: deactivate and remove the MemberHero WordPress plugin through 6.9 until a version that fully resolves this issue is released. If the MemberHero WordPress plugin through 6.9 must stay active, disable public registration, restrict access to the registration functionality, and monitor the site for unexpected administrator accounts.

Information Disclosure WordPress Memberhero
NVD WPScan
EPSS 0% CVSS 7.2
HIGH This Week

Stored cross-site scripting in the Customer Reviews for WooCommerce WordPress plugin (versions up to and including 5.106.0) enables unauthenticated attackers to inject persistent malicious scripts into WooCommerce product pages, where they execute in every subsequent visitor's browser. The flaw resides in the 'cr_local_forms_submit' AJAX handler, which stores unsanitized HTML review text via wp_insert_comment() without sanitization and later renders it through comment_text() without output escaping - a textbook inject-store-render CWE-79 chain. No active exploitation has been confirmed in the CISA KEV catalog and no public exploit code has been identified at time of analysis, though the attack requires only a review form URL that the plugin routinely distributes to customers via order-reminder emails, lowering the practical barrier to abuse.

WordPress XSS Customer Reviews For Woocommerce
NVD
EPSS 0% CVSS 5.3
MEDIUM This Month

Server-Side Request Forgery in the Everest Forms WordPress plugin (all versions up to and including 3.4.4) enables unauthenticated remote attackers to force the WordPress server to issue arbitrary outbound HTTP HEAD requests to attacker-controlled URLs. The flaw resides in the plugin's upload field handling: when a form submission triggers re-rendering due to a missing required field, unsanitized POST-supplied URLs are passed directly to WordPress's `wp_remote_head()` without any domain restriction. No active exploitation has been confirmed by CISA KEV, though the zero-authentication requirement and WordPress's broad deployment footprint elevate practical risk for internal network reconnaissance and cloud metadata endpoint probing.

PHP SSRF WordPress +1
NVD
EPSS 0% CVSS 7.2
HIGH This Week

Stored Cross-Site Scripting in WP Rocket versions up to and including 3.21.0.1 allows unauthenticated remote attackers to inject persistent malicious scripts via the rocket_beacon AJAX endpoint. Any user who subsequently visits a page where the payload has been stored will execute the attacker-controlled script in their browser context. A patched release (v3.21.1) is available from WP Media, and no public exploit or active exploitation has been identified in the provided data.

WordPress XSS Wp Rocket
NVD GitHub
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored Cross-Site Scripting in the Envira Gallery WordPress plugin (versions ≤1.12.4) permits authenticated attackers holding Author-level privileges or higher to inject persistent JavaScript payloads through the gallery description configuration field. The injected script executes in the browsers of any site visitor who loads a page rendering an affected gallery with its description enabled, enabling session hijacking, credential theft, or admin account takeover. No public exploit code or CISA KEV listing has been identified at time of analysis; a fix has been committed to the WordPress plugin repository trunk per changeset 3514026.

WordPress XSS Envira Gallery Image Photo Gallery Albums Video Gallery Slideshows More
NVD
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored Cross-Site Scripting in GiveWP (WordPress donation plugin by StellarWP, versions through 4.14.4) allows authenticated Contributor-level users to inject persistent JavaScript payloads into donation form pages via the give_form shortcode. The flaw arises because the continue_button_title and display_style shortcode attributes are sanitized with sanitize_text_field() - which strips HTML tags but does not encode special characters - and then written unescaped into HTML data attributes, leaving a standard XSS sink unguarded. No public exploit has been identified and active exploitation has not been confirmed by CISA KEV at time of analysis.

WordPress XSS Givewp Donation Plugin And Fundraising Platform
NVD
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored cross-site scripting in All-in-One WP Migration Unlimited Extension (all versions up to and including 2.84) allows any authenticated WordPress user with Subscriber-level access to plant persistent JavaScript payloads via the ai1wm_backups_path parameter, which execute in the administrator's browser context when the plugin settings page is visited. Two compounding weaknesses drive the flaw: absent input sanitization on the parameter and missing authorization checks on the settings() function, permitting low-privileged users to write attacker-controlled data into plugin configuration. A partial fix was shipped in version 2.84 but a fully remediated release has not been confirmed, and no public exploit code has been identified at time of analysis.

WordPress XSS All In One Wp Migration Unlimited Extension
NVD
EPSS 0% CVSS 7.5
HIGH This Week

SQL injection via the 'referer' HTTP parameter in wpForo Forum (WordPress plugin, all versions up to and including 2.4.17) allows unauthenticated remote attackers to append arbitrary SQL to existing queries and exfiltrate the entire WordPress database, including user credentials and private forum content. The flaw is confined to data extraction - the CVSS vector confirms no integrity or availability impact - but the complete absence of authentication requirements and low attack complexity make any publicly reachable WordPress install running this plugin an exposed target. No public exploit code has been identified at time of analysis, and the vulnerability is not listed in CISA KEV.

SQLi WordPress Wpforo Forum
NVD
EPSS 0% CVSS 7.2
HIGH This Week

Stored XSS in the Amelia WordPress booking plugin (versions ≤ 2.2) allows unauthenticated attackers to persist malicious JavaScript that fires when a site administrator views the Calendar page. The attack chain exploits two compounding weaknesses: an explicit nonce-verification skip in AddBookingCommand (Command.php:186) that permits unauthenticated booking submissions, and unsafe interpolation of customer name fields into JavaScript template literals rendered via innerHTML in the FullCalendar eventContent callback (redesign/dist/index.js:199). No public exploit is confirmed at time of analysis, but the Wordfence disclosure provides sufficient technical detail for trivial weaponization.

WordPress PHP XSS +2
NVD
EPSS 0% CVSS 9.8
CRITICAL Act Now

Authentication bypass in the WPMU DEV Dashboard WordPress plugin (all versions through 5.0.1) lets an unauthenticated attacker forge a valid administrator session by abusing an HMAC signature-verification flaw in the Hub SSO login flow. Because the signing routine in the unauthenticated wdpsso_step1 action covers a different, unseparated field concatenation than the verifier in wdpsso_step2, an attacker can obtain a legitimately signed token and replay it with fields rearranged to authenticate as admin. No public exploit is identified at time of analysis, but the network-reachable, unauthenticated nature and 9.8 CVSS make this a high-priority patch item.

Jwt Attack WordPress Authentication Bypass +1
NVD
EPSS 0% CVSS 7.2
HIGH POC PATCH This Week

Privilege escalation in the User Registration & Membership WordPress plugin before 5.2.6 lets authenticated users holding the plugin's delegated management capability overwrite arbitrary WordPress site options, including those governing user roles, enabling full administrator takeover. The root cause is a missing capability check on the login settings save handler - the plugin fails to verify the caller's WordPress capabilities before persisting changes to the wp_options table. A public proof-of-concept exploit exists per WPScan; however, SSVC reports no active exploitation and the CVE is absent from CISA KEV.

Privilege Escalation WordPress User Registration Membership
NVD WPScan
EPSS 0% CVSS 4.3
MEDIUM POC PATCH This Month

Missing object-level authorization in the User Registration & Membership WordPress plugin (before 5.2.5) allows any authenticated Subscriber-level user to cancel a pending email change belonging to any other account - including site administrators. The flaw stems from the plugin's email-change cancellation handler accepting a user identifier supplied by the requester without verifying account ownership, a classic IDOR pattern. A publicly available exploit exists per WPScan; however, SSVC assessment lists exploitation as none and the attack is not automatable, indicating opportunistic rather than widespread active abuse.

WordPress Authentication Bypass User Registration Membership
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Arbitrary file write in the Breeze Cache WordPress plugin (all versions before 2.5.13) allows unauthenticated remote attackers to place files at any server filesystem location by supplying unsanitized path values in HTTP requests. The plugin uses attacker-controlled input directly to construct cache file paths, enabling traversal outside the intended cache directory. A publicly available proof-of-concept exists; while SSVC confirms no exploitation at time of analysis, the automatable attack vector and CWE-434 classification raise concern that the primitive could be chained to remote code execution if attacker-controlled content reaches a web-accessible directory.

File Upload WordPress Breeze Cache
NVD WPScan
EPSS 0% CVSS 2.7
LOW POC PATCH Monitor

Quiz and Survey Master (QSM) WordPress plugin versions before 11.2.4 expose quiz question banks, hints, and correct answer keys to any authenticated Contributor-level user via a REST API route lacking authorization checks. The flaw allows a low-privileged user to read quiz content owned by other users on the same WordPress installation, undermining academic integrity and confidentiality of proprietary quiz material. No confirmed active exploitation is recorded in CISA KEV, but a publicly available proof-of-concept is documented by WPScan, making opportunistic exploitation trivial for any authenticated site member.

WordPress Authentication Bypass Quiz And Survey Master Qsm
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Missing authorization in WCFM Marketplace WordPress plugin before 3.8.2 allows unauthenticated users to submit refund requests against any guest checkout order without verifying order ownership. The flaw (CWE-862) targets the refund request endpoint, which performs no ownership check for guest orders, enabling arbitrary financial disruption to marketplace vendors. A publicly available proof-of-concept exists; however, SSVC data confirms no active exploitation detected at time of analysis, and the patch is available in version 3.8.2.

WordPress Authentication Bypass Wcfm Marketplace
NVD WPScan
EPSS 0% CVSS 8.1
HIGH POC PATCH This Week

Privilege escalation to administrator in the Ultimate Member WordPress plugin (versions 2.6.7 through 2.12.x) allows unauthenticated users registering via the plugin's own forms to self-assign any WordPress role, including administrator, by exploiting a logic failure in role validation. When the plugin cannot resolve the allowed roles for a given profile form, it falls back to validating the submitted role against the full site-wide role registry rather than the form's own allow-list - accepting any valid registered role. A publicly available exploit exists per WPScan, though SSVC assessment indicates no confirmed active exploitation campaigns at time of analysis. Vendor-released patch is available in version 2.13.0.

Privilege Escalation WordPress Ultimate Member
NVD WPScan
EPSS 0% CVSS 7.5
HIGH POC PATCH This Week

Unauthenticated arbitrary file read in the Shared Files Pro WordPress plugin (all versions before 1.7.70) allows remote attackers to supply an unvalidated path parameter during featured image creation, causing the plugin to read and republish any file accessible to the web server process at a public URL. This compound impact - read plus republication - means sensitive data such as wp-config.php database credentials or secret keys can be exfiltrated and exposed to any internet user, not just the attacker. A publicly available proof-of-concept exists, and the CVSS vector confirms no authentication or user interaction is required against any default installation of the affected plugin.

Information Disclosure WordPress Shared Files Pro
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Unauthenticated mass PII enumeration in the User Frontend WordPress plugin (versions 4.3.0 through 4.3.10) exposes the email address and phone number of every registered user - including site administrators - via an unrestricted user directory search endpoint. The flaw requires no authentication, no special configuration, and is automatable per SSVC, making bulk harvesting trivial for any remote attacker. A publicly available proof-of-concept exploit exists, reported by WPScan, though active exploitation has not been confirmed by CISA KEV at time of analysis.

Information Disclosure WordPress User Frontend
NVD WPScan
EPSS 0% CVSS 7.2
HIGH POC PATCH This Week

PHP object injection via unsafe deserialization in the User Frontend WordPress plugin (versions before 4.3.10) grants Editor-level users the ability to execute arbitrary PHP code on the host server. The plugin fails to validate field type definitions and deserializes user-controlled post metadata at render time - a CWE-502 flaw exploitable through any available POP chain present in the WordPress environment. A public proof-of-concept exists per WPScan, though SSVC assessment notes no confirmed active exploitation at time of analysis.

WordPress RCE PHP +2
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Unauthenticated file upload in the Shared Files (before 1.7.67) and Shared Files Pro (before 1.7.70) WordPress plugins exposes an upload handler that performs no capability check and relies on a nonce embedded in every public page - making the nonce an ineffective authorization barrier. Any unauthenticated visitor can upload files within WordPress's allowed MIME type list to a publicly accessible server directory, and the server's absolute filesystem path is returned in the response, aiding reconnaissance. Publicly available exploit code exists (confirmed by WPScan); however, active exploitation has not been confirmed and the CVE is not listed in CISA KEV.

PHP WordPress Authentication Bypass +2
NVD WPScan
EPSS 0% CVSS 6.8
MEDIUM POC PATCH This Month

Arbitrary file deletion via path traversal in the Shared Files and Shared Files Pro WordPress plugins (versions before 1.7.67 and 1.7.68 respectively) enables unauthenticated attackers to trigger deletion of critical server files such as wp-config.php, causing denial of service and potential site takeover. The plugin's single-pass traversal filter is bypassable during frontend file submission, allowing a crafted path pointing outside the uploads directory to be stored; when an administrator later permanently deletes the corresponding file entry, the resolved arbitrary file is removed. A publicly available proof-of-concept exists, though SSVC assessment rates exploitation as none at time of analysis, likely reflecting the two-stage attack dependency on administrator action.

PHP Denial Of Service WordPress +2
NVD WPScan
EPSS 0% CVSS 6.1
MEDIUM This Month

Stored Cross-Site Scripting in ElementsKit Pro for WordPress allows unauthenticated attackers to persistently inject arbitrary JavaScript via the Advanced Search REST endpoint, affecting all versions through 4.10.1. The flaw combines an authentication bypass (permission_callback set to __return_true) with inadequate output escaping: sanitize_text_field() permits double-quote characters to pass through, and stored keywords are later rendered into HTML attributes using sprintf() without esc_attr(), enabling attribute injection. Unlike reflected XSS, this stored variant poisons the site globally - every visitor who triggers the 'no results' state on any page using the Advanced Search widget executes the injected payload. No public exploit has been identified at time of analysis and this CVE is not listed in the CISA KEV catalog.

WordPress XSS Elementskit Pro
NVD GitHub
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored Cross-Site Scripting in the Avada (Fusion) Builder WordPress plugin through version 3.15.6 allows authenticated contributors to permanently embed malicious JavaScript in page content via the 'size' shortcode attribute. The root bypass is structural: WordPress's wp_kses_post filter only inspects HTML angle-bracket constructs, so payloads confined entirely to a shortcode attribute string pass the filter unchanged at save time and execute in any visitor's browser. No public exploit code or CISA KEV listing is confirmed at time of analysis, though the Scope:Changed CVSS designation reflects that successful injection escalates attacker influence from the contributor's own context into the browsers of higher-privileged users, including site administrators.

WordPress XSS Avada Fusion Builder
NVD
EPSS 1% CVSS 7.5
HIGH This Week

Remote code execution via unrestricted file upload in the One User Avatar WordPress plugin (all versions ≤ 2.5.4) is enabled by a flawed avatar upload handler that accepts DXFP files - bypassing only PHP and SVG blocks - while trusting the attacker-controlled client-supplied Content-Type header instead of a server-derived MIME type, and retaining uploaded files that fail post-write validation. Exploitation requires subscriber-level WordPress credentials and a non-default administrative decision to grant subscribers avatar upload capability. No public exploit has been identified at time of analysis; no EPSS data was provided.

File Upload WordPress XSS +3
NVD
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored Cross-Site Scripting in LiteSpeed Cache for WordPress (all versions through 7.7) allows authenticated attackers holding Author-level access or higher to inject persistent malicious scripts via specially crafted `<img>` tag attributes. The defect lives in a flawed regular expression inside the plugin's media class that is invoked only when both the 'Lazy Load Images' and 'Add Missing Sizes' features are simultaneously active, causing attribute-embedded payloads to survive sanitization and be stored in page content. Injected scripts execute in the browser of any subsequent visitor, enabling session hijacking, credential theft, or unauthorized actions on their behalf. No public exploit code and no CISA KEV listing have been identified at time of analysis.

WordPress XSS Litespeed Cache
NVD VulDB
EPSS 0% CVSS 6.5
MEDIUM This Month

Unauthenticated remote PHP function invocation in the Tutor LMS WordPress plugin (all versions up to and including 4.0.5) allows any internet-accessible attacker to call arbitrary zero-argument PHP functions server-side via a missing-authorization AJAX handler combined with extract()-based variable injection into a template scope. The most critical demonstrated impact is persistent subscriber-level account creation through WordPress core's edit_user() function, which reads POST parameters directly, enabling unauthenticated user registration on any affected site. No CISA KEV listing has been identified at time of analysis, but Wordfence's detailed technical disclosure with specific file paths and line numbers substantially lowers the barrier for independent exploit development against the 6.5 CVSS-rated but trivially accessible unauthenticated attack surface.

PHP RCE WordPress +1
NVD VulDB
EPSS 0% CVSS 7.2
HIGH This Week

Stored Cross-Site Scripting in the Forminator Forms WordPress plugin (all versions through 1.57.0.1) enables unauthenticated attackers to inject persistent malicious scripts via Rich-Text Textarea fields, which execute in any visitor's or administrator's browser upon page access. The flaw originates from insufficient input sanitization at submission time and missing output escaping at render time, with vulnerable code paths confirmed across multiple plugin files including textarea.php, abstract-class-front-action.php, and admin-page-entries.php. A patched release (1.57.0.2) is confirmed available via the WordPress plugin repository changeset; no public exploit code or CISA KEV listing has been identified at time of analysis.

WordPress XSS Forminator Forms Contact Form Payment Form Custom Form Builder
NVD
EPSS 0% CVSS 7.2
HIGH This Week

Stored XSS in the LiteSpeed Cache WordPress plugin (all versions through 7.8.1) allows unauthenticated attackers to permanently inject malicious JavaScript into comment-bearing pages by exploiting a bypass in WordPress's wp_kses sanitizer via decimal numeric character references inside permitted HTML elements. The payload persists in the database and executes in every subsequent visitor's browser, creating session-hijacking, credential-theft, and site-defacement opportunities at scale. No active exploitation is confirmed in CISA KEV, but the changeset between tags 7.8.1 and 7.9 on the WordPress plugin repository confirms a vendor-released fix is available.

WordPress XSS Litespeed Cache
NVD
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored Cross-Site Scripting in Smart Slider 3 (WordPress plugin by Nextend) versions up to and including 3.5.1.38 allows authenticated contributors to inject persistent JavaScript payloads via the Gutenberg 'slider' block attribute, targeting Editors and Administrators who subsequently open affected posts in the WordPress block editor. The flaw originates from insufficient input sanitization in the Gutenberg block integration and missing output escaping in the plugin's shortcode renderer. No public exploit code or CISA KEV listing has been identified; the primary real-world risk is insider-threat or compromised-contributor scenarios leading to privileged account takeover.

WordPress XSS Smart Slider 3
NVD
EPSS 0% CVSS 7.2
HIGH This Week

Stored Cross-Site Scripting in the Optimole image optimization plugin for WordPress (all versions through 4.2.10) allows unauthenticated network attackers to inject persistent JavaScript payloads via the 'above_fold_images' ('a') REST API parameter. Injected scripts execute in any visitor's browser upon accessing an affected page, enabling session hijacking, credential theft, or administrative account takeover. No public exploit code or CISA KEV listing has been identified at time of analysis; Wordfence reported the issue and a patch was confirmed in version 4.2.11.

WordPress XSS Optimole Optimize Images Convert Webp Avif Cdn Lazy Load Image Optimization
NVD
EPSS 0% CVSS 7.2
HIGH This Week

Stored Cross-Site Scripting in the TranslatePress WordPress plugin (all versions through 3.3.3) allows unauthenticated attackers to permanently inject arbitrary JavaScript into translated pages visible to all site visitors. The attack exploits a bypass of WordPress's native comment sanitization (KSES): a crafted payload using anchor and code tags is permitted by the allowlist, stored verbatim in the database, and later executed when the plugin's bundled simple_html_dom parser processes comments during page translation rendering. No public exploit code has been identified at time of analysis, and this CVE is not listed in the CISA KEV catalog.

WordPress XSS Translatepress Translate Multilingual Sites With Ai Translation
NVD
EPSS 0%
Awaiting Data

WordPress plugin (Spiffy Plugin) before 5.0.9 is affected by Stored Cross-Site Scripting in Event Title field. An authenticated attacker with the lowest privileged role (contributor) can exploit this to redirect user to malicious site or control the account.

XSS WordPress N A
NVD GitHub
EPSS 0%
Awaiting Data

WordPress plugin (Bit Assist) before 1.7.2 is affected by Stored Cross-Site Scripting in Call-To-Action feature. An authenticated attacker with the privileged role (admin) can exploit this to redirect user to malicious site or control the account.

XSS WordPress N A
NVD GitHub
EPSS 0% CVSS 9.8
CRITICAL POC PATCH Act Now

Unauthenticated arbitrary PHP function invocation in the Tutor LMS WordPress plugin before 4.0.6 lets remote attackers overwrite internal template variables via request data and call any zero-argument PHP function, returning its output to the attacker. This enables information disclosure and potentially broader compromise depending on which functions are reachable. Publicly available exploit code exists (reported by WPScan), though the flaw is not listed in CISA KEV.

PHP Information Disclosure WordPress +1
NVD WPScan
EPSS 0% CVSS 8.5
HIGH This Week

SQL Injection in VillaTheme's Suggestion Engine for WooCommerce plugin (versions ≤ 2.0.11) enables contributor-level authenticated WordPress users to inject malicious SQL through the suggestion engine functionality. The CVSS scope-change indicator (S:C) confirms the injection can reach data beyond the plugin's own tables, exposing the broader WordPress MySQL database with high confidentiality impact. No public exploit code or CISA KEV listing has been identified at time of analysis, but the low-complexity, low-privilege attack profile makes this a credible threat on any WordPress/WooCommerce site that permits contributor accounts.

SQLi WordPress Suggestion Engine For Woocommerce
NVD
EPSS 0% CVSS 7.1
HIGH This Week

Cross-site scripting in Music Player for WooCommerce plugin version 1.8.9 and earlier allows unauthenticated remote attackers to inject and execute arbitrary JavaScript in victims' browsers when they interact with a crafted link or page. The flaw targets WooCommerce stores running the Codepeople plugin and could enable session hijacking, credential theft, or malicious redirects against store customers or administrators. No public exploit code or CISA KEV listing has been identified at time of analysis.

XSS WordPress Music Player For Woocommerce
NVD
EPSS 0% CVSS 9.8
CRITICAL Act Now

Unauthenticated privilege escalation in the ACPT (Pro) - Custom Post Types plugin for WordPress affects all versions up to and including 2.0.63, allowing remote attackers with no credentials to improperly gain elevated privileges (CWE-266). Rated CVSS 9.8, the flaw grants full confidentiality, integrity, and availability impact, effectively enabling site takeover. No public exploit identified at time of analysis and it is not listed in CISA KEV, but the unauthenticated network vector makes it a high-priority patching target.

Privilege Escalation WordPress Acpt Pro Custom Post Types Plugin For Wordpress
NVD
EPSS 0% CVSS 8.5
HIGH This Week

Subscriber-level SQL injection in ACPT (Pro) Custom Post Types Plugin for WordPress versions 2.0.63 and earlier permits any authenticated subscriber to extract sensitive data from the underlying WordPress database. The CVSS 8.5 score with Scope:Changed reflects that the database read extends beyond the plugin's own tables, potentially exposing WordPress user credentials, site options, and other privileged data. No public exploit code has been identified and the CVE is not listed in the CISA KEV catalog at time of analysis.

SQLi WordPress Acpt Pro Custom Post Types Plugin For Wordpress
NVD
EPSS 0% CVSS 8.6
HIGH This Week

Broken access control in the Mobile App for WooCommerce WordPress plugin (versions <= 0.4.62, by Weptile) allows unauthenticated remote attackers to bypass authorization checks and access restricted functionality or data within WooCommerce-powered stores. The flaw is classified under CWE-862 (Missing Authorization), meaning the plugin fails to verify whether a requestor has permission before fulfilling sensitive API or endpoint requests. No public exploit code has been identified at time of analysis, though the unauthenticated, network-accessible nature and high confidentiality impact make this a meaningful risk for any store running the affected plugin versions.

Authentication Bypass WordPress Mobile App For Woocommerce
NVD
EPSS 0% CVSS 8.8
HIGH PATCH This Week

Stored Cross-Site Scripting in the 12 Step Meeting List WordPress plugin (versions 3.17 through before 3.19.17) allows unauthenticated remote users to inject persistent JavaScript payloads via unsanitized input that is stored in the plugin's activity log and rendered in the WordPress admin area. When a privileged user such as a site administrator views the activity log, the injected script executes in their browser session, enabling potential account takeover, unauthorized admin actions, or credential theft. No public exploit has been identified at time of analysis, and EPSS is very low (0.17%, 7th percentile), though SSVC assesses technical impact as total if exploitation is achieved.

XSS WordPress
NVD WPScan
EPSS 0% CVSS 4.3
MEDIUM PATCH This Month

Unauthorized subscription manipulation in the Notifima WordPress plugin (all versions through 3.1.3) allows authenticated attackers holding only Subscriber-level accounts to unsubscribe arbitrary customers from product stock-alert notifications via an unprotected REST endpoint. The root cause is an IDOR (CWE-639): the endpoint accepts a user-controlled subscription identifier without verifying the caller is the subscription owner. No public exploit has been identified at time of analysis, EPSS sits at the 3rd percentile (0.13%), and CISA SSVC rates exploitation as none - making this a low-urgency but straightforward integrity flaw affecting WooCommerce notification workflows.

Authentication Bypass WordPress
NVD WPScan
EPSS 0% CVSS 4.3
MEDIUM PATCH This Month

Finale Lite WordPress plugin before 2.21.0 exposes sales campaign configuration and scheduling data to any subscriber-level authenticated user due to a missing capability check on a WordPress AJAX action. The unprotected endpoint accepts an arbitrary post ID and returns the associated campaign's settings without verifying that the requesting user holds appropriate privileges. No public exploit code has been identified and CISA has not listed this in the KEV catalog, though the low authentication barrier makes opportunistic reconnaissance straightforward.

Information Disclosure WordPress
NVD WPScan
EPSS 0% CVSS 7.5
HIGH PATCH This Week

Price manipulation in the StoreGrowth WordPress plugin (versions before 2.1.2) enables unauthenticated attackers to add products to a WooCommerce cart at arbitrary, attacker-chosen prices that carry through to checkout totals - directly enabling financial fraud against affected merchants. The flaw exists across two unauthenticated AJAX actions that accept browser-supplied price values without any server-side validation, and is conditional on the BOGO (Buy One Get One) promotional feature being active. No public exploit code has been identified, and EPSS is low at 0.18% (8th percentile), though SSVC rates the attack as automatable - making mass scanning of vulnerable stores feasible.

Authentication Bypass WordPress
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM PATCH This Month

LearnPress WordPress plugin versions up to and including 4.0.2 expose order payment status data through an unauthenticated REST endpoint that omits authorization checks entirely. The CVSS vector (PR:N/AC:L/AV:N) confirms remote unauthenticated exploitation with no preconditions, and SSVC flags the attack as automatable - meaning scripted enumeration of order identifiers at scale is trivially achievable. No public exploit has been identified at time of analysis, and EPSS at 0.14% (4th percentile) reflects negligible current exploitation interest, though the missing permission check pattern is well-understood by WordPress-focused threat actors.

Information Disclosure WordPress
NVD WPScan
EPSS 0% CVSS 8.8
HIGH PATCH This Week

Unrestricted file upload in the Workeera WordPress plugin before version 1.0.6 permits any subscriber-level user to upload arbitrary files - including PHP webshells - to a publicly accessible server directory via the candidate profile submission flow, achieving remote code execution. The plugin neither restricts which profile field values candidates may submit nor validates the file type before writing to the web root, mapping directly to CWE-434. No active exploitation is confirmed (CISA KEV absent, SSVC Exploitation: none), and EPSS sits at a low 0.19%, though the minimal privilege barrier makes this acutely dangerous on any multi-user WordPress job board with open registration.

File Upload WordPress RCE
NVD WPScan
EPSS 0% CVSS 7.7
HIGH PATCH This Week

Arbitrary file read in the Workeera WordPress plugin (before 1.0.6) allows authenticated users with subscriber-level access to exfiltrate sensitive server files, including wp-config.php and authentication secrets. The plugin's candidate profile submission endpoint neither validates which fields a subscriber may populate nor confines file-serving operations to an approved directory, creating a path-traversal-adjacent disclosure path. No active exploitation has been identified (SSVC exploitation: none; EPSS 0.17%), but successful exploitation can fully compromise WordPress credentials and database connection strings, making the effective risk substantially higher than the low EPSS suggests for sites with open subscriber registration.

Information Disclosure WordPress
NVD WPScan
EPSS 0% CVSS 9.6
CRITICAL PATCH Act Now

Arbitrary file deletion in the Workeera WordPress plugin before 1.0.6 lets any authenticated user with a role as low as subscriber remove files anywhere the web server can reach, because the plugin neither restricts which values a user may write to their own candidate profile nor validates/contains the stored file path before deletion. On a typical WordPress host this enables denial of service and, by deleting wp-config.php to force the installer into a fresh setup, potential full site takeover. No active exploitation is recorded (not in CISA KEV) and no public exploit has been identified; EPSS is low at 0.14%.

Information Disclosure WordPress
NVD WPScan
EPSS 0% CVSS 5.9
MEDIUM PATCH This Month

UpdraftPlus: WP Backup & Migration Plugin for WordPress (all versions before 1.26.7) exposes a backup restoration action without CSRF token validation, enabling a remote attacker to revert a site's entire database and files to a prior backup state by tricking a logged-in administrator into clicking a crafted link. The integrity impact is high - a successful exploit silently undoes content updates, security hardening, and user data accumulated since the backup was taken. No public exploit is identified at time of analysis; EPSS sits at the 1st percentile and SSVC marks exploitation as none, indicating low current threat activity.

CSRF WordPress
NVD WPScan
EPSS 0% CVSS 7.5
HIGH PATCH This Week

Unauthenticated access to a publicly reachable debug log file in the WP OAuth Server (Login with WordPress) WordPress plugin before 6.3.1 exposes sensitive credential material to any network attacker. When debug logging is enabled, the plugin writes OAuth tokens, authorization codes, and full user records including bcrypt password hashes to a fixed, predictable filesystem path that is served without access restriction. No public exploit has been identified at time of analysis, though the attack is fully automatable per SSVC assessment and requires no authentication.

Information Disclosure WordPress
NVD WPScan
EPSS 0% CVSS 4.4
MEDIUM PATCH This Month

Incorrect authorization in the JetBackup WordPress plugin (versions before 3.1.23.5) exposes full network backup archives and job logs to insufficiently privileged administrators on WordPress multisite installations. A main-site administrator who has not been granted Super Admin status can exploit the missing multisite authorization gate to download a complete backup of the entire network - encompassing every subsite's database, files, and the shared webroot. No public exploit has been identified at time of analysis, and CISA has not added this to KEV, but the confidentiality exposure is high for any multisite operator running the affected plugin.

Authentication Bypass WordPress
NVD WPScan
EPSS 0% CVSS 6.6
MEDIUM PATCH This Month

Arbitrary code execution across entire WordPress multisite networks is possible in the Defender Security plugin (versions 5.0.0 through 6.1.x) due to a missing access control check on a network-wide setting. Any site-level administrator on a multisite installation - a role with significantly lower trust than a network/super administrator - can modify this setting to inject and execute code affecting all sites on the network. No public exploit has been identified and EPSS stands at 0.17% (6th percentile), but SSVC rates technical impact as 'total', consistent with the network-wide RCE consequence if exploited by a malicious or compromised site admin.

WordPress Code Injection RCE
NVD WPScan
EPSS 0% CVSS 7.2
HIGH PATCH This Week

Privilege escalation to network-wide remote code execution in the Smush WordPress plugin (versions 3.22.1 through 4.3.2) allows any authenticated single-site administrator on a WordPress multisite network to execute arbitrary code across all sites in that network. The flaw arises because the plugin's network-wide configuration interface fails to restrict access to network administrators only, permitting lower-privileged site admins to reach settings with cross-network impact. No public exploit has been identified and SSVC confirms no active exploitation, though the technical impact is rated 'total' given successful exploitation grants full control over the entire multisite infrastructure.

WordPress Code Injection RCE
NVD WPScan
EPSS 0% CVSS 4.3
MEDIUM This Month

Unauthorized stock manipulation in the ShopApper Mobile App for WooCommerce WordPress plugin (through v0.4.62) permits any authenticated user - including customers or subscribers holding the lowest default WordPress roles - to arbitrarily modify product stock quantities via an unprotected REST endpoint. The root cause is CWE-284 (Improper Access Control): the plugin registers a stock-update REST route without validating WordPress capability permissions, bypassing the access control layer that should restrict such operations to shop managers or administrators. EPSS is 0.13% (3rd percentile), SSVC confirms no known exploitation, and the vulnerability is absent from CISA KEV, indicating low real-world exploitation activity; however, the attack barrier is minimal for any registered site user.

Authentication Bypass WordPress
NVD WPScan
EPSS 0% CVSS 4.3
MEDIUM This Month

Insecure Direct Object Reference in the ShopApper Mobile App Builder plugin for WooCommerce (WordPress) through version 0.4.62 exposes customer profile data to any authenticated user. Any registered shopper or subscriber can query the vulnerable REST endpoint with an arbitrary customer ID and receive that customer's email address, display name, and WordPress role assignments - without owning the profile. No public exploit has been identified (EPSS 0.13%, SSVC exploitation: none), but the low authentication bar makes the attack trivially accessible on stores with open user registration.

Authentication Bypass WordPress
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM PATCH This Month

Unauthenticated arbitrary document download in the Document Embedder WordPress plugin before 2.3.1 exposes private and draft documents to any remote attacker via sequential ID enumeration. The plugin's download endpoint issues tokens and streams file content without first verifying the publication status of the requested document, creating a broken object-level authorization flaw (CWE-639). No active exploitation is confirmed (not in CISA KEV; EPSS 0.14%, 3rd percentile), though CISA SSVC classifies the attack as automatable, meaning scripted mass-enumeration is feasible without special tooling.

Authentication Bypass WordPress
NVD WPScan
EPSS 0% CVSS 3.5
LOW PATCH Monitor

Stored cross-site scripting in CMP WordPress plugin before version 4.1.18 allows Editor-role users - only when an administrator has explicitly delegated CMP admin-bar control access to them - to persist malicious scripts in the coming-soon page settings field. Any visitor who subsequently loads the coming-soon page executes the injected script in their browser. No public exploit code exists, EPSS stands at 0.15% (5th percentile), and SSVC marks exploitation as none, confirming this as a low-probability risk that is inert on standard WordPress installations lacking the non-default Editor delegation.

XSS WordPress
NVD WPScan
EPSS 0% CVSS 7.2
HIGH PATCH This Week

Privilege escalation in the CMP WordPress plugin before 4.1.18 allows Editor-role users to overwrite arbitrary WordPress options via an unguarded AJAX settings-import action, ultimately achieving full Administrator access. The flaw is contingent on an administrator having explicitly granted Editor-role users access to CMP's admin-bar controls - a non-default configuration - making real-world exposure narrower than the CVSS 7.2 score implies. No active exploitation is confirmed (absent from CISA KEV), and the EPSS score of 0.13% at the 3rd percentile corroborates the SSVC assessment of exploitation status 'none'; however, SSVC rates technical impact as 'total' given that successful exploitation yields unrestricted site control.

Privilege Escalation WordPress
NVD WPScan
EPSS 0% CVSS 4.8
MEDIUM PATCH This Month

Unauthenticated attackers can disable the maintenance or coming-soon page on WordPress sites running the CMP plugin before version 4.1.18 by exploiting a missing authorization check (CWE-862) on an AJAX action endpoint. Exploitation is constrained to sites using a non-default countdown configuration, which alters the plugin's nonce handling to permit anonymous requests. Impact is limited to low-level integrity and confidentiality - the attack reveals content hidden behind the maintenance screen - and no public exploit has been identified at time of analysis, with EPSS rating exploitation probability at just 0.14% (3rd percentile).

Authentication Bypass WordPress
NVD WPScan
EPSS 1% CVSS 7.5
HIGH This Week

Directory traversal in Formidable Charts (WordPress plugin, versions up to and including 2.0.1) allows unauthenticated network attackers to read arbitrary server-side files via the unsanitized `frm_graph` parameter, exposing sensitive data such as WordPress configuration credentials. Exploitation requires three co-active plugins and a pre-existing image-chart uploads directory, making this a targeted but credible risk for active users of the full Formidable Forms and Charts stack. No public exploit code or CISA KEV listing has been identified at time of analysis; fix version 2.0.2 is available per the official Formidable Forms changelog.

Path Traversal WordPress Formidable Charts
NVD
EPSS 0% CVSS 8.1
HIGH This Week

Authentication bypass in the Classified Listing - Mobile Number Verification WordPress plugin (all versions through 1.6.0) allows unauthenticated network attackers to authenticate as any registered user - including site administrators - without a valid OTP. The root cause is the absence of server-side Firebase OTP token validation in the process_otp_login() function, which blindly trusts client-submitted OTP and UID values. No public exploit code has been identified at time of analysis, and it does not appear in the CISA KEV catalog, but the CVSS 8.1 score reflects the high impact of full account takeover if exploitation prerequisites are met.

Authentication Bypass WordPress Classified Listing Mobile Number Verification
NVD
EPSS 1% CVSS 9.8
CRITICAL Act Now

Unrestricted file upload in the wedevs WP ERP plugin (ERP: Complete HR, Accounting & CRM Suite for WooCommerce) for WordPress, in all versions through 1.17.8, allows unauthenticated attackers to write attacker-controlled PHP into wp-content/uploads/ via the save_attachments() function when the CRM IMAP Email Connect feature parses inbound email attachments. Because file extension validation and path normalization are both missing, a crafted email with a forged References header and a path-traversal filename escapes the .htaccess-protected crm-attachments directory, enabling remote code execution on hosts where PHP executes in the uploads directory. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the CVSS base score of 9.8 reflects the unauthenticated, network-reachable nature of the flaw.

PHP File Upload WordPress +2
NVD
EPSS 0% CVSS 5.3
MEDIUM This Month

Insecure Direct Object Reference in WP Data Access plugin for WordPress (all versions through 5.5.68) exposes protected app container data to unauthenticated attackers via the `check_app_access` function. The flaw stems from a logical mismatch: authorization is validated against the `app_id` parameter, but the subsequent data retrieval uses `cnt_id` without verifying that the requested container actually belongs to the authorized app - allowing a user to pass an authorized `app_id` to clear the access gate while supplying an arbitrary `cnt_id` to reach a different container's data. No public exploit code or KEV listing exists at time of analysis, but the low attack complexity and zero-authentication requirement make this straightforward to abuse opportunistically.

Authentication Bypass WordPress Wp Data Access App Builder For Tables Forms Charts Maps Dashboards
NVD
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored Cross-Site Scripting in the Greenshift animation and page builder blocks WordPress plugin (versions up to and including 12.8.9) allows authenticated attackers holding at minimum Contributor-level access to inject persistent malicious JavaScript via the plugin's customapi action handler. The root cause is unsanitized API response content written directly to the DOM through innerHTML in two JavaScript modules within the plugin. No active exploitation has been confirmed in CISA KEV, and no public exploit code has been identified at time of analysis.

XSS WordPress Greenshift Animation And Page Builder Blocks
NVD
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored Cross-Site Scripting in the Reviews and Rating - Google Reviews WordPress plugin (all versions through 5.10) allows authenticated Contributors to inject arbitrary JavaScript via the wp_display() shortcode handler's unsanitized html_tags parameter. The malicious script persists server-side and executes in the browsers of any users who subsequently load the affected page, enabling session hijacking, credential theft, or unauthorized actions under the victim's identity. No confirmed active exploitation or public exploit code has been identified at time of analysis; the primary risk driver is the low privilege bar required - Contributor-level access - which is commonly available on multi-author or open-registration WordPress sites.

Google XSS WordPress +1
NVD
EPSS 1% CVSS 8.8
HIGH This Week

Cookie forgery in the Mang Board WP WordPress plugin (≤2.3.7) enables any subscriber-level account holder to forge administrator authentication cookies and change the administrator password, resulting in complete WordPress site takeover. The flaw originates in `mbw_get_hash_key()`, which generates HMAC material from the currently logged-in user's identity rather than the username embedded in the cookie under validation, while `mbw_validate_auth_cookie()` performs insufficient verification - allowing the forged cookie to pass as legitimate. No public exploit has been identified at time of analysis and no CISA KEV listing is present, but the CVSS 8.8 score accurately reflects the low privilege bar required and full confidentiality, integrity, and availability impact.

Privilege Escalation WordPress Mang Board Wp
NVD
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored cross-site scripting in the Betheme theme for WordPress (all versions through 28.4) allows authenticated attackers holding contributor-level access or higher to inject persistent malicious scripts into pages via unsanitized attributes of the 'icon_box_2' shortcode. The injected payload executes in the browser of any user who subsequently loads the affected page, including administrators, enabling session hijacking or privilege escalation. No public exploit code has been identified and the vulnerability carries no CISA KEV listing at time of analysis, but the low access barrier in multi-author WordPress environments elevates practical risk.

XSS WordPress Betheme
NVD
EPSS 0% CVSS 7.5
HIGH This Week

Time-based SQL injection in the WooCommerce Lottery WordPress plugin by WPGenie - all versions through 2.2.9 - allows unauthenticated remote attackers to extract arbitrary data from the WordPress database by appending malicious payloads to the 'orderby' and 'order' GET parameters on publicly accessible lottery entry list pages. The flaw originates in class-wc-lottery-entry-list-tables.php where sort parameters are passed into SQL ORDER BY clauses without proper escaping or whitelisting. No public exploit code has been identified at time of analysis, but the unauthenticated, low-complexity attack surface makes automated scanning and exploitation with tools like sqlmap straightforward.

SQLi WordPress Woocommerce Lottery
NVD
EPSS 0% CVSS 7.2
HIGH This Week

Stored Cross-Site Scripting in the Formidable Forms WordPress plugin through version 6.33.1 enables unauthenticated attackers to inject persistent malicious scripts that execute automatically in the WordPress admin interface. The attack exploits the plugin's frm_user_id parameter: by forging it to match an administrator's user ID - obtainable from the public WordPress REST API - the attacker routes input through the permissive wp_kses_post() filter rather than strict sanitization, allowing the payload to survive storage intact. The plugin's own admin JavaScript then decodes and executes the payload automatically on page load, requiring no explicit admin interaction beyond normal panel navigation. No public exploit code or CISA KEV listing was identified at time of analysis.

XSS WordPress Formidable Forms Wordpress Form Builder For Contact Forms Calculators Quizzes More
NVD
EPSS 1% CVSS 9.8
CRITICAL Act Now

Unauthenticated arbitrary file write in the Avada WordPress theme (versions up to and including 7.16) combined with the Fusion Builder plugin (up to and including 3.16) lets remote attackers plant attacker-controlled files - including executable PHP - leading to remote code execution and full site takeover. The flaw is a cross-component chain of broken authorization and weak input validation (CWE-862) reported by Wordfence, and requires both components active plus specific administrator-authored content to be present. No public exploit is identified at time of analysis and it is not listed in CISA KEV.

PHP Authentication Bypass WordPress +3
NVD
EPSS 0% CVSS 6.4
MEDIUM This Month

Stored Cross-Site Scripting in the Gutenverse FSE blocks plugin for WordPress (all versions through 4.0.2) enables authenticated attackers holding Contributor-level accounts or higher to embed persistent malicious JavaScript into page content via multiple vulnerable block types. Because the injected payload executes automatically in any visitor's browser session, the attack surface extends beyond the contributing user to all site visitors and administrators who load the affected pages. Exploitation requires no public exploit kit - the attack is straightforward for any party who can author content on the target WordPress site, and the CVSS scope change (S:C) reflects the cross-context browser impact.

XSS WordPress Gutenverse Wordpress Blocks Page Builder Site Editor
NVD
EPSS 0% CVSS 6.5
MEDIUM POC PATCH This Month

Simple Newsletter Plugin for WordPress (versions 4.0.0 through 4.3.2) fails to verify that a public requester matches the subscriber whose record is being fetched, exposing stored personal data and the authorization key that controls changes to that subscriber's record to any unauthenticated caller. A publicly available proof-of-concept documented by WPScan demonstrates the attack path, though EPSS at 0.18% (7th percentile) suggests exploitation has remained limited in observed telemetry. Vendor-released patch version 4.3.3 is available and should be applied immediately given the zero-complexity, unauthenticated exploit path.

Information Disclosure WordPress Simple Newsletter Plugin
NVD WPScan
EPSS 0% CVSS 4.1
MEDIUM POC PATCH This Month

SQL injection in the RegistrationMagic WordPress plugin (all versions before 6.0.9.4) permits authenticated administrators to inject arbitrary SQL through an unsanitized parameter. The CVSS Scope:Changed metric indicates the injected query can reach beyond the WordPress application boundary into the underlying database layer, enabling cross-schema data reads. A publicly available proof-of-concept exists via WPScan, though EPSS at 0.19% and SSVC exploitation status of 'none' indicate limited real-world abuse at time of analysis.

SQLi WordPress Registrationmagic
NVD WPScan
EPSS 0% CVSS 4.3
MEDIUM POC PATCH This Month

Insecure Direct Object Reference (IDOR) in the Stripe Payment Forms by WP Full Pay WordPress plugin before 8.5.1 allows any authenticated customer with a valid portal session to cancel, reactivate, or modify Stripe subscriptions belonging to other customers. The plugin's customer portal endpoints fail to verify that a subscription ID supplied in the request is actually owned by the authenticated session's bound customer, enabling horizontal privilege escalation across customer accounts. A publicly available proof-of-concept exists; exploitation probability is low per EPSS (0.16%, 5th percentile), but the business impact on affected merchants' subscription revenue could be significant despite the moderate CVSS score.

Authentication Bypass WordPress Stripe Payment Forms By Wp Full Pay
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Stripe Payment Forms by WP Full Pay plugin for WordPress (all versions before 8.5.1) exposes customer subscription and billing data to unauthenticated network attackers due to a missing session-confirmation check in the customer portal workflow. The plugin returns sensitive financial records before verifying that a portal session has completed its confirmation step, enabling any unauthenticated user to read billing information belonging to a different customer. A publicly available exploit exists per WPScan intelligence, though EPSS sits at 0.18% (7th percentile), indicating limited observed exploitation despite the low-barrier attack path.

Information Disclosure WordPress Stripe Payment Forms By Wp Full Pay
NVD WPScan
EPSS 0% CVSS 5.4
MEDIUM POC PATCH This Month

Path traversal in the Directorist WordPress plugin (versions 8.5 through before 8.9.3) allows subscriber-level authenticated users to relocate arbitrary server-readable image files into a publicly accessible directory and delete them from their original location. The flaw stems from unsanitized user-supplied image references passed directly to a file-move operation, exposing sensitive server files to unauthenticated public access after the move. Publicly available exploit code exists per WPScan reporting; however, EPSS sits at 0.19% (9th percentile), and the requirement for a subscriber-level account limits opportunistic mass exploitation.

Path Traversal WordPress Directorist
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Kirki WordPress Customizer Framework plugin before 6.0.14 exposes registered user email addresses, comment author emails, non-public page content, and site settings to unauthenticated remote attackers via missing capability checks on public AJAX action endpoints. Every WordPress site running any Kirki version prior to 6.0.14 is affected regardless of configuration. A publicly available proof-of-concept exists per WPScan reporting; exploitation probability is currently low (EPSS 0.18%, 7th percentile) and no active exploitation is confirmed in CISA KEV, though the data harvested enables downstream phishing and credential-stuffing campaigns.

Information Disclosure WordPress Kirki
NVD WPScan
EPSS 0% CVSS 6.5
MEDIUM POC PATCH This Month

Unauthenticated ownership bypass in the Return Refund and Exchange For WooCommerce plugin (versions before 4.6.4) exposes guest order workflows to arbitrary third-party manipulation. Any unauthenticated network attacker who can reference a guest order ID can read private order messages, impersonate the customer by posting messages or attachments, and cancel active return requests - undermining both customer privacy and merchant return-process integrity. A publicly available proof-of-concept exists; however, exploitation probability is very low per EPSS (0.17%, 6th percentile), and no active exploitation has been confirmed by CISA KEV.

Authentication Bypass WordPress Microsoft +1
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Unauthenticated payment bypass in the Eventin WordPress plugin before 4.1.19 lets any visitor fraudulently obtain valid paid event tickets without completing payment. By abusing a guest checkout token, an attacker can transition their own unpaid order to 'completed', triggering ticket issuance without a charge being processed. A publicly available proof-of-concept exists, and SSVC flags the attack as automatable - enabling scaled ticket fraud against any WordPress site running the affected plugin.

Authentication Bypass WordPress Eventin
NVD WPScan
EPSS 0% CVSS 8.7
HIGH POC PATCH This Week

Arbitrary file deletion in the Order Tip for WooCommerce WordPress plugin (versions before 1.6.0) allows authenticated Shop Managers to delete any file on the web server by exploiting missing capability checks and absent path restrictions on the deletion endpoint. The plugin fails to validate both the requesting user's permissions and the target file path, meaning a malicious or compromised Shop Manager account could remove critical WordPress files such as wp-config.php, leading to full site compromise. A publicly available proof-of-concept exists per WPScan; however, EPSS sits at only 0.17% (6th percentile) and CISA has not added this to KEV, consistent with the SSVC assessment of no observed exploitation.

Information Disclosure WordPress Order Tip For Woocommerce
NVD WPScan
EPSS 0% CVSS 5.3
MEDIUM POC PATCH This Month

Unauthenticated remote attackers can invoke AI queries against a site owner's configured provider account through the AI Engine WordPress plugin before version 3.7.2. The plugin exposes an administration-only feature protected solely by a token it distributes to anonymous visitors - rather than a proper WordPress capability check - enabling any network-accessible attacker to submit arbitrary AI prompts billed to the operator's account. A publicly available proof-of-concept exists via WPScan; however, the vulnerability is not currently listed in the CISA KEV catalog, and EPSS sits at 0.17% (6th percentile), suggesting limited confirmed mass exploitation at time of analysis.

Authentication Bypass WordPress Ai Engine
NVD WPScan
Page 1 of 207 Next

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy