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

CVE-2025-40985: SCATI Vision Web SQLi Vulnerability

CVE-2025-40985 is a SQL injection flaw in SCATI Vision Web that enables attackers to extract database information via the login parameter. This article covers the technical details, affected versions, and mitigation.

Published: May 11, 2026

CVE-2025-40985 Overview

CVE-2025-40985 is a SQL injection vulnerability affecting SCATI Vision Web by SCATI Labs, impacting versions 4.8 through 7.2. The flaw resides in the login parameter of the /scatevision_web/index.php/loginForm endpoint. Attackers can manipulate the parameter to inject arbitrary SQL queries against the backend database. Successful exploitation allows unauthenticated remote attackers to exfiltrate data stored in the application database. The vulnerability is classified under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Critical Impact

Unauthenticated attackers can exfiltrate database contents through the login endpoint without any user interaction or prior credentials.

Affected Products

  • SCATI Vision Web version 4.8 through 7.2
  • SCATI Labs video surveillance management platform
  • Deployments exposing the /scatevision_web/index.php/loginForm endpoint

Discovery Timeline

  • 2025-07-16 - CVE-2025-40985 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-40985

Vulnerability Analysis

The vulnerability is a classic SQL injection flaw within the authentication interface of SCATI Vision Web. The login parameter submitted to /scatevision_web/index.php/loginForm is incorporated into a backend SQL query without proper neutralization of special characters. An attacker supplying crafted input can break out of the intended query context and append arbitrary SQL syntax.

Because the endpoint is the login form, no valid credentials are required to reach the injection point. The flaw is reachable over the network, and exploitation results in disclosure of data accessible to the database account used by the application. According to the INCIBE Security Notice, the impact is limited to data exfiltration rather than direct write or destructive operations.

Root Cause

The root cause is improper input validation and the absence of parameterized queries in the login handler. User-supplied data flows directly into a dynamic SQL statement, allowing the parser to interpret attacker-controlled characters as query syntax. This is a textbook CWE-89 condition.

Attack Vector

An attacker sends an HTTP request to the loginForm endpoint with a malicious payload in the login parameter. Typical exploitation patterns include boolean-based blind injection, time-based blind injection, and UNION-based extraction to enumerate database schemas and exfiltrate rows. No authentication, privileges, or user interaction are needed to trigger the vulnerability.

No public proof-of-concept exploit is currently listed in the available references. Refer to the INCIBE Security Notice for vendor-coordinated disclosure details.

Detection Methods for CVE-2025-40985

Indicators of Compromise

  • HTTP POST or GET requests to /scatevision_web/index.php/loginForm containing SQL metacharacters such as ', ", --, /*, UNION, SELECT, or SLEEP( in the login parameter.
  • Unusual response time spikes on the login endpoint, consistent with time-based blind SQL injection probes.
  • Repeated failed login attempts from a single source containing encoded payloads (URL-encoded or hex-encoded SQL keywords).
  • Web server or application error messages referencing SQL syntax or database driver exceptions.

Detection Strategies

  • Deploy a web application firewall (WAF) ruleset that inspects the login parameter for SQL injection signatures and anomalies.
  • Enable verbose application and database query logging to capture the full content of authentication requests for offline analysis.
  • Correlate authentication endpoint traffic with database audit logs to detect query patterns that diverge from the expected login query template.
  • Hunt for outbound data transfer anomalies from the SCATI Vision Web host that could indicate post-exploitation exfiltration.

Monitoring Recommendations

  • Forward web server access logs and database audit logs to a centralized SIEM for retention and alerting.
  • Alert on HTTP requests to the login endpoint exceeding a defined payload length or containing reserved SQL tokens.
  • Monitor the database account used by SCATI Vision Web for queries outside the application's normal schema footprint.
  • Track repeated 200 OK responses to malformed login submissions, which can indicate successful blind injection iteration.

How to Mitigate CVE-2025-40985

Immediate Actions Required

  • Restrict network access to the SCATI Vision Web interface to trusted management networks until a patched version is deployed.
  • Place the application behind a WAF with SQL injection protection enabled in blocking mode for the loginForm endpoint.
  • Review database and web server logs for prior exploitation attempts targeting the login parameter.
  • Rotate database credentials used by the application and audit privileges to ensure least-privilege access.

Patch Information

Consult the INCIBE Security Notice and contact SCATI Labs directly for fixed versions and upgrade guidance. Versions 4.8 through 7.2 are affected, so upgrade to a release outside this range as specified by the vendor.

Workarounds

  • Block external access to /scatevision_web/index.php/loginForm at the network perimeter where feasible.
  • Apply WAF virtual patching rules that reject requests containing SQL metacharacters in the login parameter.
  • Limit the database account used by SCATI Vision Web to read-only access on only the tables required for authentication.
  • Enable account lockout and IP-based rate limiting on the login endpoint to slow automated injection probing.

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechScati Vision

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • INCIBE Security Notice
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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