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

CVE-2026-35011: Open ISES Tickets XSS Vulnerability

CVE-2026-35011 is a reflected cross-site scripting flaw in Open ISES Tickets affecting versions before 3.44.2. Attackers exploit unsanitized input to execute malicious scripts. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-35011 Overview

CVE-2026-35011 is a reflected cross-site scripting (XSS) vulnerability in Open ISES Tickets versions before 3.44.2. The flaw resides in opena.php, which passes the frm_call GET parameter directly into page output without sanitization. Authenticated attackers can craft a URL containing a JavaScript payload that executes in the victim's browser when the link is visited. The issue is classified under CWE-79: Improper Neutralization of Input During Web Page Generation.

Critical Impact

An authenticated attacker can execute arbitrary JavaScript in a victim's browser session, enabling session token theft, UI manipulation, and actions performed in the victim's context within the Open ISES Tickets application.

Affected Products

  • Open ISES Tickets versions prior to 3.44.2
  • The opena.php endpoint handling the frm_call GET parameter
  • Related files patched in the same commit (22 files containing 69 reflected XSS sinks)

Discovery Timeline

  • 2026-05-20 - CVE-2026-35011 published to the National Vulnerability Database (NVD)
  • 2026-05-20 - Last updated in NVD database
  • Vendor fix - Released in Open ISES Tickets v3.44.2

Technical Details for CVE-2026-35011

Vulnerability Analysis

The vulnerability stems from opena.php echoing the frm_call GET parameter directly into the HTML response without applying output encoding. Because the parameter value is reflected into the rendered page, an attacker controls a portion of the DOM. A crafted URL with a JavaScript payload triggers script execution in the victim's browser when the victim follows the link while authenticated.

The upstream fix addresses 69 reflected XSS sinks across 22 files in the application. The remediation approach replaces unsafe parameter echoes with PHP sanitization primitives, including intval() for numeric values and htmlspecialchars() with ENT_QUOTES and UTF-8 for string values. This pattern indicates the application historically lacked centralized input handling.

Root Cause

Open ISES Tickets writes user-controlled GET parameters into HTML attributes and body content without contextual escaping. The frm_call parameter in opena.php is one of many sinks where request data crosses directly into rendered output. The absence of output encoding lets attackers break out of the surrounding HTML context and inject <script> tags or event handlers.

Attack Vector

Exploitation requires authentication and user interaction. An attacker crafts a URL such as opena.php?frm_call=<payload> and convinces an authenticated user to visit it. Because the application reflects the payload into the response, the script runs under the victim's origin and session. Typical impact includes session cookie exfiltration, CSRF token theft, and unauthorized actions performed via the victim's authenticated session.

php
// Vulnerable pattern (pre-3.44.2) — parameter reflected without encoding
<INPUT TYPE='hidden' NAME='ticket_id' VALUE='<?php print $_POST['ticket_id'];?>' />

// Patched pattern in add.php — integer coercion for numeric parameters
<INPUT TYPE='hidden' NAME='ticket_id' VALUE='<?php print intval($_POST['ticket_id']);?>' />

// Patched pattern in add_facnote.php — HTML entity encoding for string parameters
<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-35011

Indicators of Compromise

  • HTTP requests to opena.php containing script tags, javascript: URIs, or HTML event handlers in the frm_call query parameter
  • URL-encoded payload fragments such as %3Cscript%3E, onerror=, or onload= appearing in web server access logs
  • Referrer headers from external domains pointing users to Open ISES Tickets URLs with abnormal query strings

Detection Strategies

  • Inspect web server and application logs for GET requests to opena.php where frm_call contains angle brackets, quotes, or script-related keywords
  • Deploy a web application firewall (WAF) rule that blocks reflected XSS patterns on the frm_call parameter
  • Apply Content Security Policy (CSP) reporting to surface inline script execution attempts on Open ISES Tickets pages

Monitoring Recommendations

  • Forward Open ISES Tickets web logs to a centralized log analytics platform and alert on anomalous query string lengths or encoded payload markers
  • Correlate suspicious opena.php requests with subsequent authenticated user actions to identify potential session abuse
  • Track outbound requests from end-user browsers to unfamiliar domains following access to Open ISES Tickets URLs

How to Mitigate CVE-2026-35011

Immediate Actions Required

  • Upgrade Open ISES Tickets to version 3.44.2 or later, which contains the comprehensive XSS fix
  • Restrict access to the Open ISES Tickets application to trusted networks until the upgrade is complete
  • Notify authenticated users to avoid clicking unsolicited links that reference the application

Patch Information

The vendor released a fix in Open ISES Tickets v3.44.2. The patch is documented in GitHub commit ecfeb40 and addresses 69 reflected XSS vulnerabilities across 22 files. Additional context is available in the VulnCheck security advisory.

Workarounds

  • Deploy WAF signatures that block reflected XSS payloads targeting the frm_call GET parameter on opena.php
  • Enforce a strict Content Security Policy that disallows inline scripts and restricts script sources to trusted origins
  • Configure session cookies with HttpOnly and SameSite=Strict attributes to limit theft and cross-site delivery of malicious URLs
bash
# Example ModSecurity rule to block script-like payloads on frm_call
SecRule ARGS:frm_call "@rx (?i)(<script|javascript:|onerror=|onload=|<svg)" \
    "id:1026035011,phase:2,deny,status:403,\
    msg:'CVE-2026-35011: Reflected XSS attempt against opena.php frm_call'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechEmpty String

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

  • GitHub Release v3.44.2

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2026-22320: CLI TFTP Command DoS 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