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

CVE-2026-26724: Keystorage Global Facilities RCE Flaw

CVE-2026-26724 is a remote code execution vulnerability in Keystorage Global Facilities Management Software that enables attackers to execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-26724 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in Key Systems Inc Global Facilities Management Software version 20230721a. This vulnerability allows a remote attacker to execute arbitrary code by exploiting improper input sanitization in the selectgroup and gn parameters on the /?Function=Groups endpoint. Successful exploitation could lead to session hijacking, credential theft, or malicious actions performed on behalf of authenticated users.

Critical Impact

Remote attackers can inject and execute arbitrary JavaScript code in the context of authenticated user sessions, potentially compromising confidentiality and enabling unauthorized actions within the facilities management platform.

Affected Products

  • Keystorage Global Facilities Management Software version 20230721a

Discovery Timeline

  • 2026-02-20 - CVE-2026-26724 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-26724

Vulnerability Analysis

This reflected Cross-Site Scripting vulnerability exists due to insufficient input validation and output encoding on the /?Function=Groups endpoint within the Global Facilities Management Software. The application fails to properly sanitize user-supplied input through the selectgroup and gn parameters before reflecting it back to the browser, allowing attackers to inject malicious JavaScript code that executes in the context of the victim's browser session.

The vulnerability has a changed scope impact, meaning successful exploitation affects resources beyond the vulnerable component's security authority. While the attack requires user interaction (clicking a malicious link) and low-level privileges, the impact includes high confidentiality breach potential and low integrity impact.

Root Cause

The root cause of CVE-2026-26724 is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The application does not adequately sanitize or encode user input in the selectgroup and gn parameters before incorporating them into the generated HTML response. This allows specially crafted input containing JavaScript to be rendered and executed by the victim's browser.

Attack Vector

The vulnerability is exploitable over the network with low attack complexity. An attacker can craft a malicious URL containing XSS payloads in the selectgroup or gn parameters and distribute it to target users through phishing emails, social engineering, or by embedding the link in third-party websites. When an authenticated user clicks the malicious link, the injected script executes within their browser session, potentially allowing the attacker to steal session cookies, capture credentials, or perform actions on behalf of the victim.

The attack requires user interaction to click the malicious link and requires the attacker to have low-level privileges (authentication) within the application. For detailed technical information, refer to the vulnerability disclosure on GitHub.

Detection Methods for CVE-2026-26724

Indicators of Compromise

  • Monitor web server access logs for unusual requests to /?Function=Groups containing suspicious characters such as <script>, javascript:, onerror=, or encoded variants in the selectgroup and gn parameters
  • Review client-side error logs for unexpected JavaScript execution errors that may indicate attempted XSS attacks
  • Analyze network traffic for HTTP requests containing URL-encoded script tags or event handlers targeting the Groups endpoint

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block requests containing XSS payloads in the selectgroup and gn parameters
  • Implement Content Security Policy (CSP) headers to prevent inline script execution and detect policy violations
  • Enable browser-based XSS protection headers and monitor for blocked script attempts

Monitoring Recommendations

  • Configure SIEM alerts for patterns matching XSS attack signatures in web application logs, specifically targeting the /?Function=Groups endpoint
  • Monitor for unusual session activity following access to the Groups functionality that may indicate successful exploitation
  • Track user-reported suspicious behavior or unexpected application actions that could indicate compromised sessions

How to Mitigate CVE-2026-26724

Immediate Actions Required

  • Implement server-side input validation to reject requests containing script tags or JavaScript event handlers in the selectgroup and gn parameters
  • Apply proper output encoding (HTML entity encoding) for all user-supplied input before rendering in HTML responses
  • Deploy a Web Application Firewall with XSS protection rules as an interim measure while awaiting vendor patches
  • Implement Content Security Policy headers to restrict script execution sources

Patch Information

As of the last update on 2026-02-26, no official vendor patch has been documented in the available CVE data. Organizations should monitor vendor communications and the GitHub vulnerability disclosure for updates regarding security patches.

Workarounds

  • Restrict access to the /?Function=Groups endpoint to trusted networks or authenticated users with verified business need
  • Implement server-side input validation using allowlist-based filtering for the selectgroup and gn parameters
  • Deploy browser security headers including X-XSS-Protection, X-Content-Type-Options, and strict Content Security Policy directives
  • Educate users about phishing risks and avoiding clicking links from untrusted sources
bash
# Example Apache ModSecurity WAF rule to block XSS attempts on Groups endpoint
SecRule REQUEST_URI "@contains /?Function=Groups" "chain,id:100001,phase:2,deny,status:403,log,msg:'Potential XSS in Groups endpoint'"
SecRule ARGS:selectgroup|ARGS:gn "@detectXSS" ""

# Example Content Security Policy header configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechKeystorage

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub CVE-2026-26724 Disclosures
  • Related CVEs
  • CVE-2026-26723: Keystorage Global Facilities RCE Flaw

  • CVE-2026-26722: Keystorage Global Facilities Privilege Escalation
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