header-logo
Suggest Exploit
vendor:
427BB
by:
SecurityFocus
7.5
CVSS
HIGH
Authentication Bypass
287
CWE
Product Name: 427BB
Affected Version From: 2.2
Affected Version To: 2.2.2001
Patch Exists: N/A
Related CWE: N/A
CPE: 427BB
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2005

427BB Authentication Bypass Vulnerability

427BB is prone to an authentication bypass vulnerability. This issue is due to a failure in the application to properly validate user-supplied data. An attacker can exploit this issue to bypass the authentication mechanism and gain access to the affected application as an administrative user. This may facilitate a compromise of the underlying system; other attacks are also possible.

Mitigation:

Ensure that user-supplied data is properly validated before use.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/16178/info

427BB is prone to an authentication bypass vulnerability. This issue is due to a failure in the application to properly validate user-supplied data.

An attacker can exploit this issue to bypass the authentication mechanism and gain access to the affected application as an administrative user. This may facilitate a compromise of the underlying system; other attacks are also possible.

This issue affects version 2.2 and 2.2.1; other versions may also be vulnerable. 

The following demonstrates cookie-data sufficient to exploit this issue:
username=admin;
authenticated=1;
usertype=admin;