Lucene search
+L

4721 matches found

seebug.org
seebug.org
added 2014/09/23 12:0 a.m.41 views

FineCMS 最新版存储型xss跨后台getshell和多处xss合集

简要描述: FineCMS 最新版xss跨后台getshell和多处xss合集,我知道这个厂商习惯性忽略,但是这只是一个开始,一个开始,开始........................... 详细说明: 首先我们演示一下第一个xss,通过这个xss,反弹后台getshell: 第一步,我们注册一个用户,如果管理员审核通过,也就是说这个用户是个普通的正常用户 我们去图片发表处: 下来我们看看本页也能弹出来: 下来我们去后台看看 是否能够弹出来: ok 到这里我们已经看到了这个xss,肯定会引起管理员的审核: 下来我们更换xss的payload: 我们用iframe标签: 加载远端js...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/09/13 12:0 a.m.24 views

Discuz!x xss反弹后台无防御sql注入getshell(附带exploit)

简要描述: Discuz!x xss反弹后台无防御sql注入getshell,这里的xss只是做一个药引子,因为xss来自日志功能,然而这个日志功能却又默认关闭的,为了测试我们开启它。这个漏洞应该是所有dz通杀的,我下载了最新版本的所以测试通过...... 详细说明: 首先我们开启日志功能,然后存储一个xss看看: 测试一个xss页面: 我们调到文章页面看看,是否被执行了: 下来我们看看怎样把这个发给管理员呢,底下有一个举报页面: 我们以管理员的身份看看这个后台的举报请求: 这个过程我们分析完毕了,下来我们看看后台一处,无防御的sql注入:...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2014/09/08 12:0 a.m.33 views

vBulletin 5.1.x - Persistent Cross-Site Scripting

Title: vBulletin 5.1.X - Cross Site Scripting Date: 05.09.14 Version: = 5.1.2 Latest ATM Vendor: vbulletin.com Contact: smash at devilteam.pl 1 Agenda Latest vBulletin forum software suffers on persistent cross site scripting vulnerability, which most likely can be used against every user, such a...

5.3AI score
SaveExploits0
NVD
NVD
added 2014/08/22 1:55 a.m.28 views

CVE-2014-5274

Cross-site scripting XSS vulnerability in the view operations page in phpMyAdmin 4.1.x before 4.1.14.3 and 4.2.x before 4.2.7.1 allows remote authenticated users to inject arbitrary web script or HTML via a crafted view name, related to js/functions.js...

3.5CVSS5AI score0.01016EPSS
SaveExploits1References4
CVE
CVE
added 2014/08/22 1:0 a.m.84 views

CVE-2014-5273

