CVE-2026-0610
Published: 19 January 2026
Summary
CVE-2026-0610 is a critical-severity SQL Injection (CWE-89) vulnerability in Devolutions Devolutions Server. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection in the remote-sessions component by validating and sanitizing unauthenticated network inputs before they reach SQL queries.
Requires timely flaw remediation through patching of the specific SQL injection vulnerability in Devolutions Server versions 2025.3.1 through 2025.3.12.
Mitigates unauthenticated network exploitation of the SQL injection by monitoring and controlling communications at boundaries, such as via web application firewalls blocking injection payloads.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated network SQL injection in public-facing Devolutions Server component directly enables remote exploitation of a server application (T1190).
NVD Description
SQL Injection vulnerability in remote-sessions in Devolutions Server.This issue affects Devolutions Server 2025.3.1 through 2025.3.12
Deeper analysisAI
CVE-2026-0610 is a SQL injection vulnerability (CWE-89) present in the remote-sessions component of Devolutions Server. This issue affects versions 2025.3.1 through 2025.3.12 of the software. Published on 2026-01-19, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), classifying it as critical due to its potential for severe impact.
The vulnerability can be exploited by an unauthenticated attacker over the network with low attack complexity and no user interaction required. Exploitation grants high impacts across confidentiality, integrity, and availability, enabling the attacker to potentially execute arbitrary SQL commands, extract sensitive data, modify database contents, or disrupt service operations on the affected Devolutions Server instance.
Devolutions has issued security advisory DEVO-2026-0003, available at https://devolutions.net/security/advisories/DEVO-2026-0003/, which provides further details on the vulnerability and recommended mitigation steps.
Details
- CWE(s)