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

CVE-2026-28805: OpenSTAManager SQL Injection Vulnerability

CVE-2026-28805 is a time-based blind SQL injection flaw in OpenSTAManager that allows authenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-28805 Overview

OpenSTAManager, an open source management software designed for technical assistance and invoicing, contains a Time-Based Blind SQL Injection vulnerability in multiple AJAX select handlers. Prior to version 2.10.2, the options[stato] GET parameter is vulnerable to SQL injection attacks. The user-supplied value is read from $superselect['stato'] and concatenated directly into SQL WHERE clauses as a bare expression, without any sanitization, parameterization, or allowlist validation.

An authenticated attacker can exploit this vulnerability to inject arbitrary SQL statements and extract sensitive data from the database, including usernames, password hashes, financial records, and any other information stored in the MySQL database.

Critical Impact

Authenticated attackers can extract sensitive database contents including credentials, financial records, and customer data through time-based blind SQL injection, potentially leading to full database compromise.

Affected Products

  • OpenSTAManager versions prior to 2.10.2

Discovery Timeline

  • April 2, 2026 - CVE CVE-2026-28805 published to NVD
  • April 2, 2026 - Last updated in NVD database

Technical Details for CVE-2026-28805

Vulnerability Analysis

This vulnerability stems from improper input validation in OpenSTAManager's AJAX select handlers. Multiple handlers accept the options[stato] GET parameter and directly incorporate the user-supplied value into SQL WHERE clauses without proper sanitization or parameterized queries. The application reads the value from the $superselect['stato'] array and concatenates it as a bare expression into the query string.

Because the injection point is within a WHERE clause and returns no visible output difference, attackers must use time-based blind SQL injection techniques. This involves injecting conditional delays (using MySQL's SLEEP() function or similar) to infer data character-by-character based on response timing. While slower than error-based or UNION-based SQL injection, this technique allows complete extraction of database contents.

The vulnerability requires authentication, meaning an attacker must first obtain valid credentials to the OpenSTAManager application. However, once authenticated, even low-privileged users can leverage this flaw to access data beyond their authorization level, including administrative credentials and sensitive business information.

Root Cause

The root cause is the direct concatenation of user-supplied input into SQL queries without proper sanitization, parameterization, or input validation. The $superselect['stato'] value is inserted directly into WHERE clauses as a raw expression, violating secure coding practices for database interaction. The application lacks input validation mechanisms such as allowlist validation, type checking, or the use of prepared statements with bound parameters that would prevent SQL injection attacks.

Attack Vector

The attack is network-based and requires authenticated access to the application. An attacker with valid credentials can manipulate the options[stato] GET parameter in AJAX requests to the vulnerable select handlers. By injecting time-based SQL payloads, the attacker can systematically extract database contents.

The attack flow involves sending crafted requests with SQL injection payloads that cause conditional delays based on data values. For example, an attacker might test if the first character of an admin password hash equals a specific value by injecting a conditional sleep statement. By measuring response times, the attacker can infer whether the condition was true, allowing character-by-character data extraction.

Technical details and the specific vulnerable code paths can be reviewed in the GitHub Security Advisory GHSA-3gw8-3mg3-jmpc.

Detection Methods for CVE-2026-28805

Indicators of Compromise

  • Unusually slow responses from OpenSTAManager AJAX endpoints that correlate with specific parameter values
  • Web server logs showing options[stato] parameters containing SQL keywords such as SLEEP, BENCHMARK, IF, CASE, or WAITFOR
  • Repeated requests to select handlers with incrementally modified parameter values (indicative of automated extraction)
  • Database logs showing unusual query patterns or queries with injected conditional statements

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in the options[stato] parameter
  • Monitor application logs for requests to AJAX select handlers containing suspicious characters or SQL keywords
  • Deploy database activity monitoring to identify queries with abnormal execution times or injected SLEEP/BENCHMARK functions
  • Use intrusion detection systems with signatures for time-based blind SQL injection attack patterns

Monitoring Recommendations

  • Enable detailed logging for all AJAX endpoints in OpenSTAManager and retain logs for forensic analysis
  • Configure alerting for response times exceeding normal thresholds on select handler endpoints
  • Implement rate limiting on AJAX endpoints to slow automated extraction attempts
  • Regularly audit database access logs for unusual query patterns originating from the web application

How to Mitigate CVE-2026-28805

Immediate Actions Required

  • Upgrade OpenSTAManager to version 2.10.2 or later immediately
  • Review database logs for evidence of exploitation prior to patching
  • Rotate all database credentials and application secrets if exploitation is suspected
  • Audit user accounts for unauthorized access or privilege escalation
  • Implement additional input validation at the WAF level as defense-in-depth

Patch Information

The vulnerability has been addressed in OpenSTAManager version 2.10.2. The fix implements proper input sanitization and parameterized queries for the affected AJAX select handlers. Organizations should upgrade to this version or later to remediate the vulnerability.

Relevant security patches can be found in the following commits:

  • GitHub Commit 50b9089
  • GitHub Commit 679c40f

The patched version is available at GitHub Release v2.10.2.

Workarounds

  • Deploy a Web Application Firewall (WAF) with rules to block SQL injection patterns in the options[stato] parameter
  • Restrict network access to OpenSTAManager to trusted IP ranges or VPN-connected users only
  • Implement database-level restrictions to limit the application database user's privileges to only required operations
  • Monitor and alert on suspicious request patterns targeting AJAX select handlers until patching is complete
bash
# Example WAF rule (ModSecurity) to detect SQL injection in options[stato]
SecRule ARGS:options[stato] "@rx (?i)(sleep|benchmark|waitfor|if\s*\(|case\s+when)" \
    "id:100001,phase:2,deny,status:403,log,msg:'Potential SQL Injection in options[stato]'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechOpenstamanager

  • SeverityHIGH

  • CVSS Score8.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Change

  • GitHub Release v2.10.2

  • GitHub Security Advisory GHSA-3gw8-3mg3-jmpc
  • Related CVEs
  • CVE-2026-35470: OpenSTAManager SQL Injection Vulnerability

  • CVE-2026-35168: OpenSTAManager SQL Injection Vulnerability

  • CVE-2025-69213: OpenSTAManager SQL Injection Vulnerability

  • CVE-2025-69215: OpenSTAManager SQLi 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