CVE-2026-22893
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 · uneditedA command injection vulnerability has been reported to affect several QNAP operating system versions. If a remote attacker gains an administrator account, they can then exploit the vulnerability to execute arbitrary commands. We have already fixed the vulnerability in the following versions: QTS 5.2.9.3410 build 20260214 and later QuTS hero h5.2.9.3410 build 20260214 and later QuTS hero h5.3.4.3500 build 20260520 and later QuTS hero h6.0.0.3459 build 20260409 and later
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 confidenceThis is a command injection vulnerability in QNAP QTS and QuTS hero operating systems. It requires an attacker to first compromise and obtain administrator-level credentials, then leverages the elevated access to inject and execute arbitrary operating system commands through vulnerable input handling. The vulnerability carries a CVSS score of 7.2 due to the prerequisite of admin access, but once exploited allows complete system compromise.
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>= 5.2.0.2737, < 5.2.9.3410>= h5.2.0.2737, < h5.2.9.3410>= h5.3.0.3115, < h5.3.4.3500>= h6.0.0.3324, < h6.0.0.3459CVSS 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
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:H/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.
-
Identify the QNAP NAS operating systemLog into the QNAP admin web interface and navigate to Control Panel > System > About, or run `getconf` from the QTS/QuTS command line to determine if the system is running QTS or QuTS heroAffected if The system is identified as either QTS or QuTS hero
-
Determine the installed QTS versionIn the web interface, go to Control Panel > System > About and note the Build number and Version number displayed. From command line, run `getconf` to retrieve the version detailsAffected if The version is 5.2.0.2737 or later but earlier than 5.2.9.3410 (build 20260214)
-
Determine the installed QuTS hero versionIn the web interface, go to Control Panel > System > About and note the Build number and Version number displayed. From command line, run `getconf` to retrieve version detailsAffected if The version is h5.2.0.2737 or later but earlier than h5.2.9.3410; OR h5.3.0.3115 or later but earlier than h5.3.4.3500; OR h6.0.0.3324 or later but earlier than h6.0.0.3459
-
Verify administrator account exposureReview who has administrator-level credentials for the NAS and check if these accounts are accessible from untrusted networks or if default/weak credentials are in useAffected if Administrator credentials are exposed to untrusted networks or use weak/default passwords, combined with a vulnerable version
A system is affected if it runs QTS version 5.2.0.2737 through 5.2.9.3409, or QuTS hero version h5.2.0.2737 through h5.2.9.3409, h5.3.0.3115 through h5.3.4.3499, or h6.0.0.3324 through h6.0.0.3458, AND an attacker could obtain administrator credentials.
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 · scoped5.2.9.3410
Organizations should ensure administrator accounts use strong, unique passwords and enable multi-factor authentication. Update affected QNAP devices to the fixed versions (QTS 5.2.9.3410 build 20260214, QuTS hero h5.2.9.3410 build 20260214, h5.3.4.3500 build 20260520, or h6.0.0.3459 build 20260409 or later) as the primary remediation.
QTS 5.2.9.3410 (build 20260214+); QuTS hero h5.2.9.3410 (build 20260214+); QuTS hero h5.3.4.3500 (build 20260520+); QuTS hero h6.0.0.3459 (build 20260409+)
- 1. Identify the current QNAP firmware version by logging into the QTS or QuTS hero admin interface
- 2. Determine which product line and version branch is currently running (QTS, QuTS hero h5.2.x, h5.3.x, or h6.0.x)
- 3. For QTS users: Upgrade to QTS 5.2.9.3410 build 20260214 or later
- 4. For QuTS hero h5.2.x users: Upgrade to QuTS hero h5.2.9.3410 build 20260214 or later
- 5. For QuTS hero h5.3.x users: Upgrade to QuTS hero h5.3.4.3500 build 20260520 or later
- 6. For QuTS hero h6.0.x users: Upgrade to QuTS hero h6.0.0.3459 build 20260409 or later
- 7. Download the firmware from the official QNAP download center and apply via the Administration > Firmware Update section
- 8. Verify the build number after upgrade matches or exceeds the required build for the respective version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,968.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-22893 — 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-2026-22893 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