CVE-2025-13757
📋 TL;DR
An SQL injection vulnerability in the last usage logs feature of Devolutions Server allows attackers to execute arbitrary SQL commands. This affects all Devolutions Server installations up to specific versions, potentially compromising database integrity and confidentiality. Organizations using vulnerable versions are at risk.
💻 Affected Systems
- Devolutions Server
📦 What is this software?
Devolutions Server by Devolutions
Devolutions Server by Devolutions
⚠️ Risk & Real-World Impact
Worst Case
Full database compromise leading to data theft, data manipulation, privilege escalation, and potential remote code execution through database functions.
Likely Case
Unauthorized data access, extraction of sensitive information like credentials and configuration data, and potential lateral movement within the database.
If Mitigated
Limited impact with proper input validation and database permissions, potentially only allowing data viewing without modification.
🎯 Exploit Status
SQL injection vulnerabilities typically have low exploitation complexity, but authentication requirements may limit attack surface.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 2025.2.21 or 2025.3.9
Vendor Advisory: https://devolutions.net/security/advisories/DEVO-2025-0018/
Restart Required: Yes
Instructions:
1. Download latest version from Devolutions website. 2. Backup current installation. 3. Run installer to upgrade. 4. Restart Devolutions Server service.
🔧 Temporary Workarounds
Disable Last Usage Logs
allTemporarily disable the vulnerable feature until patching
Network Segmentation
allRestrict access to Devolutions Server to authorized users only
🧯 If You Can't Patch
- Implement strict input validation and parameterized queries at application layer
- Apply database-level security controls including minimal privileges and query whitelisting
🔍 How to Verify
Check if Vulnerable:
Check Devolutions Server version in web interface or configuration files
Check Version:
Check web interface or examine installation directory version files
Verify Fix Applied:
Verify version is 2025.2.21 or higher, or 2025.3.9 or higher
📡 Detection & Monitoring
Log Indicators:
- Unusual SQL queries in database logs
- Multiple failed login attempts followed by SQL syntax in requests
Network Indicators:
- SQL keywords in HTTP POST parameters to usage logs endpoints
SIEM Query:
source="devolutions_logs" AND ("SELECT" OR "UNION" OR "INSERT" OR "DELETE") AND "usage_logs"