Cyber Resilience

CVE-2025-53595

High

Published: 03 October 2025

Published
03 October 2025
Modified
08 October 2025
KEV Added
Patch
CVSS Score v4 8.6 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/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
EPSS Score 0.0011 29.0th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-53595 is a high-severity SQL Injection (CWE-89) vulnerability in Qnap Qsync Central. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.0th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-53595 is an SQL injection vulnerability (CWE-89) affecting Qsync Central, a component of QNAP systems. The issue allows unauthorized code or command execution and has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its network accessibility, low attack complexity, and significant impacts on confidentiality, integrity, and availability.

A remote attacker who first obtains a valid user account on the affected Qsync Central instance can exploit the SQL injection flaw to execute arbitrary code or commands. This requires low privileges (PR:L) but no user interaction, enabling privilege escalation or further system compromise from a remote position.

QNAP's security advisory (QSA-25-35) confirms the vulnerability has been addressed in Qsync Central version 5.0.0.2, released on 2025/07/31, and all subsequent versions. Security practitioners should update to these patched releases immediately to mitigate the risk.

EU & UK References

Vulnerability details

An SQL injection vulnerability has been reported to affect Qsync Central. If a remote attacker gains a user account, they can then exploit the vulnerability to execute unauthorized code or commands. We have already fixed the vulnerability in the following…

more

version: Qsync Central 5.0.0.2 ( 2025/07/31 ) and later

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

SQL injection in network-accessible Qsync Central service directly enables remote exploitation of a public-facing application (T1190) leading to arbitrary code/command execution (T1059).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-29893Same product: Qnap Qsync Central
CVE-2025-29894Same product: Qnap Qsync Central
CVE-2025-54153Same product: Qnap Qsync Central
CVE-2025-30276Same product: Qnap Qsync Central
CVE-2025-52870Same product: Qnap Qsync Central
CVE-2025-30277Same product: Qnap Qsync Central
CVE-2025-48724Same product: Qnap Qsync Central
CVE-2025-48723Same product: Qnap Qsync Central
CVE-2025-30269Same product: Qnap Qsync Central
CVE-2025-30278Same product: Qnap Qsync Central

Affected Assets

qnap
qsync central
5.0.0.0 — 5.0.0.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection vulnerabilities like CVE-2025-53595 by requiring validation and sanitization of user inputs to block malicious SQL code execution.

prevent

Ensures timely identification, reporting, and patching of flaws, directly mitigating CVE-2025-53595 through application of QNAP's fixed version 5.0.0.2.

preventdetect

Monitors and scans for vulnerabilities such as the SQL injection in Qsync Central, enabling detection and proactive remediation before exploitation.

References