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

CVE-2026-2547: LigeroSmart XSS Vulnerability

CVE-2026-2547 is a cross-site scripting flaw in LigeroSmart affecting versions up to 6.1.26 via the AgentDashboard function. This post covers technical details, affected versions, impact, and mitigation steps.

Published: February 20, 2026

CVE-2026-2547 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in LigeroSmart versions up to 6.1.26. The vulnerability exists in the AgentDashboard function within the /otrs/index.pl file. By manipulating the Subaction argument, attackers can inject malicious scripts that execute in the context of authenticated user sessions. This vulnerability can be exploited remotely and a public exploit is available.

Critical Impact

Authenticated attackers can execute arbitrary JavaScript in the browsers of other LigeroSmart users, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of victims.

Affected Products

  • LigeroSmart versions up to 6.1.26
  • LigeroSmart AgentDashboard component
  • Systems running /otrs/index.pl endpoint

Discovery Timeline

  • 2026-02-16 - CVE-2026-2547 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-2547

Vulnerability Analysis

This Cross-Site Scripting vulnerability stems from improper input validation in the AgentDashboard functionality of LigeroSmart. The application fails to adequately sanitize user-supplied input passed through the Subaction parameter before incorporating it into dynamically generated web pages. When a user interacts with a crafted URL or form submission containing malicious script content, the unvalidated input is reflected back to the browser and executed within the security context of the LigeroSmart application.

The vulnerability requires the attacker to have low-level privileges (authenticated access) and depends on user interaction to trigger the malicious payload. While the vulnerability does not directly compromise confidentiality or availability, it enables integrity violations through manipulation of page content and user actions.

Root Cause

The root cause of CVE-2026-2547 is insufficient input sanitization and output encoding in the AgentDashboard module. The Subaction parameter values are not properly validated or escaped before being rendered in the HTML response. This is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), a common class of web application vulnerabilities that occurs when applications trust user input without proper validation.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker to craft a malicious request targeting the /otrs/index.pl endpoint with a specially crafted Subaction parameter. The attacker must then convince a victim with appropriate privileges to interact with the malicious link or page element. Common attack scenarios include:

  1. Phishing emails containing links to the vulnerable endpoint with embedded XSS payloads
  2. Social engineering to trick administrators into clicking crafted URLs
  3. Embedding malicious links in support tickets or dashboard widgets within the LigeroSmart system

The vulnerability mechanism involves injecting JavaScript code through the Subaction parameter, which is then reflected in the server response without proper sanitization. When the victim's browser processes this response, the malicious script executes with the victim's session privileges. For detailed technical information, refer to the GitHub Issue #284 and the VulDB entry.

Detection Methods for CVE-2026-2547

Indicators of Compromise

  • Unusual requests to /otrs/index.pl containing script tags, event handlers, or encoded JavaScript in the Subaction parameter
  • Web server logs showing URL-encoded payloads such as %3Cscript%3E, javascript:, or event attributes like onerror=, onload= in query strings
  • Browser console errors or unexpected JavaScript execution reported by users accessing the AgentDashboard
  • Session anomalies such as sudden privilege escalations or actions not initiated by legitimate users

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS patterns in the Subaction parameter
  • Configure intrusion detection systems to alert on requests containing script injection attempts targeting /otrs/index.pl
  • Enable Content Security Policy (CSP) violation reporting to capture attempted XSS exploits
  • Monitor application logs for repeated failed or suspicious requests to the AgentDashboard endpoint

Monitoring Recommendations

  • Establish baseline traffic patterns for the /otrs/index.pl endpoint and alert on deviations
  • Configure SIEM correlation rules to identify potential XSS attack chains across multiple user sessions
  • Implement real-time alerting for CSP violations originating from the LigeroSmart application
  • Review authentication logs for signs of session hijacking following XSS exploitation attempts

How to Mitigate CVE-2026-2547

Immediate Actions Required

  • Restrict access to LigeroSmart AgentDashboard to trusted networks or users only
  • Implement input validation and output encoding at the application level as a temporary measure
  • Deploy Web Application Firewall rules to filter XSS payloads targeting the Subaction parameter
  • Educate users about the risks of clicking untrusted links within LigeroSmart communications

Patch Information

As of the last update, the LigeroSmart project has been notified of this vulnerability through GitHub Issue #284 but has not yet responded with an official patch. Organizations should monitor the LigeroSmart GitHub repository for security updates. Consider contacting the vendor directly for patch availability information.

Workarounds

  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution
  • Deploy a reverse proxy or WAF to sanitize the Subaction parameter before it reaches the application
  • Restrict AgentDashboard access to internal networks only using network segmentation
  • Consider disabling or limiting the AgentDashboard functionality until an official patch is available
bash
# Example Apache configuration to add CSP headers
<Location /otrs/index.pl>
    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 set X-Content-Type-Options "nosniff"
</Location>

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.01%

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

  • GitHub Issue #284

  • GitHub Issue Comment #3879280231

  • VulDB #346156 (CTIID)

  • VulDB #346156

  • VulDB Submission #749788
  • Related CVEs
  • CVE-2026-2545: LigeroSmart XSS Vulnerability

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