Lucene search
+L

58 matches found

seebug.org
seebug.org
added 2015/05/18 12:00 a.m.36 views

74CMS一逻辑漏洞导致两处二次注入

简要描述: 74CMS一逻辑漏洞导致两处二次注入 详细说明: 1.首先还是注册一个企业用户,在注册的过程中用burp抓包,修改里面的username字段 username=1′,1,1001,1,user,1,1,1,1,1,1,1 — a 2.74cms本来是不允许注册带有特殊字符的用户名的,但是使用这样的方法可以绕过过滤,我们来看一下数据库。 3.我们再来看哪里对该用户进行了二次数据库操作。找了很久,看到了对很多操作都提供了日志记录的功能。writememberslog函数 function...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2014/08/12 12:00 a.m.44 views

ThinkSAAS 2.2 GET型CSRF到Getshell

简要描述: 后台Getshell本想在XSS漏洞里一起提交的。。。结果我给忘了。 不过后来发现这个洞是Get型的CSRF,利用方便,老少咸宜,在社区CMS中可以说威力无限呀。 详细说明: /app/system/action/plugin.php 83行: case "delete": $apps = $GET'apps'; $pname = $GET'pname'; delDir'plugins/'.$apps.'/'.$pname; qiMsg'删除成功!'; break; 获得了GET到的值以后拼接成路径以后传入delDir函数。delDir函数: / 删除文件夹和文件夹下所有的文...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/28 12:00 a.m.27 views

qibocms 多个系统同一原因的sql注入

简要描述: 因为qibocms 拥有很多系统。 看了看昨天发的那个洞 今天再下载了几个qibo其他的系统 发现有一部分系统存在该洞。 鉴于之前qibocms打补丁的时候总是打了几个系统 而遗漏了其他几个系统。 就把存在这洞的系统全部一个一个的写出来。 详细说明: 统一来看看全局文件 $POST=AddS$POST; $GET=AddS$GET; $COOKIE=AddS$COOKIE; function AddS$array foreach$array as $key=$value if!isarray$value $value=strreplace"&x","& x",$value;...

7.2AI score
SaveExploits0
seebug.org
seebug.org
added 2014/07/09 12:00 a.m.27 views

phpdisk代码设计缺陷导致SQL注入一枚

简要描述: 攒wb 详细说明: 漏洞存在版本为PHPDisk F-Core系列 测试版本为PHPDisk F-Core v1.1 20140703 SQL注入在发布资源时被触发,参数posttag为注入点,上代码 /modules/post.inc.php,第124行左右 $db-queryunbuffered"insert into $tpfposts set ".$db-sqlarray$ins.""; $pid = $db-insertid; maketags$tags,$tagarr,$pid; //注入点 $db-queryunbuffered"update...

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

Havij <= 1.10 - Persistent XSS

No description provided by source. Exploit Title: Havij Persistent XSS =v1.10 Date: 15/6/2010 Author: hexon Version: 1.10 and below Tested on: Windows XP Service Pack 2 Professional, Windows 7 Code : htttp://site.com/file.php?param=XSS Code Havij Persistent XSS =v1.10 By : Hkhexon [email protected]...

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

Eskolar CMS 0.9.0.0 - Remote Blind SQL Injection Exploit

No description provided by source. ================================================================================================== !/usr/bin/perl use IO::Socket; ==================================================================================================...

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

PHP 4/5 addslashes() NULL Byte Bypass

No description provided by source. source: http://www.securityfocus.com/bid/11981/info PHP4 and PHP5 are reported prone to multiple remotely exploitable vulnerabilities. These issue result from insufficient sanitization of user-supplied data. A remote attacker may carry out directory traversal...

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

74cms 最新版 注入8-9

简要描述: 骑士PHP人才系统:74cms V3.4.20140530 详细说明: GBK 2字节一汉字 UTF8 三字节 一汉字。 74cms 在读取数据库的时候 charactersetclient=binary 这样没办法来直接宽字节来注入了。 得找一些转换编码的地方。 錦 从UTF8 转成 GBK之后成了 %e5%5c 74cms对GET POST COOKIE …… 都做了addslashes 所以' 转义后为' -%5C %e5%5c%5c' 两个\ 则单引号出来 再看看74cms的全局过滤 function removexss$string $string =...

7AI score
SaveExploits0
myhack58
myhack58
added 2013/08/05 12:00 a.m.64 views

ecshop the latest version of the SQL injection+stored XSS=any administrator login-vulnerability warning-the black bar safety net

Brief description: A function of the point ofSQL injectionand storageXSS, containing a variety of tips, I think I'm just a artist to Detailed description: Just under ecshop V2. 7. 3 version to 1. The vulnerability exists in the outside the station advertising statistical functionscorresponding to...

SaveExploits0
Exploit DB
Exploit DB
added 2012/01/22 12:00 a.m.37 views

MiniCMS 1.0/2.0 - PHP Code Injection

