
CVE-2023-40028 is a vulnerability in Ghost CMS that allows arbitrary file reads through improper file handling. This PoC demonstrates how the exploit works under controlled conditions. Educational use only.
Reference: Adapted from the original PoC by 0xyassine, rewritten in Python and applied to the HackTheBox challenge "LinkVortex."
Usage:
python3 ./CVE-2023-40028.py --url <http://abc.xyz> -u <username> -p <password>
Use this information responsibly. Unauthorized exploitation is illegal.