phpVMS 中的未认证数据库清空 / 破坏性导入
CVE-2026-42569 是 phpVMS(虚拟航空公司管理系统)中的一个严重漏洞,允许未认证攻击者访问遗留的导入端点。
这些端点本应受到限制,但在 ≤ 7.0.5 版本中仍然可访问,可能允许攻击者触发大规模删除或数据库清空操作。
| 版本 | 状态 |
|---|---|
| phpVMS ≤ 7.0.5 | 存在漏洞 |
| phpVMS 7.0.6+ | 已修补 |
TRUNCATE / DELETE 操作)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 和 /import 端点的访问。location ~* ^/(importer|import) {
deny all;
return 403;
}
本仓库仅用于教育和授权安全测试。
作者对因使用本工具造成的任何滥用或损害概不负责。
未经授权的利用属于违法行为。