CVE-2014-5273 corresponds to multiple XSS vulnerabilities in phpMyAdmin affecting 4.0.x (<4.0.10.2), 4.1.x (<4.1.14.3), and 4.2.x (

3.5CVSS5.2AI score0.01706EPSS
SaveExploits1References8Affected Software1
seebug.org
seebug.org
added 2014/08/12 12:0 a.m.39 views

php云问答功能处存储型xss

简要描述: 需要主动触发。 详细说明: http://www.hr135.com/ask/index.php 测试地址:http://www.hr135.com/ask/index.php?c=content&id=162 超级链接写入:javascriptalert1 &NewLine是HTML5新增的实体命名编码 firebug之类工具修改链接名称增加欺骗性 成功触发JS 使用追问功能再次添加超级链接:javascriptalertdocument.cookie 成功弹出cookie 漏洞证明:...

7.1AI score
SaveExploits0
WPVulnDB
WPVulnDB
added 2014/08/01 10:59 a.m.27 views

JS MultiHotel 2.2.1 - refreshDate.php roomid Parameter Reflected XSS

The js-multihotel WordPress plugin was affected by a refreshDate.php roomid Parameter Reflected XSS security vulnerability...

4.3CVSS2.4AI score0.01986EPSS
SaveExploits1References2Affected Software1
WPVulnDB
WPVulnDB
added 2014/08/01 10:59 a.m.24 views

JS MultiHotel 2.2.1 - includes/delete_img.php path Parameter Reflected XSS

The js-multihotel WordPress plugin was affected by an includes/deleteimg.php path Parameter Reflected XSS security vulnerability...

4.3CVSS2.4AI score0.02041EPSS
SaveExploits1References3Affected Software1
WPVulnDB
WPVulnDB
added 2014/08/01 10:59 a.m.18 views

Traffic Analyzer 3.3.2 - js/ta_loaded.js.php aoid Parameter XSS

The trafficanalyzer WordPress plugin was affected by a js/taloaded.js.php aoid Parameter XSS security vulnerability...

4.3CVSS2.7AI score0.13939EPSS
SaveExploits2References1Affected Software1
WPVulnDB
WPVulnDB
added 2014/08/01 10:58 a.m.12 views

Js-appointment <= 1.5 - SQL Injection

The Js-appointment WordPress plugin was affected by a SQL Injection security vulnerability...

2.6AI score
SaveExploits0References1Affected Software1
Prion
Prion
added 2014/07/29 2:55 p.m.19 views

Code injection

WeBid 1.1.1 allows remote attackers to conduct an LDAP injection attack via the 1 js or 2 cat parameter...

7.5CVSS7.5AI score0.02096EPSS
SaveExploits1References2Affected Software1
seebug.org
seebug.org
added 2014/07/18 12:0 a.m.56 views

Maccms V8 储存型xss(绕过360防护)

简要描述: rt 详细说明: 自带的360防护脚本对于xss过滤太弱, 留言处没有 对html代码进行实体转义,造成xss。 如,提交 "onerror="eval'\141\154\145\162\164\50\61\51'" 后台查看留言即可触发 加载远程js可偷cookie 漏洞证明:...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/15 12:0 a.m.27 views

ThinkSAAS 2.2 存储型XSS(绕过防护机制)

简要描述: rt 详细说明: 富文本过滤的代码片段: function cleanJs$text $text = trim $text ; //$text = stripslashes $text ; // 完全过滤注释 $text = @pregreplace '//', '', $text ; // 完全过滤动态代码 $text = @pregreplace '//', '', $text ; // 完全过滤js $text = @pregreplace '//', '', $text ; // 过滤多余html $text = @pregreplace '//i', '', $te...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2014/07/09 12:0 a.m.5 views

PT-2014-5346

Name of the Vulnerable Software and Affected Versions OpenStack Dashboard Horizon versions 2013.2.3 and earlier OpenStack Dashboard Horizon versions 2014.1 and earlier, excluding 2014.1.2 and later OpenStack Dashboard Horizon versions Juno and earlier, excluding Juno-2 and later Description A...

3.5CVSS6AI score0.01917EPSS
SaveExploits1References31
seebug.org
seebug.org
added 2014/07/04 12:0 a.m.25 views

cmseasy 反射型XSS无视浏览器filter无视360webscan

简要描述: RT,cmseasy后台是可以csrf getshell的。但我这里,就算以后cmseasy后台加token、验证referer,我也不怕了,反正是XSS,可以窃取token的,referer也是本站。 详细说明: 这个反射型XSS出在/bbs/index.php中,第4行: window.location.href='". strreplace'/bbs', '', $SERVER'REQUESTURI'."';"; requireonce 'bbspublic.php'; $category = dbbbscategory::getInstance;...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.55 views

WeBid 1.0.2 persistent XSS via SQL Injection

No description provided by source. Exploit Title: presistent XSS through SQLi WeBid 1.0.2 Google Dork: powered by WeBid Date: 15-06-2011 Author: Saif El-Sherei Software Link: http://sourceforge.net/projects/simpleauction/ Version: 1.0.2 Tested on: Firefox 4, XAMPP Info: Open source php/mysql full...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.29 views

Alt-N MDaemon 13.0.3 and 12.5.6 Email Body HTML/JS Injection Vulnerability

No description provided by source. ============================================================== Alt-N MDaemon Email Body HTML/JS Injection Vulnerability ============================================================== Software: Alt-N MDaemon v13.0.3 and prior versions Vendor: http://www.altn.com/...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.24 views

WP-SpamFree WordPress Spam Plugin SQL Injection Vulnerability

No description provided by source. Exploit Title: WordPress wpsf-js plugin, SQL Injection Date: 2011-09-25 Author: cheki Version:3.2.1 Tested on:linux Used: sqlmap SQL Injection http://target/wp-content/plugins/wp-spamfree/js/wpsf-js.php?id=1 Exploit:id=-1; WAITFOR DELAY '0:0:5';-- or id=-1 AND...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.18 views

WordPress Js-appointment plugin <= 1.5 - SQL Injection Vulnerability

No description provided by source. Exploit Title: WordPress Js-appointment plugin = 1.5 SQL Injection Vulnerability Date: 2011-08-26 Author: Miroslav Stampar miroslav.stamparatgmail.com @stamparm Software Link: http://downloads.wordpress.org/plugin/js-appointment.1.5.zip Version: 1.5 tested Note:...

7.1AI score
SaveExploits0
Patchstack
Patchstack
added 2014/06/23 12:0 a.m.18 views

WordPress Appointment Scheduler Plugin <= 1.5 - XSS

Because of this vulnerability in js/test.php, the attackers can inject arbitrary web script or HTML via the lang parameter. Solution Update the plugin...

4.3CVSS2.6AI score0.01629EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder