Lucene search
+L

832 matches found

seebug.org
seebug.org
added 2017/02/21 12:0 a.m.20 views

74cms at the front Desk The type parameter template engine injection vulnerability

This is a service end template injection vulnerabilities. Application/Home/Controller/MController.class.php apply'Mobile' redirectbuildmobileurl; $type = I'get. type','android','trim'; $androiddownloadurl = C'qscmsandroiddownload'? C'qscmsandroiddownload':"; $iosdownloadurl = C'qscmsiosdownload'?...

7.6AI score
SaveExploits0
CNVD
CNVD
added 2016/11/02 12:0 a.m.4 views

Remote Code Execution Vulnerability in ThinkPHP 5

ThinkPHP is an open source PHP framework. A remote code execution vulnerability exists in ThinkPHP 5. ThinkPHP 5 is vulnerable to a remote code execution vulnerability due to unfiltering and improper use of sensitive functions when rendering template content. An attacker can exploit the...

8.7AI score
SaveExploits0
CNVD
CNVD
added 2016/07/29 12:0 a.m.5 views

SQL Injection, Remote Command Execution Vulnerabilities Exist in Kinglion Technologies Call System

Jinlun Technology Call System is a set of intelligent telemarketing management system specially designed by Shenzhen Jinlun Communication Co. Jinlun call system exists SQL injection, remote command execution vulnerability, due to SOAP interface external entity injection and the use of Think php...

9.1AI score
SaveExploits0
seebug.org
seebug.org
added 2016/03/24 12:0 a.m.24 views

53KF /new/client.php sql注入漏洞

利用过程: 53KF 采用ThinkPHP框架, 注入地址:http://xxx.com/new/client.php?m=Statistic&a=setLost&field=chatrobotlost&type=plus&companyid0=1,companyid0存在时间盲注 payload: /new/client.php?m=Statistic&a=setLost&field=chatrobotlost&type=plus&companyid0=-1%20or%201!=sleep5limit%201%23between...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2016/03/19 12:0 a.m.44 views

yershop多用户商城系统 Driver.class.php等多处SQL注入漏洞

0x01漏洞简介 yershop是采用thinkphp框架开发的一套商城系统。其在以下3处存在SQL注入漏洞: 1Driver.class.php 可以通过以下的payload进行注入: index.php?c=Article&a=index&category0==1 or updatexml1,concat1,select concatuser,1,version,1%23in&category1=xxxx 2TuanController.class.php 可以通过以下的payload进行注入: /index.php?c=Tuan&a=category&id0==1 or...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2016/03/19 12:0 a.m.18 views

ThinkPHP 模板常量__SELF__ XSS漏洞

No description provided by source...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2016/03/01 12:0 a.m.79 views

ThinkPHP v3.1-3.2 Driver.class.php SQL注入漏洞

No description provided by source...

7.1AI score
SaveExploits0
CNVD
CNVD
added 2016/02/16 12:0 a.m.3 views

File upload vulnerability in mao10cms frontend

Mao10CMS is based on Thinkphp and Bootstrap development of free open-source PHP building system, suitable for building a variety of mini-malls, shopping and sharing, community and corporate websites. mao10cms foreground /do/imgupload.php file file upload vulnerability, due to $FILES over the file...

7.2AI score
SaveExploits0
seebug.org
seebug.org
added 2016/01/04 12:0 a.m.22 views

ThinkPHP官网XSS漏洞

简要描述: ThinkPHP官网XSS漏洞,我就不信你不给审核通过! 详细说明: 漏洞地址http://www.thinkphp.cn/topic/35973.html 详情自己看图! 漏洞证明:...

7.1AI score
SaveExploits0
myhack58
myhack58
added 2015/12/08 12:0 a.m.59 views

LuManager high-risk SQL injection 0day analysis-vulnerability warning-the black bar safety net

2 0 1 5 year 9 month 7 day Ali cloud shield situational awareness system captures the LuManager system of 0day a gold that confirmed that the vulnerabilities once a hacker can use directly to the highest authority of the login background, upload webshell, the control system database, the operatio...

0.2AI score
SaveExploits0
seebug.org
seebug.org
added 2015/11/04 12:0 a.m.49 views

ThinkPHP框架特性引发的SQL注入漏洞

简要描述: ThinkPHP框架本身缺陷导致SQL注入漏洞,基本影响所有使用ThinkPHP开发的应用,包括thinksns、onethink等 详细说明: 关键代码在\ThinkPHP\Library\Think\Db\Driver.class.php,683行。 / order分析 @access protected @param mixed $order @return string / protected function parseOrder$order ifisarray$order $array = array; foreach $order as $key=$val...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/09/15 12:0 a.m.35 views

ThinkPHP Ubb标签 读取任意内容

