Wordpress Plugin
CVE-2025-62918
MEDIUM
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Missing Authorization vulnerability in ignitionwp IgnitionDeck ignitiondeck allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects IgnitionDeck: from n/a through <= 2.0.15.
AnalysisAI
Broken access control in IgnitionDeck WordPress plugin (versions ≤2.0.15) enables authenticated users to bypass authorization checks and perform unauthorized actions with elevated privileges. The vulnerability requires low-privilege authentication but has low attack complexity (CVSS 8.8, AV:N/AC:L/PR:L), allowing compromise of confidentiality, integrity, and availability. EPSS probability is low (0.05%, 15th percentile), and no public exploit is identified at time of analysis, suggesting limited active targeting despite the high severity rating.
Technical ContextAI
IgnitionDeck is a WordPress crowdfunding platform plugin. This vulnerability stems from CWE-862 (Missing Authorization), a common web application flaw where security checks are absent or improperly implemented on critical functions. The plugin fails to validate whether authenticated users possess appropriate permissions before executing sensitive operations. In WordPress context, this typically manifests as missing capability checks (e.g., current_user_can()) on AJAX handlers, REST API endpoints, or admin functions. The misconfigured access control allows low-privilege users (subscriber, contributor roles) to invoke functionality intended for administrators or specific authorized roles, effectively escalating their privileges within the application scope.
Affected ProductsAI
The vulnerability affects IgnitionDeck, a WordPress plugin developed by ignitionwp for crowdfunding and fundraising campaigns. All versions through 2.0.15 are confirmed vulnerable. The issue was reported through Patchstack's security research team (audit@patchstack.com), which maintains vulnerability intelligence for WordPress ecosystem plugins. Organizations can identify affected installations by checking their WordPress plugin version against the ≤2.0.15 threshold. The vendor advisory and technical details are available at https://patchstack.com/database/Wordpress/Plugin/ignitiondeck/vulnerability/wordpress-ignitiondeck-plugin-2-0-10-broken-access-control-vulnerability.
RemediationAI
Upgrade IgnitionDeck to version 2.0.16 or later, which addresses the missing authorization checks. Site administrators should update through the WordPress dashboard (Plugins → Installed Plugins → IgnitionDeck → Update) or via WP-CLI using 'wp plugin update ignitiondeck'. As an interim workaround if patching is delayed, restrict user registration to prevent untrusted accounts from being created, audit existing low-privilege user accounts for legitimacy, and monitor WordPress access logs for suspicious activity from authenticated users accessing admin-level functionality. Review the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/ignitiondeck/vulnerability/wordpress-ignitiondeck-plugin-2-0-10-broken-access-control-vulnerability for additional context. No vendor-released workaround has been published beyond upgrading to the patched version.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today