Title : miniCMS v1.0 : v2.0 php inject code Author : Or4nG.M4n Version : all version GDork : "This site is managed using MiniCMS©" Download : http://sourceforge.net/projects/mini-cms/files/mini-cms/ Thnks : +----------------------------------+ | xSs m4n i-Hmx h311 c0d3 | sp. Cyb3r-Crystal |...

7.5CVSS5.2AI score0.02657EPSS
SaveExploits2
exploitpack
exploitpack
added 2012/01/22 12:00 a.m.37 views

MiniCMS 1.02.0 - PHP Code Injection

MiniCMS 1.02.0 - PHP Code Injection Title : miniCMS v1.0 : v2.0 php inject code Author : Or4nG.M4n Version : all version GDork : "This site is managed using MiniCMS©" Download : http://sourceforge.net/projects/mini-cms/files/mini-cms/ Thnks : +----------------------------------+ | xSs m4n i-Hmx...

0.2AI score
SaveExploits0
Packet Storm
Packet Storm
added 2010/06/18 12:00 a.m.29 views

Havij 1.10 Cross Site Scripting

Exploit Title: Havij Persistent XSS =v1.10 Date: 15/6/2010 Author: hexon Software Link: http://itsecteam.com/files/Havij%201.10.rar Version: 1.10 and below Tested on: Windows XP Service Pack 2 Professional, Windows 7 Code : htttp://site.com/file.php?param=XSS Code Havij Persistent XSS =v1.10 By :...

0.1AI score
SaveExploits0
myhack58
myhack58
added 2009/06/10 12:00 a.m.22 views

MySQL secondary vulnerability of simple prevention-vulnerability warning-the black bar safety net

This article is mainly for PHP MySQL simple operation proposed to produce a secondary vulnerability causes, and prevention programmes. A, ask questions As is known, the database operation for some special characters such as single quotes“'”, backslash“\”and other meta-characters have a strict...

7.4AI score
SaveExploits0
zdt
zdt
added 2009/06/03 12:00 a.m.55 views

EgyPlus 7ml <= 1.0.1 (Auth Bypass) SQL Injection Vulnerability

Exploit for unknown platform in category web applications ============================================================== EgyPlus 7ml query"select name,pass from admin where name = '$username' and pass = '$password' "; $AdminInfo=$hazemali-numrows$sql; if$AdminInfo==1 ---- Checks if MySQL statemen...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2009/05/08 12:00 a.m.25 views

PHP mb_ereg(i)_replace() Evaluate Replacement String Vulnerability

No description provided by source. mberegireplace evaluate replacement string vulnerability by ryatwww.80vul.com when option parameter set e, matchs not be escaped. ex: ?php function hi80vul $str = '', phpinfo, ''; mberegreplace'^.$', 'hi80vul'\1'', $str, 'e'; ? phpinfo will be evaluated...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2009/05/07 12:00 a.m.23 views

PHP - mb_ereg(i)_replace() Evaluate Replacement String

PHP - mberegireplace Evaluate Replacement String mberegireplace evaluate replacement string vulnerability by ryatwww.80vul.com when option parameter set e, matchs not be escaped. ex: phpinfo will be evaluated. mberegreplace if replacelen - i = 2 && fwd == 1 && p0 == '\' && p1 = '0' && p1 = 0 && n...

0.1AI score
SaveExploits0
zdt
zdt
added 2009/05/07 12:00 a.m.19 views

PHP mb_ereg(i)_replace() Evaluate Replacement String Vulnerability

Exploit for multiple platform in category local exploits ================================================================== PHP mberegireplace Evaluate Replacement String Vulnerability ================================================================== mberegireplace evaluate replacement string...

6.9AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/05/07 12:00 a.m.37 views

PHP - 'mb_ereg(i)_replace()' Evaluate Replacement String

mberegireplace evaluate replacement string vulnerability by ryatwww.80vul.com when option parameter set e, matchs not be escaped. ex: phpinfo will be evaluated. mberegreplace if replacelen - i = 2 && fwd == 1 && p0 == '\' && p1 = '0' && p1 = 0 && n numregs if regs-begn = 0 && regs-begn endn &&...

5.8AI score
SaveExploits0
Prion
Prion
added 2009/04/21 6:30 p.m.24 views

Sql injection

SQL injection vulnerability in Load.php in Simple Machines Forum SMF 1.1.4 and earlier allows remote attackers to execute arbitrary SQL commands by setting the dbcharacterset parameter to a multibyte character set such as big5, which causes the addslashes PHP function to produce a "" backslash...

7.5CVSS9AI score0.00967EPSS
SaveExploits2References3Affected Software1
NVD
NVD
added 2009/04/21 6:30 p.m.30 views

CVE-2008-6741

SQL injection vulnerability in Load.php in Simple Machines Forum SMF 1.1.4 and earlier allows remote attackers to execute arbitrary SQL commands by setting the dbcharacterset parameter to a multibyte character set such as big5, which causes the addslashes PHP function to produce a "" backslash...

7.5CVSS8.3AI score0.00967EPSS
SaveExploits2References3
Rows per page
Query Builder