详细说明: Common/extend.phpCore/Extend/Function/extend.php 成因:ThinkPHP的Ubb标签,有一个代码高亮的功能,即满足: codexxx/code或者phpxxx/php的时候,会对中间的xxx读取,并高亮,xxx是路径,而非具体的代码,如下图1,输入路径后,当文件存在,返回的是高亮后的文件内容 当path=code/etc/passwd/code,成功读取对应内容,也就是说,当某网站用ThinkPHP开发,并提供评论功能(支持UBB)标签的时候,发帖并输入code/etc/passwd/code,即可读取任意内容...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/06/20 12:0 a.m.68 views

ThinkPHP设计缺陷导致逻辑漏洞造成密码找回绕过等问题

简要描述: 在不正确使用 ThinkPHP 时,可能会造成参数处理流程导致的逻辑漏洞。 详细说明: ThinkPHP 处理传入的参数的时候,如果直接带入一个数组,接着数组带入 SQL 语句,会产生之前 phithon 大牛爆的 0day: WooYun: ThinkPHP框架架构上存在SQL注入 利用方式很简单: data0=exp&data1=SQLI 然而,thinkphp 支持的不仅仅是 exp,像 like、in,都会支持。 也就是说,我们可以在很多地方精心构造一个参数,导致造成逻辑漏洞。比如找回密码、权限验证等。 我们传入: data0=like&data1=x%25...

7.6AI score
SaveExploits0
seebug.org
seebug.org
added 2015/05/27 12:0 a.m.21 views

thinkphp 某处缺陷可造成sql注射

简要描述: thinkphp 某处缺陷可造成sql注射 详细说明: 下载最新的版本: 强调一下和ph大神的漏洞 信息不一样 地方和函数都不一样 他那个已经被修复了 写一个demo: public function test $data = $GET'data'; $u = M'Data'-dataarray 'data' = $data -add; dump$u; 问题出在哪里: 先看看data函数: public function data$data='' if'' === $data && !empty$this-data return $this-data;...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/05/19 12:0 a.m.42 views

53KF客服系统通用注入(thinkphp案例)

简要描述: thinkphp 框架注入. 详细说明: 见 WooYun: ThinkPHP最新版本SQL注入漏洞 延时注入: http://test2.53kf.com/new/client.php?m=Statistic&a=setLost&field=chatrobotlost&type=plus&companyid0==-1%20or%201!=sleep1limit%201%23between 漏洞证明: 很多企业都使用此客服系统: 恒生电子...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/04/26 12:0 a.m.32 views

ThinkPHP 默认配置导致验证码暴力破解

简要描述: ThinkPHP 默认配置导致验证码暴力破解 详细说明: 最近用Thinkphp时发现,验证码类默认的check函数在检查完验证码是否正确后,并未重置session,导致可被暴力破解。 写这样的代码,再看看Verify类的check函数, public function check$code, $id = '' $key = $this-authcode$this-seKey.$id; // 验证码不能为空 $secode = session$key; ifempty$code || empty$secode return false; // session 过期...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/04/13 12:0 a.m.23 views

Mao10CMS V3.3.0 两处sql注入(官网demo测试)

简要描述: V3.3.0 两处sql注入。 详细说明: 发现mao10 用的是老版本的tp框架,于是乎注入就来了。。 1 /Application/User/Controller/IndexController.class.php public function edit$id=false if!isnumeric$id $id = mcuserid; ; ifisnumeric$id ifmcuserid==$id ifmcremovehtml$POST'title','all' $title =...

7AI score
SaveExploits0
myhack58
myhack58
added 2015/04/11 12:0 a.m.61 views

ThinkPHP a filter caused by improper SQL injection vulnerabilities and solutions-vulnerability warning-the black bar safety net

The problem occurs in the session, the Thinkphp support the replacement of the session handle that. the handle includes a Db and Memcache, the following configuration can use database as session storage: Set options in the database to insert the table prefix think can define your own: the /...

SaveExploits0
seebug.org
seebug.org
added 2015/04/07 12:0 a.m.12 views

Mao10CMS V3.1.0 SQL注入

简要描述: Mao10CMS V3.1.0 SQL注入 详细说明: Application\User\Controller\LostpassController.class.php 第13行 $pageid = M'meta'-where"metakey='useremail' AND metavalue='".I'param.useremail'."' AND type='user'"-getField'pageid'; 这里的I'param.useremail' 直接从GET插入,没有经过过滤。 把ThinkPHP执行的sql语句输出,输入单引号测试一下 测试payload...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/03/16 12:0 a.m.20 views

ThinkPHP某处设计缺陷可导致getshell

简要描述: ThinkPHP某处设计缺陷可导致getshell 详细说明: thinkphp中有个缓存函数S,在使用文件方式的缓存的时候,程序会有写出文件的操作。由于没做好过滤导致了代码执行。 判断缓存不存在则写出缓存文件。在使用文件缓存的时候,由于未对缓存文件设置访问权限。导致代码执行。 浏览器中访问 http://localhost:8888/thinkphp/Home/Index/index/?w=%0A;phpinfo%28%29;// 缓存写出成功,然后访问应用目录下的runtime/temp目录,文件名为key的32位md5. 成功执行phpinfo 漏洞证明:...

7.1AI score
SaveExploits0
Rows per page
Query Builder