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-2025-69213

CVE-2025-69213: OpenSTAManager SQL Injection Vulnerability

CVE-2025-69213 is a SQL injection vulnerability in OpenSTAManager affecting version 2.9.8 and earlier. Attackers can exploit the ajax_complete.php endpoint to gain unauthorized database access. This article covers technical details, affected versions, impact assessment, and available mitigation strategies.

Published: February 6, 2026

CVE-2025-69213 Overview

CVE-2025-69213 is a SQL Injection vulnerability affecting OpenSTAManager, an open source management software designed for technical assistance and invoicing operations. The vulnerability exists in version 2.9.8 and prior versions within the ajax_complete.php endpoint when handling the get_sedi operation. An authenticated attacker can exploit this flaw by injecting malicious SQL code through the idanagrafica parameter, potentially leading to unauthorized database access, data exfiltration, and compromise of sensitive business information.

Critical Impact

Authenticated attackers can exploit this SQL Injection vulnerability to gain unauthorized access to the underlying database, potentially extracting sensitive customer data, invoicing records, and technical assistance information stored within OpenSTAManager installations.

Affected Products

  • OpenSTAManager version 2.9.8
  • OpenSTAManager versions prior to 2.9.8
  • All installations utilizing the ajax_complete.php endpoint with get_sedi operation

Discovery Timeline

  • 2026-02-04 - CVE CVE-2025-69213 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2025-69213

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) stems from improper neutralization of special elements used in SQL commands within the ajax_complete.php file. When the endpoint processes requests with the get_sedi operation, user-supplied input from the idanagrafica parameter is incorporated into SQL queries without adequate sanitization or parameterization.

The vulnerability requires authentication to exploit, meaning an attacker must first obtain valid credentials to the OpenSTAManager application. However, once authenticated, even with minimal privileges, the attacker can manipulate the idanagrafica parameter to inject arbitrary SQL statements that execute within the context of the application's database connection.

The network-accessible nature of this vulnerability combined with low attack complexity makes it particularly concerning for organizations running OpenSTAManager in internet-facing configurations.

Root Cause

The root cause of CVE-2025-69213 is insufficient input validation and the absence of parameterized queries (prepared statements) in the ajax_complete.php endpoint. When processing the get_sedi operation, the application directly concatenates user-supplied values from the idanagrafica parameter into SQL query strings. This allows attackers to break out of the intended query context and inject malicious SQL commands that the database engine executes with full application privileges.

Attack Vector

The attack vector is network-based, requiring an authenticated session to the OpenSTAManager application. An attacker would craft HTTP requests to the ajax_complete.php endpoint specifying the get_sedi operation while injecting malicious SQL syntax through the idanagrafica parameter. Depending on the database configuration and application privileges, successful exploitation could enable the attacker to:

  • Extract sensitive data from the database including customer records and invoicing information
  • Modify or delete existing database records
  • Potentially escalate privileges within the application
  • In some configurations, execute operating system commands through database-specific functions

The vulnerability is exploited by manipulating the idanagrafica parameter value to include SQL metacharacters and statements that alter the intended query logic. For detailed technical analysis, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-69213

Indicators of Compromise

  • Unusual or malformed HTTP requests to ajax_complete.php containing SQL syntax in query parameters
  • Database error messages in application logs indicating SQL syntax errors or injection attempts
  • Unexpected database queries or data access patterns from the OpenSTAManager application account
  • Signs of data exfiltration such as large result sets or time-based delays in responses

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in requests to ajax_complete.php
  • Monitor application logs for requests containing SQL metacharacters (single quotes, double dashes, semicolons, UNION keywords) in the idanagrafica parameter
  • Deploy database activity monitoring to detect anomalous queries originating from the OpenSTAManager application
  • Use intrusion detection systems with signatures for common SQL injection attack patterns

Monitoring Recommendations

  • Enable detailed logging for all requests to the ajax_complete.php endpoint
  • Configure alerting for database errors that may indicate injection attempts
  • Implement real-time monitoring of database query patterns for the OpenSTAManager database user
  • Review authentication logs for any suspicious login activity that could precede exploitation attempts

How to Mitigate CVE-2025-69213

Immediate Actions Required

  • Restrict network access to OpenSTAManager installations, limiting exposure to trusted networks only
  • Implement a Web Application Firewall with SQL injection protection in front of the application
  • Review and audit user accounts to ensure principle of least privilege
  • Consider temporarily disabling the get_sedi functionality in ajax_complete.php if not business-critical

Patch Information

At the time of publication, no known patch exists for CVE-2025-69213. Organizations should monitor the GitHub Security Advisory for updates from the OpenSTAManager development team regarding security fixes. Until an official patch is released, implementing compensating controls is essential.

Workarounds

  • Deploy a Web Application Firewall (WAF) configured to block SQL injection attempts targeting the ajax_complete.php endpoint
  • Implement input validation at the network perimeter to sanitize the idanagrafica parameter before it reaches the application
  • Restrict database user permissions for the OpenSTAManager application to the minimum required privileges
  • Consider implementing network segmentation to isolate the OpenSTAManager installation from critical systems
bash
# Example WAF rule for ModSecurity to block SQL injection in idanagrafica parameter
# Add to your ModSecurity configuration
SecRule ARGS:idanagrafica "@detectSQLi" \
    "id:1001,\
    phase:2,\
    deny,\
    status:403,\
    log,\
    msg:'SQL Injection attempt detected in idanagrafica parameter - CVE-2025-69213'"

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

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35470: OpenSTAManager SQL Injection Vulnerability

  • CVE-2026-35168: OpenSTAManager SQL Injection Vulnerability

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