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

CVE-2025-15450: sfturing hosp_order SQLi Vulnerability

CVE-2025-15450 is a SQL injection flaw in sfturing hosp_order affecting the findOrderHosNum function. Attackers can exploit this remotely via the hospitalAddress/hospitalName parameter to manipulate databases.

Updated: January 22, 2026

CVE-2025-15450 Overview

A SQL injection vulnerability has been identified in the sfturing hosp_order application, specifically affecting the findOrderHosNum function located in the /ssm_pro/orderHos/ file path. This vulnerability allows remote attackers to manipulate the hospitalAddress and hospitalName parameters to inject malicious SQL queries, potentially compromising the integrity, confidentiality, and availability of the underlying database.

Critical Impact

Remote attackers can exploit this SQL injection vulnerability to extract sensitive data, modify database records, or potentially gain unauthorized access to backend systems through crafted requests to the affected endpoint.

Affected Products

  • sfturing hosp_order (up to commit 627f426331da8086ce8fff2017d65b1ddef384f8)
  • This product does not use versioning, making it difficult to determine specific affected releases

Discovery Timeline

  • 2026-01-05 - CVE-2025-15450 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-15450

Vulnerability Analysis

This SQL injection vulnerability (CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component) exists due to insufficient input validation in the findOrderHosNum function. The function processes user-supplied input from the hospitalAddress and hospitalName parameters without proper sanitization, allowing attackers to inject arbitrary SQL commands.

The vulnerability is exploitable remotely over the network and requires low privileges to execute. While the attack complexity is low and requires no user interaction, the impact is constrained to low-level breaches of confidentiality, integrity, and availability within the vulnerable component's scope.

Root Cause

The root cause of this vulnerability stems from the direct concatenation or improper handling of user input within SQL queries. The findOrderHosNum function fails to implement parameterized queries or proper input sanitization for the hospitalAddress and hospitalName parameters, allowing malicious SQL syntax to be interpreted by the database engine rather than treated as literal string data.

Attack Vector

The attack can be launched remotely against the /ssm_pro/orderHos/ endpoint. An attacker with low-level privileges can craft malicious HTTP requests containing SQL injection payloads in either the hospitalAddress or hospitalName parameters. The exploit has been publicly disclosed and documented in GitHub Issue #111, making this vulnerability easily accessible to potential attackers.

The network-based attack vector combined with publicly available exploit information increases the risk of exploitation in production environments.

Detection Methods for CVE-2025-15450

Indicators of Compromise

  • Anomalous SQL syntax patterns in HTTP request parameters targeting /ssm_pro/orderHos/
  • Database error messages in application logs indicating malformed queries
  • Unexpected database queries containing UNION, SELECT, or other SQL keywords in the hospitalAddress or hospitalName fields
  • Unusual database access patterns or data exfiltration attempts

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in requests to the /ssm_pro/orderHos/ endpoint
  • Monitor application logs for SQL syntax errors or database connection anomalies
  • Deploy intrusion detection systems (IDS) with signatures for common SQL injection payloads
  • Enable database query logging and analyze for suspicious query patterns

Monitoring Recommendations

  • Configure real-time alerting for requests containing SQL metacharacters in the hospitalAddress and hospitalName parameters
  • Establish baseline metrics for database query patterns and alert on deviations
  • Monitor for unusual data access patterns that may indicate successful exploitation
  • Review authentication logs for potential privilege escalation following SQL injection attempts

How to Mitigate CVE-2025-15450

Immediate Actions Required

  • Review and audit all code paths that handle the hospitalAddress and hospitalName parameters
  • Implement input validation and parameterized queries for the findOrderHosNum function
  • Deploy WAF rules to block known SQL injection patterns targeting the affected endpoint
  • Consider restricting access to the /ssm_pro/orderHos/ endpoint until a fix is applied

Patch Information

The vendor was contacted early about this disclosure but did not respond. As this product does not use versioning, no official patch version is available. Organizations using this software should monitor the GitHub repository for any community-contributed fixes or consider implementing their own remediation.

For detailed vulnerability information, refer to VulDB entry #339483.

Workarounds

  • Implement application-level input validation to sanitize hospitalAddress and hospitalName parameters before processing
  • Deploy a Web Application Firewall (WAF) with SQL injection detection capabilities in front of the application
  • Use prepared statements or parameterized queries in a custom patch to the affected function
  • Consider network segmentation to limit exposure of the vulnerable endpoint to trusted networks only
  • Implement database-level access controls to limit the potential damage from successful SQL injection attacks
bash
# Example WAF rule configuration (ModSecurity)
# Block SQL injection patterns in hospitalAddress and hospitalName parameters
SecRule ARGS:hospitalAddress|ARGS:hospitalName "@detectSQLi" \
    "id:1001,phase:2,deny,status:403,msg:'SQL Injection Attempt Detected in hosp_order parameters'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSfturing

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-74
  • Technical References
  • GitHub Issue Discussion

  • GitHub Issue Details

  • VulDB CTI ID #339483

  • VulDB #339483

  • VulDB Submission #722925
  • 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