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

CVE-2026-26721: Keystorage Global Facilities Management Info Disclosure

CVE-2026-26721 is an information disclosure vulnerability in Keystorage Global Facilities Management Software that allows remote attackers to obtain sensitive information via the sid query parameter. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 27, 2026

CVE-2026-26721 Overview

CVE-2026-26721 is an information disclosure vulnerability affecting Key Systems Inc Global Facilities Management Software version 20230721a. The vulnerability allows a remote attacker to obtain sensitive information by exploiting the sid query parameter. This flaw stems from the use of sensitive GET parameters in URL query strings, which can result in unauthorized access to confidential data.

Critical Impact

Remote attackers can leverage this vulnerability to extract sensitive information from vulnerable installations without authentication, potentially exposing confidential facility management data, user credentials, or session identifiers.

Affected Products

  • Keystorage Global Facilities Management Software version 20230721a

Discovery Timeline

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

Technical Details for CVE-2026-26721

Vulnerability Analysis

This vulnerability is classified under CWE-598 (Use of GET Request Method With Sensitive Query Strings). The flaw occurs when the application transmits sensitive information via URL query parameters, specifically through the sid parameter. This design weakness exposes sensitive data in multiple locations including browser history, server logs, proxy logs, and referrer headers.

When sensitive information such as session identifiers or authentication tokens are passed through GET parameters, they become susceptible to interception and logging by intermediate systems. The network-based attack vector means an attacker can exploit this vulnerability remotely without requiring any privileges, though user interaction is required for successful exploitation.

Root Cause

The root cause of CVE-2026-26721 lies in improper handling of sensitive data transmission within the Global Facilities Management Software. The application utilizes GET request methods with sensitive query strings instead of more secure alternatives such as POST requests with encrypted payloads or proper session management techniques. The sid parameter, likely representing a session identifier or sensitive data token, is exposed in URL query strings where it can be captured through various means including browser history, referrer headers, and server access logs.

Attack Vector

The vulnerability can be exploited through a network-based attack where an attacker targets the sid query parameter to extract sensitive information. An attacker could craft malicious links or leverage man-in-the-middle positions to capture URLs containing the sensitive parameter. The attack requires user interaction, such as clicking on a crafted link or visiting a page that leaks the referrer information.

Since the sid parameter is transmitted via GET requests, the sensitive data may be exposed through:

  • Browser history and bookmarks
  • Web server access logs
  • Proxy server logs
  • HTTP Referrer headers when navigating to external links
  • Shoulder surfing or screen captures showing the URL bar

Detection Methods for CVE-2026-26721

Indicators of Compromise

  • Unusual patterns of requests targeting URLs containing the sid query parameter
  • Evidence of URL harvesting or parameter tampering in web server access logs
  • Unexpected data access patterns indicating session hijacking or credential theft
  • Referrer header leakage to external domains containing sensitive sid values

Detection Strategies

  • Monitor web server logs for suspicious patterns of requests with sid parameters from unfamiliar IP addresses
  • Implement web application firewall (WAF) rules to detect and alert on potential parameter enumeration attacks
  • Review proxy and load balancer logs for unusual query string patterns
  • Analyze network traffic for GET requests containing sensitive identifiers being transmitted to third parties

Monitoring Recommendations

  • Enable comprehensive logging for all HTTP requests containing the sid parameter
  • Configure alerting for high volumes of requests with varying sid values from single IP addresses
  • Monitor for referrer leakage by tracking outbound links from sensitive application pages
  • Implement session anomaly detection to identify potential session hijacking attempts

How to Mitigate CVE-2026-26721

Immediate Actions Required

  • Review all instances where the sid parameter is used and assess the sensitivity of data being transmitted
  • Implement POST method requests for all sensitive data transmissions as an interim measure
  • Restrict access to the vulnerable application until a patch is available
  • Review server logs for evidence of exploitation and rotate any potentially compromised session identifiers

Patch Information

No official vendor patch information is currently available for CVE-2026-26721. Organizations should monitor the vendor's security advisories and the GitHub CVE-2026-26721 Disclosures for updates regarding official patches or remediation guidance.

Workarounds

  • Migrate sensitive parameter transmission from GET to POST requests where possible
  • Implement additional server-side validation and session management controls
  • Deploy a Web Application Firewall (WAF) to monitor and filter suspicious requests
  • Configure the application to use HTTP-only and Secure flags for session cookies
  • Add referrer policy headers to prevent leakage of sensitive URLs to third parties
bash
# Web server configuration to add Referrer-Policy header (Apache example)
# Add to .htaccess or server configuration
Header always set Referrer-Policy "strict-origin-when-cross-origin"

# Nginx configuration example
add_header Referrer-Policy "strict-origin-when-cross-origin" always;

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechKeystorage Global Facilities Management Software

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-598
  • Technical References
  • GitHub CVE-2026-26721 Disclosures
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected 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