1118 matches found
KesionCMS V9.5一处鸡肋的xss可打前台用户后台管理(两个猥琐的思路让鸡肋不再鸡肋)#2
简要描述: 呵呵 详细说明: 听说通用型有奖金,所以我就来了!! 还是上次的测试站点 首先如果你是站长这个xss利用更加不鸡肋了!! 申请友情链接 假入你是个站长,请按照他要求填写信息,由于我是测试所以就乱填了!! IE登陆后台看看 会在非常显眼的地方提示你有待审核的友情链接 假如我们审核通过了(ps:前几天我测试的时候插入代码alert/3/,当时我猥琐的想到应该是只过滤一次,前台在修改一下链接就OK了,然后我就继续测试,果真是只过滤一次) 假如链接通过了 这时我们在前台在修改下自己的友情链接 提交成功后返回前台弹窗(打前台会员!!) IE下后台查看友情链接 弹窗,证明可以盲打后台管理...
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...
YXcmsApp某处xss导致getshell
简要描述: xss到后台导致getshell一条龙服务不过略鸡肋。 详细说明: YXCMS是一款面向企业的内容管理系统,采用三级缓存,MVC架构以BSD协议开源。 注册了用户以后来到用户管理页面,点击信息发布 - 增加咨询,发现是一个富文本编辑器,kindeditor。不管是什么编辑器,既然给了一个用户这么大的权限,这种情况下很容易出现xss。 随便输入点什么东西,抓包,修改content字段内容,写你的xss代码,什么都行。 好了。管理员在后台就能看到我提交的文章: 然后编辑的话就能触发xss:...
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...
[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...
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;...
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'...
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...
[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,...
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等,嘿,只捡有用的字段说,然后就有了下图: 漏洞证明:...
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/"...
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.在查看购物车页面,点击更新购物车,执行注入代码二次注入嘛,单引号可用了 代码分析:...
WordPress Occasions 1.0.4 Cross Site Request Forgery
CSRF Occasions input type="hidden" name="occtype1" value="1"...
WordPress Plugin Occasions 1.0.4 - Cross-Site Request Forgery
CSRF Occasions input type="hidden" name="occcontent1...
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...
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...
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:...
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...
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...
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...