
Maintained Python 3 port of the original FUEL CMS CVE-2018-16763 proof-of-concept.
This repository contains a Python 3 compatibility port of the original proof-of-concept for CVE-2018-16763 affecting FUEL CMS 1.4.1.
The original proof-of-concept was written by 0xd0ff9. This repository does not claim authorship of the original exploit. My work focused on updating the script for modern Python versions and resolving compatibility issues.
Many publicly available proof-of-concept scripts were written for Python 2 and no longer execute correctly on modern Linux distributions.
This repository preserves the original proof-of-concept while providing a maintained Python 3 compatible version for educational purposes and authorized security testing.
Install dependencies:
pip install requests
This repository is intended only for studying Python compatibility updates and for use in environments where you have explicit authorization to perform security testing.
This repository is provided for educational purposes, security research, and authorized penetration testing only.
The original vulnerability research and proof-of-concept belong to the original author. My contribution is limited to the Python 3 compatibility port, debugging, and maintenance improvements.
Users are responsible for complying with all applicable laws and obtaining authorization before performing any security testing.
Original Proof-of-Concept:
Python 3 Port and Maintenance: