The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2830

CVE-2026-2830: WP All Import Plugin XSS Vulnerability

CVE-2026-2830 is a reflected cross-site scripting flaw in the WP All Import plugin for WordPress that allows unauthenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigations.

Published: March 13, 2026

CVE-2026-2830 Overview

The WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets plugin for WordPress is vulnerable to Reflected Cross-Site Scripting (XSS) via the filepath parameter in all versions up to, and including, 4.0.0. The vulnerability stems from insufficient input sanitization and output escaping within the plugin's import handling functionality. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a malicious link.

Critical Impact

Unauthenticated attackers can execute arbitrary JavaScript code in the context of a victim's browser session, potentially leading to session hijacking, credential theft, or unauthorized administrative actions on WordPress sites using affected versions of the WP All Import plugin.

Affected Products

  • WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets plugin versions up to and including 4.0.0
  • WordPress sites running vulnerable versions of WP All Import plugin
  • Any WordPress installation utilizing the affected import functionality

Discovery Timeline

  • 2026-03-06 - CVE CVE-2026-2830 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-2830

Vulnerability Analysis

This Reflected Cross-Site Scripting vulnerability exists in the WP All Import plugin's import handling mechanism. The flaw occurs due to improper handling of user-supplied input through the filepath parameter, which is processed without adequate sanitization before being reflected back in the page output.

The vulnerability is classified under CWE-94 (Improper Control of Generation of Code), indicating that the application fails to properly neutralize special elements that could be interpreted as executable code. An attacker can craft a malicious URL containing JavaScript payload in the filepath parameter, and when an authenticated WordPress administrator clicks the link, the script executes within their browser session with full access to their authentication context.

The attack requires no authentication from the attacker but does require user interaction—specifically, the victim must click on a crafted malicious link. This social engineering requirement is the primary factor limiting the vulnerability's exploitability.

Root Cause

The root cause lies in the insufficient input validation and output encoding within the plugin's import controller and template processing libraries. Specifically, the vulnerability manifests across multiple code paths:

  • The import handler at controllers/admin/import.php (line 185) processes file path inputs
  • The XML import template library at libraries/XmlImportTemplate.php (line 53) handles template data
  • The code generator at libraries/XmlImportTemplateCodeGenerator.php (line 283) processes code generation

User-supplied values through the filepath parameter are not properly escaped before being included in HTML output, allowing script injection when these values contain malicious JavaScript code.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker would:

  1. Craft a malicious URL targeting a WordPress site with the vulnerable plugin installed
  2. Embed JavaScript payload within the filepath parameter
  3. Distribute the malicious link via phishing emails, social media, or other channels
  4. Wait for an authenticated administrator to click the link
  5. The injected script executes in the victim's browser with their session privileges

The vulnerability can be exploited through standard Reflected XSS techniques. For technical implementation details, refer to the Wordfence Vulnerability Intel report and the WordPress plugin source code.

Detection Methods for CVE-2026-2830

Indicators of Compromise

  • Suspicious URL requests to WordPress admin pages containing encoded JavaScript in the filepath parameter
  • Unusual HTTP referrer patterns indicating users arrived via external malicious links
  • Web server access logs showing requests with <script> tags or JavaScript event handlers in query parameters
  • Browser-based alerts or unexpected behavior reported by WordPress administrators

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in URL parameters
  • Monitor web server access logs for suspicious query string patterns targeting WP All Import endpoints
  • Deploy Content Security Policy (CSP) headers to mitigate successful XSS exploitation
  • Use security scanning tools to identify unpatched WordPress plugin versions

Monitoring Recommendations

  • Enable detailed logging for WordPress admin panel access and plugin interactions
  • Configure alerts for unusual patterns in query parameters, particularly those containing script tags or encoded JavaScript
  • Monitor for multiple failed or suspicious requests from the same IP targeting import functionality
  • Regularly audit installed plugin versions against known vulnerability databases

How to Mitigate CVE-2026-2830

Immediate Actions Required

  • Update WP All Import plugin to the latest patched version immediately
  • Review WordPress access logs for any indicators of exploitation attempts
  • Audit administrator accounts for unauthorized changes or suspicious activity
  • Implement Content Security Policy headers to reduce XSS impact

Patch Information

A security patch has been released to address this vulnerability. The fix is available in the WordPress Changeset #3474757, which implements proper input sanitization and output escaping for the filepath parameter and related code paths. WordPress administrators should update to the latest version of the WP All Import plugin through the WordPress admin dashboard or by downloading the updated plugin from the WordPress plugin repository.

Workarounds

  • Restrict access to WordPress admin panels to trusted IP addresses only until the patch can be applied
  • Train administrators to verify URLs before clicking links, especially those received via email or external sources
  • Implement a Web Application Firewall with XSS protection rules as an additional defense layer
  • Consider temporarily disabling the WP All Import plugin if it is not actively required until patching is complete
bash
# Configuration example: Restrict admin access by IP in .htaccess
<Files wp-login.php>
    order deny,allow
    deny from all
    allow from 192.168.1.0/24
    allow from YOUR.TRUSTED.IP.ADDRESS
</Files>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.10%

  • 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-94
  • Technical References
  • WordPress WP All Import Import Handler

  • WordPress WP All Import Xml Import Template

  • WordPress WP All Import Code Generator

  • WordPress Changeset #3474757

  • Wordfence Vulnerability Intel AFC85535
  • Related CVEs
  • CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

  • CVE-2026-3005: WordPress List Category Posts XSS Flaw

  • CVE-2026-5742: WordPress UsersWP Plugin XSS Vulnerability

  • CVE-2026-4336: WordPress Ultimate FAQ Accordion XSS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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