Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-1841

CVE-2026-1841: PixelYourSite WordPress Plugin XSS Flaw

CVE-2026-1841 is a stored cross-site scripting vulnerability in the PixelYourSite WordPress plugin allowing unauthenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-1841 Overview

The PixelYourSite – Your smart PIXEL (TAG) & API Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via the pysTrafficSource parameter and the pys_landing_page parameter in all versions up to, and including, 11.2.0. The vulnerability stems from insufficient input sanitization and output escaping, allowing unauthenticated attackers to inject arbitrary web scripts into pages that execute whenever a user accesses an injected page.

Critical Impact

Unauthenticated attackers can inject persistent malicious scripts that execute in the context of any user visiting affected pages, potentially leading to session hijacking, credential theft, and administrative account compromise.

Affected Products

  • PixelYourSite – Your smart PIXEL (TAG) & API Manager plugin for WordPress versions up to and including 11.2.0
  • WordPress sites utilizing the PixelYourSite plugin for tracking pixel management
  • WooCommerce stores using PixelYourSite for order enrichment functionality

Discovery Timeline

  • 2026-02-13 - CVE-2026-1841 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-1841

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability exists in the order enrichment functionality of the PixelYourSite plugin. The vulnerable code resides in class_enrich_order.php, where user-supplied input from the pysTrafficSource and pys_landing_page parameters is stored without adequate sanitization and later rendered on pages without proper output escaping.

Unlike reflected XSS attacks, this stored variant persists the malicious payload in the WordPress database, causing it to execute every time any user accesses the affected page. The vulnerability requires no authentication to exploit, significantly increasing its attack surface. When a victim—particularly a site administrator—views an order or page containing the injected script, the malicious code executes with their privilege level.

The vulnerability affects the tracking and analytics enrichment module, which is commonly used to track visitor sources and landing pages for marketing analytics purposes. This functionality processes and stores tracking data that can be manipulated by attackers through crafted requests.

Root Cause

The root cause of CVE-2026-1841 is the failure to properly sanitize user-controlled input before storing it in the database and the absence of output escaping when rendering this data. Specifically, the pysTrafficSource and pys_landing_page parameters in the class_enrich_order.php file are not passed through WordPress sanitization functions such as sanitize_text_field() before storage, nor are they escaped using esc_html() or esc_attr() when output.

The vulnerable code paths can be found at multiple locations in the enrichment class, as documented in the WordPress Plugin Code Repository.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction for the initial injection phase. An attacker can exploit this vulnerability through the following mechanism:

  1. The attacker crafts a malicious request containing JavaScript payload in the pysTrafficSource or pys_landing_page parameter
  2. The PixelYourSite plugin processes this request and stores the unsanitized payload in the WordPress database
  3. When any user (particularly administrators) views a page that renders this stored data, the malicious script executes in their browser context
  4. The attacker's script can then steal session cookies, perform administrative actions, inject additional malicious content, or redirect users to phishing pages

The attack does not require any special tools and can be executed using standard HTTP requests. The persistence of the payload means a single successful injection can compromise multiple users over time.

Detection Methods for CVE-2026-1841

Indicators of Compromise

  • Unexpected JavaScript code or <script> tags appearing in order metadata or landing page tracking data
  • Suspicious entries in the pysTrafficSource or pys_landing_page database fields containing HTML entities or script blocks
  • Web server access logs showing requests with encoded JavaScript payloads in tracking parameters
  • Browser console errors indicating blocked cross-origin requests from unexpected domains
  • User reports of unexpected redirects, popups, or behavior when viewing order pages

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block XSS payloads in POST/GET parameters targeting PixelYourSite endpoints
  • Implement Content Security Policy (CSP) headers to restrict inline script execution and report violations
  • Monitor WordPress database tables associated with PixelYourSite for entries containing script tags or JavaScript event handlers
  • Configure server-side logging to capture and alert on requests containing common XSS patterns in tracking parameters

Monitoring Recommendations

  • Enable WordPress audit logging to track changes to order enrichment data and plugin settings
  • Set up real-time alerting for CSP violation reports that may indicate attempted XSS exploitation
  • Regularly review browser developer tools network activity when accessing order pages to identify unauthorized external requests
  • Monitor for unusual administrative actions that may indicate session compromise following XSS exploitation

How to Mitigate CVE-2026-1841

Immediate Actions Required

  • Update the PixelYourSite plugin to a version newer than 11.2.0 that contains the security patch
  • Review and audit existing order enrichment data in the database for potential malicious script injections
  • Implement strict Content Security Policy headers to mitigate the impact of any successful XSS exploitation
  • Consider temporarily disabling the order enrichment functionality if immediate patching is not possible
  • Reset session tokens for all administrative users as a precautionary measure

Patch Information

The vulnerability has been addressed in the PixelYourSite plugin. The security fix is documented in WordPress Changeset 3454364, which implements proper input sanitization and output escaping for the affected parameters. Site administrators should update to the latest available version of the plugin through the WordPress admin dashboard or by downloading directly from the WordPress plugin repository.

For detailed technical analysis of the vulnerability, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • Implement a Web Application Firewall rule to filter XSS payloads from requests to the PixelYourSite plugin endpoints
  • Add Content Security Policy headers via .htaccess or server configuration to restrict inline script execution
  • Temporarily disable the order enrichment feature by commenting out the relevant hooks in the plugin until patching is possible
  • Use a security plugin such as Wordfence to add virtual patching protection while awaiting the official update
bash
# Add CSP headers to Apache configuration to mitigate XSS impact
# Add to .htaccess or Apache virtual host configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';"
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options "nosniff"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPixelyoursite

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Change Set 3454364

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-27072: PixelYourSite Stored XSS Vulnerability
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