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

CVE-2026-35015: Open ISES Tickets XSS Vulnerability

CVE-2026-35015 is a reflected cross-site scripting vulnerability in Open ISES Tickets before 3.44.2 that allows authenticated attackers to inject malicious JavaScript. This post covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-35015 Overview

CVE-2026-35015 is a reflected cross-site scripting (XSS) vulnerability in Open ISES Tickets versions prior to 3.44.2. The flaw resides in do_unit_mail.php, where the the_ticket GET parameter is passed unsanitized directly into a JavaScript variable assignment. Authenticated attackers can craft a malicious URL containing a JavaScript payload that executes in the victim's browser when visited. The vulnerability is categorized under [CWE-79] (Improper Neutralization of Input During Web Page Generation).

Critical Impact

Authenticated attackers can execute arbitrary JavaScript in a victim's browser session, enabling session theft, UI manipulation, and client-side attacks against Open ISES Tickets users.

Affected Products

  • Open ISES Tickets versions prior to 3.44.2
  • The vulnerable script is do_unit_mail.php reachable via the the_ticket GET parameter
  • Fixed in Open ISES Tickets release v3.44.2

Discovery Timeline

  • 2026-05-20 - CVE-2026-35015 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-35015

Vulnerability Analysis

The vulnerability is a reflected XSS issue in the Open ISES Tickets application. The do_unit_mail.php script reads the the_ticket GET parameter and writes it directly into a JavaScript variable assignment without any output encoding or input sanitization. Because the value lands inside a JavaScript context rather than HTML, attackers can break out of the variable assignment and inject executable script. Successful exploitation requires the victim to be authenticated and to follow an attacker-supplied URL, satisfying the user-interaction requirement reflected in the CVSS vector.

Root Cause

The root cause is missing output encoding when user-controlled GET parameters are reflected into PHP-generated JavaScript and HTML contexts. The upstream commit notes that 69 reflected XSS issues were fixed across 22 files, indicating a systemic pattern of trusting $_GET and $_POST values during template rendering. For numeric fields the fix applies intval(), and for string fields the fix uses htmlspecialchars() with ENT_QUOTES and a UTF-8 charset.

Attack Vector

An attacker crafts a URL targeting do_unit_mail.php with a JavaScript payload in the the_ticket parameter and tricks an authenticated user into visiting it. The injected script executes under the victim's origin and session, enabling cookie theft, CSRF chaining, and modification of rendered ticket content.

php
// Patch excerpt from add.php — numeric parameter hardened with intval()
// Vulnerable:
<INPUT TYPE='hidden' NAME='ticket_id' VALUE='<?php print $_POST['ticket_id'];?>' />
// Fixed:
<INPUT TYPE='hidden' NAME='ticket_id' VALUE='<?php print intval($_POST['ticket_id']);?>' />

// Patch excerpt from add_facnote.php — string parameter hardened with htmlspecialchars()
// Vulnerable:
<INPUT TYPE='hidden' NAME='frm_ticket_id' VALUE='<?php print $_GET['ticket_id']; ?>' />
// Fixed:
<INPUT TYPE='hidden' NAME='frm_ticket_id' VALUE='<?php print htmlspecialchars($_GET['ticket_id'], ENT_QUOTES, 'UTF-8'); ?>' />

Source: GitHub Commit ecfeb40

Detection Methods for CVE-2026-35015

Indicators of Compromise

  • Inbound HTTP GET requests to do_unit_mail.php containing the_ticket= values with JavaScript keywords such as <script, onerror=, onload=, or javascript:.
  • URL-encoded XSS payloads (%3Cscript%3E, %22%3E, %27%3B) in the the_ticket query string.
  • Referer logs showing authenticated users redirected from external domains to do_unit_mail.php.

Detection Strategies

  • Inspect web server access logs for anomalous query string lengths and metacharacters on do_unit_mail.php and other Open ISES Tickets endpoints.
  • Deploy a Web Application Firewall (WAF) rule set such as OWASP CRS to flag reflected XSS signatures targeting the the_ticket parameter.
  • Hunt for outbound browser requests from internal users to attacker-controlled domains shortly after Open ISES Tickets URLs are loaded.

Monitoring Recommendations

  • Centralize web server and proxy logs and alert on query parameters containing HTML or JavaScript delimiters.
  • Monitor authenticated user sessions for unusual API calls originating from the ticketing UI that may indicate hijacked browser context.
  • Track URL clicks delivered through email and chat platforms that point to the ticketing application's do_unit_mail.php endpoint.

How to Mitigate CVE-2026-35015

Immediate Actions Required

  • Upgrade Open ISES Tickets to version 3.44.2 or later, which addresses CVE-2026-35015 and 68 related reflected XSS issues.
  • Restrict access to the Open ISES Tickets application to trusted networks or via VPN until patching is complete.
  • Invalidate active sessions and rotate authentication cookies after upgrading to limit residual exposure.

Patch Information

The fix is published in Open ISES Tickets Release v3.44.2 and implemented by GitHub Commit ecfeb40. Numeric inputs are coerced with intval() and string inputs are encoded with htmlspecialchars($value, ENT_QUOTES, 'UTF-8') before reflection. Additional context is available in the VulnCheck Advisory on Reflected XSS.

Workarounds

  • Deploy WAF rules that block requests to do_unit_mail.php containing HTML tags, JavaScript event handlers, or URL-encoded equivalents in the the_ticket parameter.
  • Enforce a strict Content Security Policy (CSP) that disallows inline scripts and restricts script sources to trusted origins.
  • Set HttpOnly and SameSite=Strict attributes on session cookies to reduce the impact of script execution within the application origin.
bash
# Example ModSecurity rule to block reflected XSS payloads in the_ticket parameter
SecRule ARGS:the_ticket "@rx (?i)(<script|javascript:|onerror=|onload=|%3Cscript)" \
    "id:1003501,phase:2,deny,status:403,log,msg:'CVE-2026-35015 reflected XSS attempt on do_unit_mail.php'"

# Example response header hardening for the Open ISES Tickets vhost
Header always set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'"
Header always set X-XSS-Protection "1; mode=block"
Header always edit Set-Cookie ^(.*)$ "$1; HttpOnly; Secure; SameSite=Strict"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Changes

  • GitHub Release v3.44.2

  • VulnCheck Advisory on Reflected XSS
  • Latest CVEs
  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw

  • CVE-2026-9531: Totolink CA750-PoE RCE Vulnerability

  • CVE-2026-9482: Edimax EW-7438RPn Buffer Overflow Flaw

  • CVE-2026-9562: Student Management System Auth Bypass Flaw
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