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
    • 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-1844

CVE-2026-1844: PixelYourSite PRO XSS Vulnerability

CVE-2026-1844 is a stored cross-site scripting flaw in PixelYourSite PRO for WordPress that allows unauthenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-1844 Overview

The PixelYourSite PRO plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability affecting all versions up to and including 12.4.0.2. The vulnerability exists in the pysTrafficSource parameter and the pys_landing_page parameter due to insufficient input sanitization and output escaping. This security flaw allows unauthenticated attackers to inject arbitrary web scripts into pages, which will execute whenever a user accesses the compromised page.

Critical Impact

Unauthenticated attackers can inject persistent malicious scripts that execute in the context of any user visiting affected pages, potentially enabling session hijacking, credential theft, malware distribution, and complete site compromise.

Affected Products

  • PixelYourSite PRO plugin for WordPress versions up to and including 12.4.0.2
  • WordPress sites using the affected plugin versions
  • All users accessing pages with injected malicious scripts

Discovery Timeline

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

Technical Details for CVE-2026-1844

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability (CWE-79) allows attackers to persistently inject malicious JavaScript code into WordPress pages through the PixelYourSite PRO plugin. The core issue stems from the plugin's failure to properly sanitize user-supplied input and escape output when handling the pysTrafficSource and pys_landing_page parameters.

Unlike reflected XSS attacks that require social engineering to deliver malicious URLs, stored XSS payloads are saved server-side and automatically execute when any user loads the affected page. This makes the attack particularly dangerous as it can affect all visitors to the compromised page without additional attacker interaction.

The vulnerability is accessible over the network without requiring authentication, meaning any external attacker can exploit it. The scope is changed, indicating the vulnerability can impact resources beyond the vulnerable component itself—specifically, the browsers and sessions of users visiting the affected WordPress site.

Root Cause

The root cause of CVE-2026-1844 lies in insufficient input sanitization and output escaping within the PixelYourSite PRO plugin. When processing the pysTrafficSource and pys_landing_page parameters, the plugin fails to adequately validate and sanitize incoming data before storing it. Additionally, when the stored data is rendered on the page, proper output escaping is not applied, allowing injected script tags and JavaScript code to execute in the browser context of site visitors.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication or user interaction for the initial injection. An attacker can craft malicious requests containing XSS payloads targeting the pysTrafficSource or pys_landing_page parameters. Once stored, the malicious scripts execute automatically when legitimate users access the affected pages.

Successful exploitation could enable attackers to:

  • Steal session cookies and authentication tokens
  • Perform actions on behalf of authenticated users, including administrators
  • Redirect users to malicious websites
  • Deface website content
  • Deploy cryptocurrency miners or other malicious scripts
  • Harvest credentials through fake login forms

For detailed technical information, see the Wordfence Vulnerability Report.

Detection Methods for CVE-2026-1844

Indicators of Compromise

  • Unexpected JavaScript code or <script> tags in page content or database records
  • Suspicious values in the pysTrafficSource or pys_landing_page parameters within the WordPress database
  • Users reporting unexpected redirects, pop-ups, or unusual page behavior
  • Web application firewall logs showing XSS pattern matches in requests to the WordPress site

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block XSS payloads targeting the pysTrafficSource and pys_landing_page parameters
  • Implement Content Security Policy (CSP) headers to restrict script execution and report violations
  • Regularly scan the WordPress database for suspicious entries containing encoded or obfuscated scripts
  • Enable WordPress security plugins that monitor for file changes and malicious code injection

Monitoring Recommendations

  • Monitor server access logs for requests containing typical XSS payload patterns such as <script>, javascript:, onerror=, and encoded variants
  • Set up alerts for Content Security Policy violation reports to detect attempted script injections
  • Implement real-time monitoring of WordPress plugin activity and database changes
  • Review web server logs for unusual POST requests targeting PixelYourSite PRO plugin endpoints

How to Mitigate CVE-2026-1844

Immediate Actions Required

  • Update the PixelYourSite PRO plugin to a version newer than 12.4.0.2 that addresses this vulnerability
  • If an immediate update is not possible, consider temporarily deactivating the plugin until a patched version can be installed
  • Scan the WordPress database for existing malicious script injections in affected parameters
  • Implement Web Application Firewall rules to filter XSS attempts targeting the vulnerable parameters

Patch Information

Plugin updates should be obtained from the official PixelYourSite Professional Plugin website or through the WordPress plugin repository. Ensure you are running a version newer than 12.4.0.2 to remediate this vulnerability. Review the Wordfence Vulnerability Report for additional guidance on remediation.

Workarounds

  • Implement strict Content Security Policy headers to mitigate the impact of any injected scripts by restricting script sources
  • Deploy a Web Application Firewall with XSS filtering capabilities in front of the WordPress installation
  • Restrict access to WordPress administrative functions using IP allowlisting where feasible
  • Regularly backup the WordPress database and files to enable rapid recovery if compromise is detected
bash
# Example Content Security Policy configuration for Apache
# Add to .htaccess or httpd.conf
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.03%

  • 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
  • PixelYourSite Professional Plugin

  • Wordfence Vulnerability Report
  • 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