A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-4090

CVE-2026-4090: Inquiry Cart WordPress Plugin CSRF Flaw

CVE-2026-4090 is a Cross-Site Request Forgery vulnerability in the Inquiry Cart WordPress plugin that allows unauthenticated attackers to modify settings and inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 23, 2026

CVE-2026-4090 Overview

The Inquiry Cart plugin for WordPress contains a Cross-Site Request Forgery (CSRF) vulnerability in all versions up to, and including, 3.4.2. The vulnerability exists due to missing nonce verification in the rd_ic_settings_page function when processing settings form submissions. This allows 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 if they can trick an administrator into performing an action such as clicking on a link.

Critical Impact

Attackers can modify plugin settings and inject stored XSS payloads targeting WordPress administrators, potentially leading to account takeover or further site compromise.

Affected Products

  • WordPress Inquiry Cart plugin versions up to and including 3.4.2

Discovery Timeline

  • April 22, 2026 - CVE-2026-4090 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-4090

Vulnerability Analysis

This vulnerability combines Cross-Site Request Forgery (CSRF) with Stored Cross-Site Scripting (XSS), creating a chained attack scenario that significantly amplifies the security impact. The rd_ic_settings_page function in the Inquiry Cart plugin fails to implement proper nonce verification when handling settings form submissions. Without this critical security check, the application cannot distinguish between legitimate administrator requests and forged requests crafted by an attacker.

The absence of nonce verification allows attackers to craft malicious web pages that automatically submit settings changes when visited by an authenticated administrator. Because the settings fields also lack proper output sanitization, attackers can inject JavaScript payloads that persist in the database and execute whenever an administrator accesses the plugin's admin area.

Root Cause

The root cause of this vulnerability is the missing implementation of WordPress nonce verification functions (such as wp_verify_nonce() or check_admin_referer()) within the rd_ic_settings_page function. WordPress provides built-in CSRF protection mechanisms through nonces, but developers must explicitly implement these checks. The vulnerable code path in the settings-page.php file processes form submissions without validating that the request originated from a legitimate admin session with a valid nonce token.

Attack Vector

The attack requires social engineering to succeed. An attacker must craft a malicious HTML page containing a hidden form that targets the plugin's settings endpoint. When an authenticated WordPress administrator visits this page, the form automatically submits, changing plugin settings without the admin's knowledge or consent. The network-based attack vector requires user interaction, as the administrator must be tricked into visiting the attacker-controlled page while logged into WordPress.

The attacker's malicious form submission can include JavaScript payloads in settings fields. These scripts are then stored in the WordPress database and rendered without proper escaping when administrators view the plugin's settings page, resulting in Stored XSS execution within the administrative context.

Detection Methods for CVE-2026-4090

Indicators of Compromise

  • Unexpected modifications to Inquiry Cart plugin settings without administrator action
  • JavaScript code or HTML tags appearing in plugin configuration fields
  • Browser developer tools showing script execution from plugin settings pages
  • WordPress admin users reporting unusual behavior or redirects when accessing plugin areas

Detection Strategies

  • Review WordPress database entries related to Inquiry Cart settings for suspicious JavaScript or HTML content
  • Monitor HTTP POST requests to the plugin's settings endpoint for requests missing valid nonce parameters
  • Implement Content Security Policy (CSP) headers to detect and block unauthorized script execution
  • Enable WordPress debug logging to capture unexpected settings changes

Monitoring Recommendations

  • Configure web application firewall (WAF) rules to inspect POST requests targeting WordPress plugin settings endpoints
  • Set up file integrity monitoring for the wp-content/plugins/inquiry-cart/ directory
  • Monitor admin user session activity for requests to plugin settings without corresponding admin interface access
  • Review server access logs for referrers from external domains on settings submission requests

How to Mitigate CVE-2026-4090

Immediate Actions Required

  • Update the Inquiry Cart plugin to a patched version as soon as one becomes available from the vendor
  • Review current Inquiry Cart settings for any injected malicious content and sanitize if found
  • Temporarily deactivate the plugin if it is not critical to site functionality
  • Educate administrators about the risk of clicking links from untrusted sources while logged into WordPress

Patch Information

No official patch information is available at this time. Monitor the WordPress Plugin Repository and the Wordfence Vulnerability Report for updates on patched versions.

Workarounds

  • Implement a Web Application Firewall (WAF) rule to require valid nonce tokens on requests to the plugin's settings endpoint
  • Restrict access to the WordPress admin area by IP address if feasible for your environment
  • Use browser extensions or policies that prevent automatic form submission from untrusted domains
  • Consider using a plugin security scanner to monitor for suspicious changes to plugin configurations
bash
# Example: Restrict WordPress admin access by IP in .htaccess
<Files wp-login.php>
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.100
    Allow from 10.0.0.0/24
</Files>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • WordPress Inquiry Cart Code

  • WordPress Inquiry Cart Code

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Code

  • WordPress Inquiry Cart Code

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • WordPress Inquiry Cart Settings

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-8419: Amazon Scraper Plugin CSRF Vulnerability

  • CVE-2026-6452: WordPress Bigfishgames Syndicate CSRF Flaw

  • CVE-2026-8418: Games Catalog Plugin CSRF Vulnerability

  • CVE-2026-8423: WordPress JaviBola Plugin CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English