
CVE-2026-42569
Unauthenticated Database Wipe / Destructive Import in phpVMS
CVE-2026-42569 is a critical vulnerability in phpVMS (Virtual Airline Management System) that allows unauthenticated attackers to access legacy import endpoints.
These endpoints were supposed to be restricted but remain accessible in versions ≤ 7.0.5, potentially allowing attackers to trigger mass deletion or database wipe operations.
| Version | Status |
|---|---|
| phpVMS ≤ 7.0.5 | Vulnerable |
| phpVMS 7.0.6+ | Patched |
TRUNCATE / DELETE operations)python3 CVE-2026-42569.py http://target.com
[+] SUCCESS! Endpoint reachable: /importer
[!!] Target is VULNERABLE to CVE-2026-42569
[!!] Database wipe / mass deletion is possible!
/importer and /import endpoints.location ~* ^/(importer|import) {
deny all;
return 403;
}
This repository is for educational and authorized security testing only.
The author is not responsible for any misuse or damage caused by this tool.
Unauthorized exploitation is illegal.