Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2019-17662 PoC — ThinVNC 路径遍历漏洞

Source
Associated Vulnerability
Title:ThinVNC 路径遍历漏洞 (CVE-2019-17662)
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.
Readme
# CVE-2019-17662

Modified the CVE code 

Used [Prepared Requests](https://requests.readthedocs.io/en/latest/api/#requests.PreparedRequest), as in python3 requests module normalize the `../` in URL such as:<br>
For code:
```python
r = requests.get("http://123.123.123.123/../../../../../../test")
print(str(r.status_code))
```
Results in:
```http
GET /test HTTP/1.1
Host: 123.123.123.123
Connection: close
Accept-Encoding: gzip, deflate
Accept: */*
User-Agent: python-requests/2.22.0
```
---
Original Exploit:<br>
https://www.exploit-db.com/exploits/47519
File Snapshot

[4.0K] /data/pocs/58b14d91591a823d6d49a22fd2a8fe2a99e72528 ├── [ 719] CVE-2019-17662.py └── [ 556] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →