Skip to main content

vsDesk CVE-2025-14603

| EUVDEUVD-2025-210741 HIGH
2026-08-19 Kaspersky GHSA-76p9-g6m2-hj7q
8.8
CVSS 4.0 · Vendor: Kaspersky
Share

Severity by source

Vendor (Kaspersky) PRIMARY
8.8 HIGH
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/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
vuln.today AI
9.1 CRITICAL

Network-accessible, unauthenticated, no interaction required per CVSS 4.0 PR:N; no integrity impact demonstrated; scope unchanged as exploitation is confined to the application and its database.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Kaspersky).

CVSS VectorVendor: Kaspersky

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/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

2
Analysis Generated
Aug 19, 2026 - 17:53 vuln.today
CVE Published
Aug 19, 2026 - 17:16 cve.org
HIGH 8.8

DescriptionCVE.org

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.

AnalysisAI

Blind SQL injection in vsDesk (vsdesk.ru) exposes database contents and can render the application unresponsive via unauthenticated network requests. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N) confirms zero-friction remote exploitation requiring no privileges or user interaction, with high confidentiality and availability impact. No active exploitation or public proof-of-concept has been identified at time of analysis; a vendor-released patch is available in version 14.0101 and later.

Technical ContextAI

vsDesk is a Russian-market IT helpdesk and service management application developed by vsdesk.ru. The vulnerability stems from improper sanitization of user-supplied input that is concatenated directly into SQL query strings - the classic CWE-89 (Improper Neutralization of Special Elements in SQL Commands) pattern, though no CWE was formally assigned in this advisory. The affected component processes HTTP request parameters without parameterized queries or adequate escaping, enabling an attacker to manipulate query logic. The 'blind' nature of the injection indicates the application does not directly return database error messages; instead, exploitability is confirmed through boolean-based or time-based inference techniques. CPE cpe:2.3:a:vsdesk:vsdesk:*:*:*:*:*:*:*:* indicates all versions prior to 14.0101 are affected.

RemediationAI

Upgrade vsDesk to version 14.0101 or later, which contains the vendor-released patch per the advisory at https://vsdesk.ru/. Until patching is possible, restrict network access to the vsDesk application to trusted internal IP ranges via firewall rules or a reverse proxy with IP allowlisting - this directly reduces the AV:N unauthenticated attack surface. Deploying a Web Application Firewall (WAF) with SQL injection detection rules can detect and block exploitation attempts, though WAF bypass is possible against blind injection techniques. Database-level controls such as least-privilege database accounts (read-only where write is not needed) can limit the blast radius of successful exploitation. Monitor database query logs for anomalous timing patterns or boolean-condition probing characteristic of blind SQL injection. There are no known functional trade-offs to applying the vendor patch.

Share

CVE-2025-14603 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy