LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47759: MTPutty 1.0.1.21 - SSH Password Disclosure

MTPutty 1.0.1.21 contains a sensitive information disclosure vulnerability that allows local attackers to view SSH connection passwords through Windows PowerShell process listing. Attackers can run a PowerShell command to retrieve the full command line of MTPutty processes, exposing plaintext SSH credentials.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

MTPutty 1.0.1.21 can expose SSH passwords in plaintext to a local Windows user by revealing how the running process was launched. This is not a remote internet attack, but it can turn a compromised workstation or shared jump box into a source of reusable SSH credentials.

Executive priority

Treat as a targeted credential exposure risk. Prioritize admin workstations and shared access systems because leaked SSH passwords can enable broader infrastructure access. It is less urgent than a remote code execution issue but should be remediated quickly where privileged credentials are involved.

Technical view

The vulnerability is a sensitive information disclosure issue, mapped to CWE-522. A low-privileged local attacker can inspect MTPutty process command-line details and recover SSH connection passwords. The listed affected product is Ttyplus MTPutty version 1.0.1.21. CVSS v4.0 is 6.8 with local attack vector and high confidentiality impact.

Likely exposure

Exposure is most likely on Windows systems running MTPutty 1.0.1.21, especially administrator workstations, shared support machines, or jump hosts used for SSH access. Systems where local users are untrusted or already compromised face higher risk.

Exploitation context

A public ExploitDB entry exists, but the source bundle does not indicate active exploitation and the CVE is not listed as KEV. Exploitation requires local access and targets plaintext SSH credentials visible through process metadata, not the SSH servers directly.

Researcher notes

The available evidence identifies one affected version and a local credential disclosure path. No vendor fix is named in the provided sources. Avoid assuming broader version impact without additional vendor confirmation. Public exploit information exists, so defenders should validate exposure without reproducing offensive details.

Mitigation direction

  • Identify systems running MTPutty 1.0.1.21.
  • Check the vendor site for updated guidance or fixed releases.
  • Avoid using workflows that expose SSH passwords through process arguments.
  • Rotate SSH passwords that may have been used from affected hosts.
  • Limit local user access on jump hosts and admin workstations.

Validation and detection

  • Inventory installed MTPutty versions on Windows endpoints.
  • Confirm whether version 1.0.1.21 is present.
  • Review affected hosts for MTPutty usage involving password-based SSH logins.
  • Assess whether untrusted local users can access those systems.
  • Check credential rotation status for accounts used through MTPutty.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-522: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-47759 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.8 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.8CVSS 4.0MediumCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

6.8Medium
CVSS 4.0 vector shape for CVE-2021-47759Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
TtyplusMTPutty1.0.1.21Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-522 · source CWE mapping

Insufficiently Protected Credentials

Insufficiently Protected Credentials represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.