Password Tool For WindowsApplication · Toshiba

CVE-2020-5569

HIGH · 8.4 CVSS v3.1 Published 2020-04-20
Fix available
A fix is available. Upgrade to after 1.20.6620 or later.
See remediation →
89/100
Remediation priority · High
No privileges Zero-click

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 · unedited
An unquoted search path vulnerability exists in HDD Password tool (for Windows) version 1.20.6620 and earlier which is stored in CANVIO PREMIUM 3TB(HD-MB30TY, HD-MA30TY, HD-MB30TS, HD-MA30TS), CANVIO PREMIUM 2TB(HD-MB20TY, HD-MA20TY, HD-MB20TS, HD-MA20TS), CANVIO PREMIUM 1TB(HD-MB10TY, HD-MA10TY, HD-MB10TS, HD-MA10TS), CANVIO SLIM 1TB(HD-SB10TK, HD-SB10TS), and CANVIO SLIM 500GB(HD-SB50GK, HD-SA50GK, HD-SB50GS, HD-SA50GS), and which was downloaded before 2020 May 10. Since it registers Windows services with unquoted file paths, when a registered path contains spaces, and a malicious executable is placed on a certain path, it may be executed with the privilege of the Windows service.

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 confidence

The HDD Password tool for Windows (versions 1.20.6620 and earlier) registers Windows services with unquoted file paths. When a path contains spaces (e.g., C:\Program Files\Tool\app.exe), Windows attempts to execute each space-separated component as a potential executable before finding the correct one. An attacker with local access could place a malicious executable in an intermediate directory path (e.g., C:\Program.exe) to achieve privilege escalation to the service account level.

MitigationUpdate the HDD Password tool to a version released after May 10, 2020 which contains the fix, or remove/reconfigure the vulnerable service if the tool is no longer needed.

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
Password Tool For WindowsApplication
Affected:<= 1.20.6620

CVSS 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
Local
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:L/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 checks

Work through these to decide whether this CVE applies to you.

  1. Check if Toshiba HDD Password Tool is installed
    Open Control Panel > Programs and Features, or run 'Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion' in PowerShell to list installed programs. Look for 'Toshiba Password Tool' or similar.
    Affected if The tool is listed with a version <= 1.20.6620
  2. Identify services created by the HDD Password Tool
    Open Services (services.msc) or run 'Get-Service | Select-Object Name, DisplayName, PathName' in PowerShell. Look for services related to Toshiba HDD Password or storage security.
    Affected if One or more services associated with the tool are present on the system
  3. Inspect the service executable path for unquoted spaces
    Run 'Get-WmiObject Win32_Service | Select-Object Name, PathName | Format-List' or use 'sc qc <serviceName>' for each identified service. Examine the PathName field.
    Affected if The path contains spaces and is not enclosed in quotation marks (e.g., C:\Program Files\Toshiba\Tool\app.exe instead of "C:\Program Files\Toshiba\Tool\app.exe")
  4. Verify the path vulnerability exists
    Parse the unquoted path to confirm it contains intermediate directories that could be exploited. For example, C:\Program Files\Tool\app.exe creates C:\Program.exe as a potential injection point.
    Affected if The unquoted service path contains spaces where Windows would attempt to execute intermediate executables before the intended binary

A user is affected if the Toshiba HDD Password Tool version 1.20.6620 or earlier is installed AND it has created Windows services with unquoted executable paths containing spaces.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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.

From vendor data
Upgrade available Upgrade to a release after 1.20.6620
Interim mitigation

Update the HDD Password tool to a version released after May 10, 2020 which contains the fix, or remove/reconfigure the vulnerable service if the tool is no longer needed.

Fix this in Password Tool For Windows Scoped from the published advisory
  • Consultation3.0 h
  • Implementation4.0 h
  • Testing2.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,980
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,168.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2020-5569 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2020-5569 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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