10
CVSSv2

CVE-2007-4915

Published: 17/09/2007 Updated: 15/10/2018
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

The Intersil isl3893 extensions for Boa 0.93.15, as used on the FreeLan RO80211G-AP and other devices, do not prevent stack writes from entering memory locations used for string constants, which allows remote malicious users to change the admin password stored in memory via a long username in an HTTP Basic Authentication request.

Vulnerable Product Search on Vulmon Subscribe to Product

boa boa webserver 0.93.15

Exploits

source: wwwsecurityfocuscom/bid/25676/info Boa is prone to an authentication-bypass vulnerability because the application fails to ensure that passwords are not overwritten by specially crafted HTTP Requests An attacker can exploit this issue to gain unauthorized access to the affected application This may lead to other attacks This ...
/* * Boa HTTP Basic Authentication Bypass * Vuln: Boa/09315 (with Intersil Extensions) * * Original Advisory: * wwwsecurityfocuscom/archive/1/479434 * wwwikkisoftcom/stuff/SN-2007-02txt * * Luca "ikki" Carettoni * wwwikkisoftcom */ ---- #!/usr/bin/env python import urllib2 SERVER_IP_ADDRESS = '192168 ...