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

CVE-2025-69216: Openstamanager SQL Injection Vulnerability

CVE-2025-69216 is an authenticated SQL injection flaw in Devcode Openstamanager that allows users to extract sensitive database data including credentials. This post covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2025-69216 Overview

CVE-2025-69216 is an authenticated SQL injection vulnerability affecting OpenSTAManager, an open source management software designed for technical assistance and invoicing. The vulnerability exists in version 2.9.8 and earlier, where the Scadenzario (Payment Schedule) print template fails to properly sanitize user input, allowing any authenticated user to extract sensitive data from the database including admin credentials, customer information, and financial records.

Critical Impact

Authenticated attackers can leverage this SQL injection flaw to gain complete read access to the database, exposing sensitive business data, customer records, and administrative credentials through error-based SQL injection techniques.

Affected Products

  • OpenSTAManager version 2.9.8 and earlier
  • Devcode OpenSTAManager (all installations prior to patched versions)

Discovery Timeline

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

Technical Details for CVE-2025-69216

Vulnerability Analysis

The vulnerability is classified as CWE-89 (SQL Injection) and resides in the Payment Schedule (Scadenzario) print template functionality of OpenSTAManager. The flaw allows authenticated users to manipulate database queries and extract sensitive information that should be restricted from their access level. This represents a significant breach of data confidentiality as the application fails to enforce proper data separation between user privileges and database access.

The network-accessible nature of this vulnerability means any authenticated user with access to the print template functionality can potentially compromise the entire database contents. This is particularly concerning for organizations using OpenSTAManager to manage customer data, financial records, and technical assistance workflows.

Root Cause

The root cause of CVE-2025-69216 lies in the templates/scadenzario/init.php file, where the id_anagrafica parameter is directly concatenated into an SQL query without proper sanitization or parameterization. This classic SQL injection pattern occurs when user-controlled input is incorporated into database queries without using prepared statements or adequate input validation mechanisms.

The absence of parameterized queries or input escaping allows attackers to inject arbitrary SQL syntax into the query, fundamentally altering its logic and enabling unauthorized data retrieval from the underlying database.

Attack Vector

This vulnerability is exploited over the network by an authenticated attacker who has legitimate access to the OpenSTAManager application. The attack flow involves:

  1. Authenticating to the OpenSTAManager application with any valid user account
  2. Navigating to the Scadenzario (Payment Schedule) print template functionality
  3. Manipulating the id_anagrafica parameter with malicious SQL syntax
  4. Using error-based SQL injection techniques to extract database contents including admin credentials, customer information, and financial records

The vulnerability enables complete database read access, allowing attackers to systematically enumerate and exfiltrate all stored data regardless of their original authorization level within the application.

Detection Methods for CVE-2025-69216

Indicators of Compromise

  • Unusual or malformed values in the id_anagrafica parameter within web application logs
  • HTTP requests to templates/scadenzario/init.php containing SQL syntax characters such as single quotes, UNION statements, or error-inducing payloads
  • Database error messages appearing in application responses or logs that reveal query structure
  • Unexpected database query patterns from the web application user account

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in request parameters targeting the /templates/scadenzario/ endpoint
  • Deploy database activity monitoring to alert on unusual query patterns, large result sets, or access to sensitive tables from the application's database user
  • Configure application logging to capture all parameters passed to the print template functionality for forensic analysis
  • Monitor for failed login attempts following potential credential extraction

Monitoring Recommendations

  • Enable verbose logging for the templates/scadenzario/init.php endpoint and related database queries
  • Set up alerts for HTTP 500 errors or database error responses from the Payment Schedule functionality
  • Implement rate limiting on print template requests to slow potential automated extraction attacks
  • Review authentication logs for suspicious access patterns after any detected SQL injection attempts

How to Mitigate CVE-2025-69216

Immediate Actions Required

  • Upgrade OpenSTAManager to the latest patched version that addresses this vulnerability
  • Review access logs for evidence of exploitation attempts targeting the id_anagrafica parameter
  • Rotate all database credentials and admin passwords as a precaution if exploitation is suspected
  • Consider temporarily restricting access to the Scadenzario print template functionality until patching is complete

Patch Information

Devcode has published a security advisory addressing this vulnerability. Administrators should consult the GitHub Security Advisory GHSA-q6g3-fv43-m2w6 for detailed patch information and upgrade instructions. Organizations running OpenSTAManager version 2.9.8 or earlier should prioritize updating to a patched release.

Workarounds

  • Implement input validation at the web server or reverse proxy level to reject requests containing SQL injection payloads in the id_anagrafica parameter
  • Deploy a Web Application Firewall (WAF) with SQL injection detection rules to provide defense-in-depth protection
  • Restrict access to the Payment Schedule print template functionality to only trusted administrative users
  • If patching is delayed, consider temporarily disabling the affected print template functionality by removing or renaming templates/scadenzario/init.php

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-69214: Openstamanager SQLi 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