What is QNAP Photo Station?
Photo Station is a photo gallery and management application bundled with QNAP's QTS operating system for its network-attached storage (NAS) appliances. It is commonly exposed to the internet for photo-sharing convenience, making it a frequent target for automated scanning and compromise.
Overview
CVE-2019-7194 is a path traversal vulnerability (CWE-22, "external control of file name or path") in Photo Station allowing a remote, unauthenticated attacker to read or modify files outside the intended directory. It is rated critical (CVSS 9.8) and was patched in the same December 2019 update that fixed the related flaws CVE-2019-7192, CVE-2019-7193, and CVE-2019-7195.
Technical Details
Photo Station accepts attacker-influenced values (such as file or path parameters) without adequately sanitizing directory-traversal sequences (e.g., ../), letting a request escape the intended photo-storage directory and reach arbitrary locations on the NAS filesystem. Depending on the specific code path, this can expose configuration files or credentials, or allow planting of files that are later executed.
Discovery
Disclosed through QNAP's vendor advisory process; fixed in the QTS/Photo Station updates released in December 2019.
Exploitation Context
As with the related Photo Station/QTS CVEs from this batch, CISA's KEV entry confirms real-world exploitation, with ransomware operators targeting internet-exposed QNAP NAS devices (eCh0raix/QNAPCrypt) known to chain these path-traversal and access-control flaws for full compromise.
Remediation
- Update QTS and Photo Station to the latest patched versions.
- Take Photo Station offline or restrict it to LAN-only access if it isn't actively required.
- Block inbound internet access to NAS management and photo-sharing ports at the firewall/router.
- Scan the device with QNAP's Malware Remover and check for unexpected files or scheduled tasks.
- Rotate any credentials stored on or accessible from the NAS if compromise is suspected.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-7194 |
| Vendor / Product | QNAP — Photo Station |
| NVD Published | 2019-12-05 |
| NVD Last Modified | 2025-10-27 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-22 find similar ↗ |
| CISA KEV Added | 2022-06-08 |
| CISA KEV Deadline | 2022-06-22 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-12-05 | Patched by QNAP in a QTS/Photo Station firmware update |
| 2022-06-08 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-06-22 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-7194 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |