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

CVE-2026-2545: LigeroSmart XSS Vulnerability

CVE-2026-2545 is a cross-site scripting flaw in LigeroSmart up to version 6.1.26 that allows remote attackers to inject malicious scripts. This post covers the technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-2545 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in LigeroSmart, an open-source service management platform. The vulnerability affects the /otrs/index.pl?Action=AgentTicketSearch endpoint, where improper handling of the Profile argument allows attackers to inject malicious scripts. This manipulation of the Profile parameter enables stored or reflected XSS attacks that can be initiated remotely by authenticated users.

Critical Impact

Attackers can inject and execute arbitrary JavaScript code in the context of authenticated user sessions, potentially leading to session hijacking, credential theft, and unauthorized actions within the LigeroSmart ticketing system.

Affected Products

  • LigeroSmart versions up to and including 6.1.26
  • LigeroSmart deployments using the AgentTicketSearch functionality
  • Environments with exposed /otrs/index.pl endpoints

Discovery Timeline

  • February 16, 2026 - CVE-2026-2545 published to NVD
  • February 19, 2026 - Last updated in NVD database

Technical Details for CVE-2026-2545

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The vulnerability exists within the AgentTicketSearch module of LigeroSmart, specifically in how the application processes the Profile parameter submitted to /otrs/index.pl.

When a user interacts with the ticket search functionality, the Profile argument is not properly sanitized before being rendered in the response. This allows an attacker with low-level privileges to craft malicious input containing JavaScript code that will execute in the browser context of any user who views the affected page.

The vulnerability requires user interaction, as the victim must navigate to or interact with the page containing the injected payload. The exploit has been publicly disclosed and documented in the GitHub Issue Tracker, increasing the risk of exploitation in the wild.

Root Cause

The root cause of CVE-2026-2545 lies in insufficient input validation and output encoding within the AgentTicketSearch module. The Profile parameter accepts user-supplied input that is subsequently reflected or stored without proper HTML entity encoding or script sanitization. This failure to neutralize special characters such as <, >, ", and ' allows attackers to break out of the intended HTML context and inject executable script content.

Attack Vector

The attack is network-based, requiring an authenticated attacker to submit a crafted request to the /otrs/index.pl?Action=AgentTicketSearch endpoint with a malicious payload in the Profile parameter. The attack scenario typically involves:

  1. An authenticated attacker with low-level privileges crafts a URL or form submission containing XSS payload in the Profile parameter
  2. The malicious input is processed by the server without proper sanitization
  3. When other users (potentially administrators) access the search functionality or view the manipulated profile data, the injected script executes in their browser
  4. The attacker can then steal session cookies, perform actions on behalf of the victim, or redirect users to malicious sites

The vulnerability can be triggered by manipulating the Profile argument with payloads such as script tags or event handlers that execute JavaScript when rendered in the victim's browser.

Detection Methods for CVE-2026-2545

Indicators of Compromise

  • Unusual or malformed requests to /otrs/index.pl?Action=AgentTicketSearch containing script tags or JavaScript event handlers
  • Presence of encoded JavaScript payloads (e.g., %3Cscript%3E) in the Profile parameter within web server logs
  • User reports of unexpected pop-ups, redirects, or unusual behavior when using the ticket search functionality
  • Session anomalies indicating potential session hijacking following XSS exploitation

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing XSS payloads in the Profile parameter
  • Monitor web server access logs for suspicious patterns in requests to AgentTicketSearch endpoints
  • Deploy Content Security Policy (CSP) headers to detect and report inline script execution attempts
  • Utilize browser-based XSS auditing tools and security scanners to identify vulnerable endpoints

Monitoring Recommendations

  • Enable detailed logging for all requests to the /otrs/index.pl endpoint and review for anomalous input patterns
  • Configure alerting for requests containing common XSS signatures such as <script>, javascript:, or onerror=
  • Implement real-time monitoring of user session activities to detect potential session hijacking post-exploitation
  • Regularly audit search profile data stored in the application for signs of injected malicious content

How to Mitigate CVE-2026-2545

Immediate Actions Required

  • Restrict access to the AgentTicketSearch functionality to only essential users until a patch is available
  • Deploy WAF rules to filter requests containing XSS payloads targeting the Profile parameter
  • Implement Content Security Policy (CSP) headers with strict directives to prevent inline script execution
  • Review and audit existing search profiles for any stored malicious payloads

Patch Information

As of the last update, the LigeroSmart project has been notified of this vulnerability through an issue report on GitHub but has not yet responded or released an official patch. Organizations should monitor the LigeroSmart GitHub repository for security updates and apply patches immediately upon release. Additional vulnerability details are documented in VulDB #346154.

Workarounds

  • Apply input validation at the web server or reverse proxy level to strip or encode potentially malicious characters from the Profile parameter before reaching the application
  • Consider implementing a custom output encoding wrapper for the AgentTicketSearch module to sanitize all user-supplied data before rendering
  • Temporarily disable the search profile saving feature if not critical to operations
  • Deploy network segmentation to limit exposure of the LigeroSmart application to untrusted networks
bash
# Example Apache mod_rewrite rule to block common XSS patterns
RewriteEngine On
RewriteCond %{QUERY_STRING} (\<script|javascript:|onerror=|onload=) [NC]
RewriteRule ^/otrs/index\.pl$ - [F,L]

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechLigerosmart

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Project Repository

  • GitHub Issue Tracker

  • GitHub Issue Detail

  • VulDB #346154 (CTI)

  • VulDB #346154

  • VulDB Submission #749758
  • Related CVEs
  • CVE-2026-2546: LigeroSmart XSS Vulnerability

  • CVE-2026-2547: LigeroSmart XSS Vulnerability

  • CVE-2026-1049: LigeroSmart XSS Vulnerability

  • CVE-2026-1048: LigeroSmart 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