header-logo
Suggest Exploit
vendor:
db.php
by:
SecurityFocus
7.5
CVSS
HIGH
Information Disclosure
200
CWE
Product Name: db.php
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2003

e107 Website System ‘db.php’ Information Disclosure Vulnerability

e107 Website System 'db.php' has been reported prone to an information disclosure vulnerability. A remote attacker may exploit this vulnerability to invoke the dump_sql routine without prior authentication. Information returned to the attacker may be of a sensitive nature.

Mitigation:

Ensure that authentication is required before allowing access to the dump_sql routine.
Source

Exploit-DB raw data:

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

e107 Website System 'db.php' has been reported prone to an information disclosure vulnerability. 

A remote attacker may exploit this vulnerability to invoke the dump_sql routine without prior authentication. Information returned to the attacker may be of a sensitive nature.

<form action="http://www.example.com/admin/db.php">
<input type=submit name="dump_sql">
</form>