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

CVE-2025-69214: Openstamanager SQLi Vulnerability

CVE-2025-69214 is an SQL injection flaw in Devcode Openstamanager that allows authenticated attackers to inject malicious SQL code. This article covers technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2025-69214 Overview

CVE-2025-69214 is a SQL Injection vulnerability affecting OpenSTAManager, an open source management software designed for technical assistance and invoicing. In versions 2.9.8 and earlier, the ajax_select.php endpoint contains a critical SQL Injection flaw when processing the componenti operation. An authenticated attacker can exploit this vulnerability by injecting malicious SQL code through the options[matricola] parameter, potentially gaining unauthorized access to the underlying database.

Critical Impact

Authenticated attackers can execute arbitrary SQL commands, potentially leading to complete database compromise, data exfiltration, data manipulation, and unauthorized access to sensitive business and customer information stored in the OpenSTAManager system.

Affected Products

  • OpenSTAManager versions 2.9.8 and earlier
  • Devcode OpenSTAManager (all installations prior to patch)
  • Self-hosted OpenSTAManager deployments using vulnerable ajax_select.php endpoint

Discovery Timeline

  • 2026-02-06 - CVE CVE-2025-69214 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2025-69214

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) exists in the ajax_select.php endpoint of OpenSTAManager. The vulnerability is triggered when the application processes requests containing the componenti operation. The root issue is that user-supplied input via the options[matricola] parameter is not properly sanitized or parameterized before being incorporated into SQL queries executed against the backend database.

The attack requires network access and authenticated user privileges, meaning an attacker must first obtain valid credentials to the OpenSTAManager application. Once authenticated, the attacker can craft malicious requests to the vulnerable endpoint, injecting SQL statements that will be executed with the database privileges of the application.

Successful exploitation could allow attackers to read, modify, or delete sensitive data including customer records, invoices, technical assistance tickets, and potentially administrative credentials stored in the database.

Root Cause

The vulnerability stems from improper input validation and lack of parameterized queries in the ajax_select.php file. When handling the componenti operation, the application directly incorporates the options[matricola] parameter value into SQL query construction without adequate sanitization or use of prepared statements. This allows specially crafted input containing SQL syntax to alter the intended query logic.

Attack Vector

The attack is conducted over the network against the web application interface. An authenticated user sends a crafted HTTP request to the ajax_select.php endpoint with the operation parameter set to "componenti" and a malicious payload in the options[matricola] parameter. The injected SQL commands are then executed by the database server in the context of the application's database connection.

The attack requires low complexity to execute once authentication is obtained. No user interaction is needed beyond the attacker's own actions, and the vulnerability can lead to high impact on confidentiality, integrity, and availability of the data stored in the system.

Detection Methods for CVE-2025-69214

Indicators of Compromise

  • Unusual or malformed requests to the ajax_select.php endpoint containing SQL syntax characters (quotes, semicolons, UNION, SELECT, etc.) in the options[matricola] parameter
  • Database error messages in application logs indicating syntax errors or unexpected query behavior
  • Anomalous database queries originating from the web application user account
  • Unexpected data access patterns or bulk data retrieval from the OpenSTAManager database

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect SQL Injection patterns in requests to ajax_select.php
  • Monitor application and database logs for suspicious query patterns containing typical SQL Injection payloads
  • Implement database activity monitoring to alert on unusual query structures or data access volumes
  • Review web server access logs for requests to ajax_select.php with encoded or obfuscated parameter values

Monitoring Recommendations

  • Enable detailed logging for the ajax_select.php endpoint and related database queries
  • Configure alerting for database errors that may indicate injection attempts
  • Monitor for authentication anomalies that could precede exploitation attempts
  • Implement intrusion detection rules specific to SQL Injection attack signatures

How to Mitigate CVE-2025-69214

Immediate Actions Required

  • Update OpenSTAManager to the latest patched version immediately
  • Review application access logs for any signs of prior exploitation
  • Restrict network access to the OpenSTAManager application to trusted users and networks
  • Implement Web Application Firewall rules to filter malicious input to the vulnerable endpoint
  • Audit database contents and user accounts for unauthorized modifications

Patch Information

Devcode has released security information regarding this vulnerability. Administrators should consult the GitHub Security Advisory for official patch details and upgrade instructions. Ensure all OpenSTAManager installations are updated beyond version 2.9.8 to remediate this SQL Injection vulnerability.

Workarounds

  • Implement strict input validation on the options[matricola] parameter at the web server or reverse proxy level
  • Deploy a Web Application Firewall with SQL Injection detection rules in front of the OpenSTAManager application
  • Restrict database user permissions for the OpenSTAManager application to minimum required privileges
  • Temporarily disable or restrict access to the ajax_select.php endpoint if the componenti operation is not critical to operations
bash
# Example WAF rule to block SQL injection attempts (ModSecurity)
SecRule ARGS:options[matricola] "@detectSQLi" \
    "id:1001,phase:2,deny,status:403,msg:'SQL Injection Attempt Blocked'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechDevcode Openstamanager

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.01%

  • 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
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-24419: Devcode Openstamanager SQLi Vulnerability

  • CVE-2025-69216: Openstamanager SQL Injection Vulnerability

  • CVE-2026-24416: Devcode Openstamanager SQLi Vulnerability

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