Lucene search
K

415 matches found

seebug.org
seebug.org
added 2013/06/07 12:0 a.m.570 views

Dedecms v57 sp1 plus/download.php SQL注入漏洞

起因是全局变量$GLOBALS可以被任意修改,随便看了下,漏洞一堆,我只找了一处。 codeinclude/dedesql.class.php ifisset$GLOBALS'arrs1' $v1 = $v2 = ''; for$i=0;isset$arrs1$i;$i++ $v1 .= chr$arrs1$i; for$i=0;isset$arrs2$i;$i++ $v2 .= chr$arrs2$i; //解码ascii $GLOBALS$v1 .= $v2; //注意这里不是覆盖,是+ function SetQuery$sql $prefix="@"; $sql =...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2013/06/03 12:0 a.m.32 views

espcms后台getshell-1

简要描述: 详细说明: 修改模板处未限制路径,可以通过../修改template目录以外的php文件,写入一句话。 (此处为了方便演示,写入了首页,写入了phpinfo,实际情况可以在隐蔽的文件写入一句话) 正常的修改是这样的 接下来,构造url...

7.1AI score
Exploits0
myhack58
myhack58
added 2013/06/03 12:0 a.m.18 views

dedecms use xss+csrf getshell-a vulnerability warning-the black bar safety net

Recently really busy,long time no update the blog. dedecms vulnerabilities a lot,but the vendors are not doing the repair. Before the storm clouds burst a secondary injection vulnerabilities,in which the title toxss,but the official just to repair the injection,xssand there is no repair,just in...

Exploits0
seebug.org
seebug.org
added 2013/05/29 12:0 a.m.63 views

Ecshop后台getshell漏洞

简要描述: 非模板 详细说明: 爆路径+sql命令执行=getshell 0x01.爆路径,得到物理路径 http://127.0.0.1/ecshop/languages/enus/common.php 0x02.后台sql语句执行处,into outfile写文件,配合上步得到的物理路径拿shell 在sql语句处输入: select "" into outfile '物理路径//test.php'; 0x03.提交执行,接下来,mysql报错了 0x04.再去看看,可爱的shell已经在那里了 漏洞证明: https://i...

7.1AI score
Exploits0
myhack58
myhack58
added 2013/05/02 12:0 a.m.26 views

Xiuno BBS 2.0 background getshell vulnerabilities-vulnerability warning-the black bar safety net

Author: ztz@Dis9Team 0×0 vulnerability overview 1. The system configuration is not stored in the database, but stored in the conf. php; 2. Use the array method to store; 3. Have escape: ‘ = \’ ; 4. The ‘\’without escaping; 5. Insert the\’will be escaped as\\’php\ \ \represents one, and single...

6.9AI score
Exploits0
myhack58
myhack58
added 2013/04/09 12:0 a.m.15 views

thinksns V3 getshell vulnerabilities attached to the use of the method-vulnerability warning-the black bar safety net

tick test re-test is that the results of the proceedings I applied for didn't let me into listening to friends say this I'll probably see you found a getshell Anyway all tested so many hackers surely by the time someone dug out might as well put out attachaction.class.php | 1 | public function...

7.2AI score
Exploits0
myhack58
myhack58
added 2013/04/09 12:0 a.m.320 views

dedecms exploit summary-vulnerability warning-the black bar safety net

dedecms 5.6 rss injection vulnerability http://www.test.com/plus/rss.php?tid=1&Cs1=1&Cs2%20AND%2 0% 2 2% 2 7% 2 2%20AND%20updatexml%2 8 1,%28SELECT CONCAT%280x5b,uname,0x3a,MID%28pwd,4,1 6% 2 9,0x5d%2 9%20FROM%20dedeadmin%29,1%2 9%2 3'0=1 DedeCms v5. 6 embed malicious code execution vulnerability...

0.9AI score
Exploits0
myhack58
myhack58
added 2013/04/09 12:0 a.m.25 views

Lxblog blog system variables cover the resulting injection+Getshell attached to the use of the exp-bug warning-the black bar safety net

Nonsense: lxblog is www. phpwind. net development of multi-blog system, now seems to have stopped updating! Statement: We only do the technical research, please do not illegally used, together with consequences with himself, independent of it! Text: Key file:/mod/ajaxmod.php if ! empty$POST $POST...

7.4AI score
Exploits0
myhack58
myhack58
added 2013/04/09 12:0 a.m.14 views

kesioncms(news cms) 6. x to 8. x version getshell vulnerabilities attached to the use of the exp-bug warning-the black bar safety net

Not on the submitted parameter is determined, the result can be written to any file on the server... Wap/Plus/PhotoVote. asp 1 4 – 2 3 Dim KS:Set KS=New PublicCls Dim ID:ID = ReplaceKS. S“ID”,” “,”" Dim ChannelID:ChannelID=KS. G“ChannelID” If ChannelID=”" Then ChannelID=2 If the KS...

7.9AI score
Exploits0
myhack58
myhack58
added 2013/04/08 12:0 a.m.22 views

Tech-ex 6. x~8. x getshell 0day-vulnerability warning-the black bar safety net

