Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Lifecycle Timeline
4DescriptionCVE.org
The Inquiry Cart plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.4.2. This is due to missing nonce verification in the rd_ic_settings_page function when processing settings form submissions. This makes it possible for unauthenticated attackers to update the plugin's settings, including injecting malicious scripts that will be stored and executed in the admin area, via a forged request granted they can trick an administrator into performing an action such as clicking on a link.
AnalysisAI
Inquiry Cart plugin for WordPress versions up to 3.4.2 allows unauthenticated attackers to modify plugin settings and inject malicious scripts into the admin area via Cross-Site Request Forgery (CSRF) attacks. The vulnerability exploits missing nonce verification in the settings form handler, requiring an administrator to be socially engineered into clicking a malicious link. Stored scripts execute with admin privileges, enabling account hijacking and complete site compromise.
Technical ContextAI
The Inquiry Cart WordPress plugin processes settings form submissions in the rd_ic_settings_page function without validating WordPress nonce tokens (security identifiers that prevent CSRF attacks). WordPress nonces are cryptographic one-time tokens that bind form submissions to specific users and prevent forged requests. The CWE-352 (Cross-Site Request Forgery) vulnerability occurs because the plugin fails to validate these tokens when updating sensitive configuration, allowing attackers to craft malicious HTML or JavaScript that, when clicked by an authenticated administrator, submits unvalidated settings changes. Since the vulnerability permits script injection into stored settings, any injected payload will execute server-side in the WordPress admin context with full administrative capabilities.
RemediationAI
Update Inquiry Cart plugin to a patched version above 3.4.2 once available from the plugin author or WordPress repository. Until a patch is released, deactivate and deactivate the Inquiry Cart plugin entirely if not actively used. For sites that require the plugin, implement the following compensating controls: (1) restrict access to wp-admin to whitelisted IP addresses using .htaccess or server firewall rules (trade-off: complicates remote administration); (2) enforce strong administrator account credentials and enable WordPress two-factor authentication via security plugins (trade-off: user friction but minimal functional impact); (3) deploy WordPress security plugins (e.g., Wordfence, Sucuri) with CSRF filtering and admin activity monitoring to detect and block malicious settings changes (trade-off: performance overhead and false positives); (4) use Content Security Policy (CSP) headers to restrict inline script execution within the admin dashboard, preventing injected payloads from running (trade-off: may break legitimate admin functionality if misconfigured). Verify resolution via Wordfence vulnerability scanner after patching.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24656
GHSA-22p7-jgf7-772h