What is QNAP File Station?
File Station is the browser-based file manager built into QNAP's QTS firmware for its NAS appliances, giving users a way to browse, upload, and manage files stored on the device without a dedicated client. Because QNAP devices are frequently exposed for remote access, they've repeatedly been swept up in mass-exploitation and ransomware campaigns.
Overview
CVE-2018-19953 is another cross-site scripting (XSS) flaw in QNAP File Station, distinct from the higher-severity CVE-2018-19943 cataloged alongside it. This one requires no privileges to reach but does require the victim to interact with attacker-supplied content (e.g., clicking a crafted link), and its impact — reflected in the lower CVSS score — is limited to low-confidentiality and low-integrity effects rather than full session compromise.
Technical Details
Like its sibling entry, this vulnerability is a CWE-79 improper-neutralization issue: certain input rendered by File Station in the browser is not properly sanitized or escaped, allowing an attacker to inject script that executes in the victim's browser session. The "changed scope" component of the CVSS vector indicates the injected script can affect resources beyond the immediate vulnerable component, though the overall impact ceiling here (low/low/none) is markedly less severe than CVE-2018-19943 or the command injection flaw CVE-2018-19949 in the same batch.
Discovery
QNAP resolved this issue via its standard firmware update and security advisory process. No specific third-party researcher credit is confidently documented for this individual CVE.
Exploitation Context
This CVE is included in CISA's KEV catalog as confirmed exploited, generally as part of the same wave of QNAP NAS targeting that affected the higher-severity File Station vulnerabilities cataloged alongside it. Its ransomwareUse: true marker reflects the broader pattern of ransomware groups (Qlocker, DeadBolt, and others) chaining multiple QNAP flaws together — using lower-severity issues like this one for reconnaissance or session theft in combination with more powerful vulnerabilities to fully compromise the device.
Remediation
- Update QNAP QTS firmware and the File Station application to the latest available version.
- Avoid exposing the QNAP web management interface directly to the internet; use VPN-based remote access instead.
- Educate users with File Station access about the risk of clicking unexpected links, since exploitation requires user interaction.
- Review browser session activity and File Station audit logs for signs of script injection or unexpected redirects.
- Combine this fix with patching for the other QNAP File Station CVEs in this batch (CVE-2018-19943, CVE-2018-19949), since exploitation campaigns typically chain multiple flaws together.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2018-19953 |
| Vendor / Product | QNAP — Network Attached Storage (NAS) |
| NVD Published | 2020-10-28 |
| NVD Last Modified | 2025-11-03 |
| CVSS 3.1 Score | 6.1 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N |
| Severity | MEDIUM |
| CWE | CWE-79 find similar ↗ |
| CISA KEV Added | 2022-05-24 |
| CISA KEV Deadline | 2022-06-14 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2020-10-28 | CVE published |
| 2022-05-24 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-06-14 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2018-19953 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |