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-7421

CVE-2026-7421: Passeum Ticketing Plugin XSS Vulnerability

CVE-2026-7421 is a stored cross-site scripting vulnerability in the Passeum Ticketing plugin for WordPress that allows attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-7421 Overview

CVE-2026-7421 is a Stored Cross-Site Scripting (XSS) vulnerability in the Passeum Ticketing plugin for WordPress, affecting all versions up to and including 1.0. The flaw resides in the plugin's shop URL handling logic, where the get_shop_url() method returns the shop_name setting without sanitization when the value begins with http. Authenticated attackers holding Administrator-level access on multisite installations can inject arbitrary external scripts that execute on every frontend page rendering a Passeum Ticketing shortcode. Single-site installations are not affected because administrators already hold the unfiltered_html capability. The issue is tracked under CWE-79.

Critical Impact

Authenticated administrators on WordPress multisite installations can load attacker-controlled JavaScript and CSS on every public page that contains a Passeum Ticketing shortcode, exposing all visitors to client-side compromise.

Affected Products

  • Passeum Ticketing plugin for WordPress, all versions through 1.0
  • WordPress multisite installations using the plugin
  • Frontend visitors of any site rendering a Passeum Ticketing shortcode

Discovery Timeline

  • 2026-06-03 - CVE-2026-7421 published to NVD
  • 2026-06-04 - Last updated in NVD database

Technical Details for CVE-2026-7421

Vulnerability Analysis

The Passeum Ticketing plugin exposes a shop_name setting that is intended to hold a textual store name. The validate_shop_name() function in inc/settings.php only verifies that the submitted value is a non-empty string. It performs no URL validation, no scheme allow-listing, and no HTML escaping. The plugin then passes that value to get_shop_url() in passeum-ticketing.php. When the stored value begins with http, get_shop_url() returns it verbatim as a URL.

That URL is consumed by wp_register_script() and wp_register_style(), which the plugin invokes whenever a Passeum Ticketing shortcode is rendered. As a result, the plugin enqueues remote JavaScript and CSS from an attacker-controlled origin on every frontend page that uses the shortcode. The injected script executes in the context of the victim site and can perform actions such as session theft, credential harvesting, defacement, or drive-by redirection.

Root Cause

The root cause is a combination of weak input validation in validate_shop_name() and missing output encoding in get_shop_url(). A free-form text setting is treated as a trusted URL and reused as the source for browser-loaded assets. The plugin conflates two distinct concerns, a display name and a remote asset host, into a single unvalidated field.

Attack Vector

Exploitation requires an authenticated user with Administrator privileges on a multisite WordPress deployment. The attacker navigates to the Passeum Ticketing settings page and sets shop_name to a value beginning with http, such as https://attacker.com. Once any frontend page containing a Passeum Ticketing shortcode is loaded, the plugin enqueues scripts and styles from that origin. Every site visitor executes the attacker's payload.

No direct code example is provided. Refer to the Wordfence Vulnerability Analysis and the WordPress Plugin Settings Code for the vulnerable source lines.

Detection Methods for CVE-2026-7421

Indicators of Compromise

  • Unexpected <script> or <link> tags on frontend pages that reference external domains not controlled by the site owner.
  • A shop_name value in the Passeum Ticketing options that starts with http:// or https://.
  • Outbound DNS or HTTP requests from visitors' browsers to unfamiliar third-party hosts when Passeum Ticketing shortcodes are rendered.

Detection Strategies

  • Audit the wp_options table for the Passeum Ticketing shop_name entry and flag values that parse as URLs.
  • Compare current page source against a known-good baseline to identify newly enqueued scripts or stylesheets.
  • Review WordPress activity logs for changes to plugin settings by Administrator accounts on multisite networks.

Monitoring Recommendations

  • Enable a web application firewall ruleset that inspects WordPress admin POST requests for URL-shaped values in plugin settings fields.
  • Monitor Content Security Policy (CSP) violation reports for unexpected script-src or style-src origins.
  • Alert on administrative configuration changes to ticketing or commerce plugins on multisite installations.

How to Mitigate CVE-2026-7421

Immediate Actions Required

  • Inspect the Passeum Ticketing shop_name setting on every site in the network and reset any value that contains a URL.
  • Deactivate the Passeum Ticketing plugin on multisite deployments until a patched release is available.
  • Review Administrator accounts on multisite networks and revoke or rotate credentials for any unauthorized or unused users.

Patch Information

At the time of publication, no fixed version is referenced in the NVD entry. Monitor the Wordfence Vulnerability Analysis and the Passeum Ticketing plugin repository for an updated release that sanitizes the shop_name value and validates URL inputs before enqueuing them.

Workarounds

  • Restrict access to the Network Admin interface so only trusted operators can modify plugin settings on multisite installations.
  • Apply a strict Content Security Policy that allow-lists only known asset origins for script-src and style-src.
  • Remove Passeum Ticketing shortcodes from public pages until the plugin is patched, which prevents the vulnerable enqueue path from executing.
bash
# Example: query the shop_name option across a WordPress multisite using WP-CLI
wp site list --field=url | while read site; do
  wp option get passeum_ticketing_shop_name --url="$site" 2>/dev/null
done

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 Score4.4

  • EPSS Probability0.03%

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

  • WordPress Plugin Main Code

  • WordPress Plugin Main Code

  • WordPress Plugin Settings Code

  • WordPress Plugin Main Code

  • WordPress Plugin Main Code

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-10100: WordPress Custom Login Page XSS Flaw

  • CVE-2026-4080: Easy Cart WordPress Plugin XSS Vulnerability

  • CVE-2026-2425: hiWeb Migration Simple Plugin XSS Flaw

  • CVE-2026-4081: ZeM STL WordPress Plugin XSS 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