A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-42096

CVE-2026-42096: Sparx Pro Cloud Server SQLi Vulnerability

CVE-2026-42096 is a SQL injection flaw in Sparx Pro Cloud Server that allows low-privileged users to execute arbitrary SQL queries. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-42096 Overview

CVE-2026-42096 is a broken access control vulnerability in Sparx Systems Pro Cloud Server (PCS) affecting communication between the application and its underlying database. The flaw allows any authenticated low-privileged user to execute arbitrary SQL queries within the database user context due to missing permission checks. Version 6.1 (build 167) and earlier are confirmed vulnerable. Other versions were not tested and may also be affected. The vendor did not respond to early notification with details about the vulnerability or the affected version range. The weakness is classified under [CWE-863] (Incorrect Authorization).

Critical Impact

Authenticated low-privileged users can run arbitrary SQL statements against the backend database, exposing model data, configuration, and stored credentials, and enabling tampering with repository contents.

Affected Products

  • Sparx Systems Pro Cloud Server 6.1 (build 167)
  • Sparx Systems Pro Cloud Server versions prior to 6.1 (build 167)
  • Untested Pro Cloud Server releases that may share the same code path

Discovery Timeline

  • 2026-05-19 - CVE-2026-42096 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-42096

Vulnerability Analysis

Sparx Pro Cloud Server brokers client requests to the underlying database that hosts Enterprise Architect model repositories. The server is responsible for enforcing access decisions before forwarding query operations to the database. CVE-2026-42096 stems from missing authorization checks on a database communication path exposed to authenticated users.

A low-privileged authenticated client can submit arbitrary SQL statements through this path. The server forwards those statements to the database engine using the service account configured for repository access. The database executes the SQL with the privileges of that service account, which typically holds broad read and write rights across the repository schema.

The practical effect is full data-plane compromise of the repository database from a user account that should only be able to read or edit modeling artifacts according to its assigned role. Confidentiality and integrity of stored content are both impacted. See the CERT Poland advisory and the Efigo technical writeup for protocol-level details.

Root Cause

The root cause is the absence of permission validation between the authenticated session and the database communication handler. The server treats any authenticated session as authorized to issue raw SQL, conflating authentication with authorization. This is a textbook [CWE-863] failure.

Attack Vector

The attack is performed over the network against the Pro Cloud Server endpoint. The attacker must hold valid credentials for any account on the server, including the lowest-privileged role. After authenticating, the attacker submits SQL queries through the affected database communication channel. The queries execute with the privileges of the database user configured by the administrator.

For reproduction details and request structure, see the Sploit.tech analysis. No verified public exploit code is referenced in the advisory beyond the conceptual description.

Detection Methods for CVE-2026-42096

Indicators of Compromise

  • Database query logs showing SELECT, INSERT, UPDATE, or DROP statements originating from the Pro Cloud Server service account but referencing tables outside normal repository workflows.
  • Authentication events for low-privileged Pro Cloud Server accounts followed shortly by anomalous volumes of database activity.
  • Unexpected reads against credential, user, or configuration tables in the repository database.

Detection Strategies

  • Enable verbose query logging on the database backend (SQL Server, MySQL, PostgreSQL, or Oracle) and baseline normal Pro Cloud Server query patterns.
  • Correlate Pro Cloud Server application logs with database audit logs to attribute SQL statements to the originating authenticated user session.
  • Alert on SQL statements containing schema enumeration patterns such as information_schema access from the PCS service account.

Monitoring Recommendations

  • Monitor outbound connections from the Pro Cloud Server host to identify exfiltration following anomalous database reads.
  • Track failed and successful authentication attempts against the PCS web and SOAP endpoints, focusing on accounts with limited modeling privileges.
  • Forward PCS and database logs to a centralized analytics platform and apply detections for query patterns that fall outside legitimate Enterprise Architect client behavior.

How to Mitigate CVE-2026-42096

Immediate Actions Required

  • Inventory all Sparx Pro Cloud Server deployments and confirm the running build, treating 6.1 (build 167) and earlier as vulnerable.
  • Restrict network access to Pro Cloud Server endpoints so that only trusted, authenticated clients can reach the service.
  • Audit Pro Cloud Server accounts and disable or rotate credentials for any account that does not require active access.
  • Reduce the database privileges granted to the Pro Cloud Server service account to the minimum required for repository operations.

Patch Information

The vendor did not provide details about a fixed version or the full vulnerable range at the time of disclosure. Administrators should consult the Sparx Systems Pro Cloud Server product page for current release notes and apply any newer build that explicitly addresses CVE-2026-42096. Until a confirmed patched build is available, treat all deployments as exposed and rely on compensating controls.

Workarounds

  • Place Pro Cloud Server behind a VPN or zero-trust network access layer to eliminate exposure to untrusted networks.
  • Configure the backend database user used by PCS with the least privileges required, removing rights to system tables and unrelated schemas.
  • Segment the database host so that the PCS service account cannot reach other databases on the same engine.
  • Increase log retention on both PCS and the database to support forensic review if exploitation is suspected.
bash
# Example: restrict PCS database account privileges (MySQL syntax)
REVOKE ALL PRIVILEGES ON *.* FROM 'pcs_service'@'pcs_host';
GRANT SELECT, INSERT, UPDATE, DELETE ON ea_repository.* TO 'pcs_service'@'pcs_host';
FLUSH PRIVILEGES;

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSparx Pro Cloud Server

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-863
  • Technical References
  • CERT Poland CVE-2026-42096 Analysis

  • Efigo Blog on CVE-2026-42096

  • Sparx Systems ProCloud Server Overview

  • Sploit Tech Sparx EA PCS Exploit
  • Related CVEs
  • CVE-2026-42097: Sparx Pro Cloud Server SQLi Vulnerability

  • CVE-2025-15625: Sparx Pro Cloud Server SQLi Vulnerability

  • CVE-2026-42100: Sparx Pro Cloud Server DoS Vulnerability

  • CVE-2026-42099: Sparx Pro Cloud Server RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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