Brief description: Not on the submitted parameter is determined, the result can be written to any file on the server... Detailed description: Wap/Plus/PhotoVote. asp 1 4 - 2 3 Dim KS:Set KS=New PublicCls Dim ID:ID = ReplaceKS. S"ID"," ","" Dim ChannelID:ChannelID=KS. G"ChannelID" If ChannelID=""...

Exploits0
seebug.org
seebug.org
added 2013/03/28 12:0 a.m.13 views

Espcms v5.6 暴力注入

简要描述: Espcms 某处挺有意思的注入,虽然对传值有加密并且随机key,但可以逆向重举这个弱伪随机数来控制sql任意参数,导致系统注入 详细说明: interface\membermain.php 第 33行 $dbsql = "SELECT FROM $dbtable1 LEFT JOIN $dbtable2 ON a.userid = b.userid WHERE a.userid = $this-ecmemberusernameid "; ecmemberusernameid 直接从cookies的ecispmemberinfo 系统对cookie进行特定的加密 并且随机出k...

7AI score
Exploits0
myhack58
myhack58
added 2013/03/26 12:0 a.m.14 views

BLDCMS(the white boss novels) Getshell 0day EXP-vulnerability warning-the black bar safety net

Before the want to engage in a black wide Station found next to the station there is a station with a BLDCMS I download it to see.. found a getshellvulnerability Saying last night, Sunny day a small cast in 90sec found someone to put this getshell vulnerability analysis of the issue to the RUB...

7.1AI score
Exploits0
myhack58
myhack58
added 2013/03/14 12:0 a.m.39 views

PHPCMS v9 Getshell(apache to parse)vulnerabilities EXP-vulnerability warning-the black bar safety net

Vulnerability file: phpcms\modules\attachment\attachments.php Suffix detected: phpcms\modules\attachment\functions\global.func.php Fileext function is the file name suffix of the extract. According to this function if we Upload a file named ddd. Php. jpg%2 0%2 0%2 0%2 0%2 0%2 0%20Php After this...

0.4AI score
Exploits0
myhack58
myhack58
added 2013/01/26 12:0 a.m.9 views

Thousand Bo enterprise website management system injection 0day&GetShell-a vulnerability warning-the black bar safety net

Thousand Bo enterprise website management system is a set of common enterprise website management system, many on the market of the corporate website is modified its source code. It ASPX version is encapsulated, that is to say a lot of things is to put the DLL inside, so to view the source code t...

7.1AI score
Exploits0
myhack58
myhack58
added 2013/01/07 12:0 a.m.15 views

Restaurant cms getshell vulnerabilities-vulnerability warning-the black bar safety net

Vulnerability type: code execution Keywords: inurl:index. php? m=shopcar The problem is in the/install/index. php file. In the program after the installation, will be in the program root directory generated under the install. lock file. And the/install/index. php in to determine whether there is...

7.3AI score
Exploits0
myhack58
myhack58
added 2012/12/29 12:0 a.m.21 views

PHPDrive privilege elevation vulnerability and the Fix-vulnerability warning-the black bar safety net

PHPDrive is set to run in the PHP environment file management system, can be applied to a network disk, enterprise document management, schools, team management, software, file, CMS, etc. includes/user.lib.php Row 8 7 function getip ifisset$SERVER"HTTPXFORWARDEDFOR"&&$SERVER"HTTPXFORWARDEDFOR" $i...

7.2AI score
Exploits0
myhack58
myhack58
added 2012/10/25 12:0 a.m.14 views

phpyun talent system injection+background getshell-a vulnerability warning-the black bar safety net

Paul id proof 0day - - would have been ready to throw the clouds, but look to have previously submitted a This sets the source of the hole no response..just lost it. No nonsense /model/class/action.class.php 6 0 3 row function funipget if getenv"HTTPCLIENTIP" && strcasecmpgetenv"HTTPCLIENTIP",...

1.1AI score
Exploits0
seebug.org
seebug.org
added 2012/10/21 12:0 a.m.24 views

ecshop csrf getshell

简要描述: 吐槽下ecshop后台安全性真的太弱了。。前台组合xss来猥琐的让管理员后台getshell 详细说明: 0x0 后台getshell 在includes/clstemplate.php fetch函数 / 处理模板文件 @access public @param string $filename @param sting $cacheid @return sring / function fetch$filename, $cacheid = '' if !$this-seterror errorreportingEALL ^ ENOTICE; $this-seterror+...

7.1AI score
Exploits0
myhack58
myhack58
added 2012/10/14 12:0 a.m.13 views

shopex front Desk ordinary users getshell vulnerabilities-vulnerability warning-the black bar safety net

Use method: First: Think of a way to find the target site's absolute path http://www.test.com/install/svinfo.php?phpinfo=true http://www.test.com/core/api/shopapi.php http://www.test.com/core/api/site/2.0/apib2b20cat.php http://www.test.com/core/api/site/2.0/apib2b20goodstype.php...

7.3AI score
Exploits0
myhack58
myhack58
added 2012/10/05 12:0 a.m.29 views

SongCMS enterprise website backstage management system, several problems result getshell-a vulnerability warning-the black bar safety net

SongCMS enterprise built Station system is based on ASP+ACCESS/SQL technical site background management system, Suitable for General programmers to develop a variety of personalized corporate website,database and call the function have detailed comments; ewebeditor: inc/ewebeditor/adminlogin. asp...

2.1AI score
Exploits0
Rows per page
Query Builder