CVE-2017-13067
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedQNAP has patched a remote code execution vulnerability affecting the QTS Media Library in all versions prior to QTS 4.2.6 build 20170905 and QTS 4.3.3.0299 build 20170901. This particular vulnerability allows a remote attacker to execute commands on a QNAP NAS using a transcoding service on port 9251. A remote user does not require any privileges to successfully execute an attack.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceUnauthenticated remote code execution vulnerability in QNAP QTS Media Library transcoding service (port 9251). Attackers can execute arbitrary commands on affected NAS devices without any credentials due to improper input validation in the transcoding functionality.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 4.2.0, <= 4.2.6>= 4.3.0, <= 4.3.3.0299CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check QTS firmware versionLog into the QNAP admin interface and navigate to Control Panel > System > Firm Update, or run 'qnpm version' via SSH. The version is typically displayed on the dashboard or in System Information.Affected if The installed version is 4.2.0 through 4.2.6, or 4.3.0 through 4.3.3.0299 (specifically builds before 20170905 for 4.2.x or before 20170901 for 4.3.x).
-
Verify transcoding service is enabledIn QTS admin, go to Control Panel > Applications > Media Library, or check if the 'Multimedia Console' or transcoding-related services are active. On the command line, run 'ps | grep -i trans' or check the Multimedia Console status.Affected if The transcoding or Media Library service is currently enabled on the system.
-
Confirm port 9251 is listeningRun 'netstat -tuln | grep 9251' or 'ss -tuln | grep 9251' via SSH to check if the transcoding service port is bound and listening.Affected if Port 9251 is open and listening, indicating the vulnerable transcoding service is exposed.
-
Check network exposure of port 9251Review firewall rules or port forwarding settings to determine if port 9251 is accessible from external networks. Run an external port scan or check the QNAP firewall configuration in Control Panel > Security > Firewall.Affected if Port 9251 is exposed to untrusted networks or the internet without proper access controls.
A system is affected if it runs QTS versions 4.2.0-4.2.6 or 4.3.0-4.3.3.0299 with the transcoding service enabled and port 9251 accessible.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate QTS firmware to version 4.2.6 build 20170905 or later, or version 4.3.3.0299 build 20170901 or later. If patching is not immediately possible, disable the transcoding service or block external access to port 9251 at the network perimeter.
QTS 4.2.6 build 20170905 or QTS 4.3.3.0299 build 20170901 (depending on major version branch)
- Log into the QNAP NAS administrative interface (QTS)
- Navigate to Control Panel > System > Firmware Update
- Check the current QTS version under System Information
- If running QTS 4.2.x (versions 4.2.0-4.2.6), update to QTS 4.2.6 build 20170905 or later
- If running QTS 4.3.x (versions 4.3.0-4.3.3.0299), update to QTS 4.3.3.0299 build 20170901 or later
- Use the 'Check for Update' feature to download and install the appropriate firmware
- Restart the NAS after the update completes
- Verify the new build number matches or exceeds the fixed versions (20170905 for 4.2.6 or 20170901 for 4.3.3.0299)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-13067 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2017-13067 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data