CVE-2025-15625
Analyzed
Analyzed - Analysis Complete
SQL Injection in Sparx Pro Cloud Server Allows Arbitrary Commands
Publication date: 2026-04-17
Last updated on: 2026-06-02
Assigner: National Cyber Security Centre Finland
Description
Description
Unauthenticated user is able to execute arbitrary SQL commands in Sparx Pro Cloud Server database in certain cases.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sparxsystems | pro_cloud_server | 6.0.163 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
| CWE-200 | The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |