Lucene search
+L

1118 matches found

seebug.org
seebug.org
added 2014/05/29 12:00 a.m.61 views

KesionCMS V9.5一处鸡肋的xss可打前台用户后台管理(两个猥琐的思路让鸡肋不再鸡肋)#2

简要描述: 呵呵 详细说明: 听说通用型有奖金,所以我就来了!! 还是上次的测试站点 首先如果你是站长这个xss利用更加不鸡肋了!! 申请友情链接 假入你是个站长,请按照他要求填写信息,由于我是测试所以就乱填了!! IE登陆后台看看 会在非常显眼的地方提示你有待审核的友情链接 假如我们审核通过了(ps:前几天我测试的时候插入代码alert/3/,当时我猥琐的想到应该是只过滤一次,前台在修改一下链接就OK了,然后我就继续测试,果真是只过滤一次) 假如链接通过了 这时我们在前台在修改下自己的友情链接 提交成功后返回前台弹窗(打前台会员!!) IE下后台查看友情链接 弹窗,证明可以盲打后台管理...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/01/09 12:00 a.m.46 views

PHPmywind cms存在sql注入漏洞

简要描述: PHPmywind cms存在前台直接sql注入 详细说明: PHPmywind cms存在前台直接sql注入 漏洞证明: /product.php?cid= www.bangtai119.com/product.php?cid=6&page=1 http://ybaje.com/product.php?cid=6...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/01/05 12:00 a.m.135 views

YXcmsApp某处xss导致getshell

简要描述: xss到后台导致getshell一条龙服务不过略鸡肋。 详细说明: YXCMS是一款面向企业的内容管理系统,采用三级缓存,MVC架构以BSD协议开源。 注册了用户以后来到用户管理页面,点击信息发布 - 增加咨询,发现是一个富文本编辑器,kindeditor。不管是什么编辑器,既然给了一个用户这么大的权限,这种情况下很容易出现xss。 随便输入点什么东西,抓包,修改content字段内容,写你的xss代码,什么都行。 好了。管理员在后台就能看到我提交的文章: 然后编辑的话就能触发xss:...

7.2AI score
SaveExploits0
Japan Vulnerability Notes
Japan Vulnerability Notes
added 2013/11/20 7:14 a.m.11 views

EC-CUBE information disclosure vulnerability

Overview EC-CUBE from LOCKON CO.,LTD. is an open source system for creating shopping websites. EC-CUBE contains an information disclosure vulnerability due to an issue in processing front features. LAC Co., Ltd. reported this vulnerability to the developer. JPCERT/CC coordinated with the develope...

5.5CVSS6.3AI score0.01172EPSS
SaveExploits1References7
Kitploit
Kitploit
added 2013/11/09 12:21 a.m.36 views

[Bluelog v1.1.2] Linux Bluetooth scanner

Bluelog is a Linux Bluetooth scanner with optional daemon mode and web front-end, designed for site surveys and traffic monitoring. It's intended to be run for long periods of time in a static location to determine how many discoverable Bluetooth devices there are in the area. While there are man...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2013/09/24 12:00 a.m.32 views

Z-Blog的PHP版前台存储型XSS漏洞一

简要描述: 看到你们内测的消息我就屁颠屁颠地跑过来了,花了两个通宵看代码发现几处漏洞.. 这里先绕过了你们XSS过滤脚本.. 详细说明: 问题出在 /zbsystem/function/csystemcommon.php function TransferHTML$source,$para ifstrpos$para, 'nohtml'!==false $source=pregreplace"//si","",$source; ifstrpos$para, 'noscript'!==false $source=pregreplace"/.?/si","",$source;...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/09/24 12:00 a.m.37 views

Z-Blog的php版前台正则SQL盲注漏洞

简要描述: 第二发...另外有点疑惑想问下你们的开发 详细说明: 问题出在 /zbsystem/function/csystemcommon.php function GetVars$name,$type='REQUEST' if $type=='ENV' $array=&$ENV; if $type=='GET' $array=&$GET; if $type=='POST' $array=&$POST; if $type=='COOKIE' $array=&$COOKIE; if $type=='REQUEST' $array=&$REQUEST; if $type=='SERVER'...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2013/07/12 12:00 a.m.39 views

NETGEAR ReadyNAS Perl Code Evaluation

This module exploits a Perl code injection on NETGEAR ReadyNAS 4.2.23 and 4.1.11. The vulnerability exists on the web front end, specifically in the nphandler.pl component, due to an insecure usage of the eval perl function. This module has been tested successfully on a NETGEAR ReadyNAS 4.2.23...

10CVSS5.3AI score0.71599EPSS
SaveExploits5
Kitploit
Kitploit
added 2013/07/04 2:10 a.m.39 views

[Zarp v0.1.2] The Python Network Attack Tool

Zarp is a network attack tool centered around the exploitation of local networks. This does not include system exploitation, but rather abusing networking protocols and stacks to take over, infiltrate, and knock out. Sessions can be managed to quickly poison and sniff multiple systems at once,...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/06/26 12:00 a.m.24 views

shopex最新版前台一处想不到的SQL注入

简要描述: shopex代码核心的地方都做了加密处理,找漏洞就需要一点想象空间了,比如这个SQL注入... 详细说明: 存在于用户注册想不到的位置吧? 1. /core/shop/controller/ctl.passport.php 267行 if !$info = $account-create$POST,$message ... 2.看到1,想到有没有可能$account-create是foreach $POST构造sql语句的呐? 3.看数据表结构: 果断提交时$POST里加入memberid测试其实测试时我还试了mobile等,嘿,只捡有用的字段说,然后就有了下图: 漏洞证明:...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/06/24 12:00 a.m.38 views

Tipask 2.0 前台任意文件删除漏洞

简要描述: tipask可以调整头像保存并删除原始头像 在删除原始头像时使用了post提交的参数 造成任意文件删除漏洞 详细说明: function onsaveimg $x1 = $this- post'x1' ; $y1 = $this- post'y1' ; $x2 = $this- post'x2' ; $y2 = $this- post'y2' ; $w = $this- post'w' ; $h = $this- post'h' ; $ext = $this- post'ext' ; $uploadtmpfile = TIPASKROOT . "/data/tmp/"...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/06/20 12:00 a.m.30 views

ecshop最新版本前台二次注入系列(1)

简要描述: 二次注入第一枚,通读ecshop代码的结果,我是今天早上从ecshop新下的程序包,你懂的~ 详细说明: 先上结果图: 注入利用过程: 1.添加商品到购物车时,写入注入代码到商品属性id http://localhost/test/ecshop/flow.php?step=addtocart POST: goods="quick":1,"spec":"163","158'","goodsid":32,"number":"1","parent":0 注意,需要spec有两个或以上id 2.在查看购物车页面,点击更新购物车,执行注入代码二次注入嘛,单引号可用了 代码分析:...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2013/03/19 12:00 a.m.32 views

WordPress Occasions 1.0.4 Cross Site Request Forgery

CSRF Occasions input type="hidden" name="occtype1" value="1"...

0.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2013/03/19 12:00 a.m.32 views

WordPress Plugin Occasions 1.0.4 - Cross-Site Request Forgery

CSRF Occasions input type="hidden" name="occcontent1...

5.3AI score
SaveExploits0
exploitpack
exploitpack
added 2013/03/19 12:00 a.m.17 views

WordPress Plugin Occasions 1.0.4 - Cross-Site Request Forgery

WordPress Plugin Occasions 1.0.4 - Cross-Site Request Forgery CSRF Occasions input type="hidden" name="occ...

0.7AI score
SaveExploits0
myhack58
myhack58
added 2012/12/21 12:00 a.m.23 views

phpwcms 'preg_replace()'multiple remote PHP code injection vulnerability-vulnerability warning-the black bar safety net

phpwcms is an open source content management system. phpwcms 1.5.4.6 and other versions in the realization on the presence of a plurality of code injection vulnerability, an authenticated remote attacker can use the"backend user""admin user""backend user"account exploit these...

8.1AI score
SaveExploits0
exploitpack
exploitpack
added 2012/11/21 12:00 a.m.35 views

ManageEngine ServiceDesk 8.0 - Multiple Vulnerabilities

ManageEngine ServiceDesk 8.0 - Multiple Vulnerabilities Title: ====== ManageEngine ServiceDesk 8.0 - Multiple Vulnerabilities Date: ===== 2012-11-15 References: =========== http://www.vulnerability-lab.com/getcontent.php?id=689 VL-ID: ===== 689 Common Vulnerability Scoring System:...

0.1AI score
SaveExploits0
NVD
NVD
added 2012/11/17 9:55 p.m.18 views

CVE-2012-5890

The Front End User Registration srfeuserregister extension before 2.6.2 for TYPO3 allows remote attackers to obtain user names and passwords via the 1 edit perspective or 2 autologin feature...

5CVSS6.6AI score0.01369EPSS
SaveExploits0References4
CVE
CVE
added 2012/11/17 9:00 p.m.54 views

CVE-2012-5890

The CVE-2012-5890 entry concerns the Front End User Registration (sr_feuser_register) extension for TYPO3, affected up to version 2.6.1. The root cause is a vulnerability in the extension that allows remote attackers to obtain user names and passwords through the edit perspective or autologin fea...

5CVSS6.8AI score0.01369EPSS
SaveExploits0References4Affected Software1
Vulnerability Lab
Vulnerability Lab
added 2012/11/15 12:00 a.m.35 views

ManageEngine ServiceDesk 8.0 - Multiple Vulnerabilities

Document Title: =============== ManageEngine ServiceDesk 8.0 - Multiple Vulnerabilities References Source: ==================== http://www.vulnerability-lab.com/getcontent.php?id=689 Release Date: ============= 2012-11-15 Vulnerability Laboratory ID VL-ID: ==================================== 689...

7.1AI score
SaveExploits0
Rows per page
Query Builder