Description
The application component processes user-supplied parameters insecurely, passing them into SQL queries. This can enable blind SQL injection, potentially exposing database contents or causing the application to become unresponsive. 
Apply patch from vendor https://vsdesk.ru/ . Versions 14.0101 and on have the patch.
Published: 2026-08-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vsDesk application component accepts user-supplied parameters and incorporates them directly into SQL statements, creating a blind SQL injection weakness. If exploited, an attacker could read sensitive database information or cause the application to become unresponsive, compromising confidentiality of data and thereby impacting availability.

Affected Systems

vulnerable versions of the vsDesk product, before the public patch in release 14.0101, are at risk. The vendor has issued a patch that applies to v14.0101 and later, which can be obtained from the official website.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity risk. EPSS score of 0.00281 is reported, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is an untrusted input path exposed to users via the web interface or API, where an attacker can inject and execute blind SQL queries to exfiltrate data.

Generated by OpenCVE AI on August 20, 2026 at 22:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑issued patch for vsDesk version 14.0101 or later.
  • If a patch cannot be applied immediately, tightly restrict or sanitize any user input that is passed to SQL queries to prevent injection exploits.
  • Use prepared statements or parameterized queries when interacting with the database to eliminate direct string concatenation of user data.
  • Monitor application logs for abnormal or suspicious SQL query patterns that may indicate an ongoing injection attempt.

Generated by OpenCVE AI on August 20, 2026 at 22:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89

Thu, 20 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89

Thu, 20 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Vsdesk
Vsdesk vsdesk
Vendors & Products Vsdesk
Vsdesk vsdesk

Wed, 19 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89

Wed, 19 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Description The application component processes user-supplied parameters insecurely, passing them into SQL queries. This can enable blind SQL injection, potentially exposing database contents or causing the application to become unresponsive.  Apply patch from vendor https://vsdesk.ru/ . Versions 14.0101 and on have the patch.
Title Use of user input in raw SQL queries in vsDesk leading to blind SQL injection
References
Metrics cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: Kaspersky

Published:

Updated: 2026-08-19T19:05:52.839Z

Reserved: 2025-12-12T18:42:16.828Z

Link: CVE-2025-14603

cve-icon Vulnrichment

Updated: 2026-08-19T19:05:38.983Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T18:16:31.087

Modified: 2026-08-31T19:33:11.197

Link: CVE-2025-14603

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T23:00:07Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')