Lucene search
+L

243 matches found

seebug.org
seebug.org
added 2015/02/13 12:0 a.m.19 views

tipask注入漏洞2

简要描述: 没有啥条件限制,如果说要gpc 、 全局变量条件限制的都不是好漏洞。 详细说明: 众测来打洞,然后白盒代码就读起来了。。。(0day http://ce.wooyun.org/content/7045 function onaddcomment if isset$this-post'content' $content = htmlspecialchars$this-post'content'; $answerid = intval$this-post'answerid'; $replyauthorid = intval$this-post'replyauthor';...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/02/05 12:0 a.m.28 views

Metinfo V5.2 /job/job.php SQL注入漏洞

该问题出现在/job/job.php中,对于全局变量$mobilesql审查没有进行过滤和转义,导致该全局变量可以被覆盖,导致SQL注入的发生,下面来看看漏形成的原因。 首先全局变量被定义在methtml.inc.php中,在job.php的require方法中可以看到。 requireonce '../public/php/methtml.inc.php'; 在methtml.inc.php中可以看到对全局变量的定义,第723行的methtmlgetarray方法中 global...

7.1AI score
SaveExploits0
myhack58
myhack58
added 2014/11/27 12:0 a.m.37 views

Discuz! 6. x/7. x a global variable Defense bypass lead to command execution-vulnerability warning-the black bar safety net

Vulnerability overview: Due to php5. 3. x version php. ini settings requestorder the default value for the GP, resulting in Discuz! 6. x/7. x a global variable Defense bypass vulnerability. Vulnerability analysis: | 1 2 3 4 5 6 7 8 9 1 0 1 1 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 0 | include/global...

0.4AI score
SaveExploits0
seebug.org
seebug.org
added 2014/10/25 12:0 a.m.31 views

Discuz!某两个版本前台产品命令执行(无需登录)

简要描述: 最近总有人翻旧程序,我也翻一个出来! Discuz!某版本虽然停止维护,但使用量还很可观,各大厂商或多或少都有使用。 有条件,直接存在命令执行,但目前大多默认配置直接支持。 此漏洞在互联网上公开过,但厂商不认为是漏洞? 还是那句:没有POC,你说个jb! 不登陆,直接执行 详细说明: 影响版本:Discuz! 6.x/7.x 全局变量防御绕过漏洞 互联网比较有人公开过,看:http://www.80vul.com/dzvul/sodb/19/sodb-2010-01.txt 那时描述是:Discuz! 6.x/7.x 全局变量防御绕过漏洞 POC : 缺...

7AI score
SaveExploits0
myhack58
myhack58
added 2014/07/23 12:0 a.m.18 views

Destoon 2 0 1 4 0 5 3 0 the latest version of the super-global variable coverage lead to security issues-vulnerability warning-the black bar safety net

The code fragment 0x1 /common. inc. php, line 1 7 | 1 2 3 4 | foreacharray'POST', 'GET', 'COOKIE' as $R if$$R foreach$$R as $k = $v ifisset$$k && $$k == $v unset$$k; ---|--- The logic here is that if the post get cookie request of$the$key and$value are equal on the unset out$the$key If we are to ...

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

VisualShapers ezContents 1.x/2.0 db.php Arbitrary File Inclusion

No description provided by source. source: http://www.securityfocus.com/bid/9638/info It has been reported that ezContents may be prone to a file include vulnerability in multiple modules. The problem reportedly exists because remote users may influence the 'GLOBALSrootdp' and 'GLOBALSlanguagehom...

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

Gallery 1.3.x/1.4 - Remote Global Variable Injection Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/9490/info It has been reported that Gallery is prone to a vulnerability that may allow a remote attacker to gain unauthorized access by overwriting various values for global variables. The issue occurs due to improper...

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

XAMPP 1.6.8 - (CSRF) Change Administrative Password Exploit

No description provided by source. XAMPP change administrative password: -------------------------------------------------------------------------------- Written by Michael Brooks special thanks to str0ke Affects XAMPP 1.6.8. homepage: http://www.apachefriends.org/ XAMPP has 17+ million downloads...

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

PHP 4.x/5.0.x File Upload GLOBAL Variable Overwrite Vulnerability

No description provided by source. source: http://www.securityfocus.com/bid/15250/info PHP is prone to a vulnerability that allows attackers to overwrite the GLOBAL variable via HTTP POST requests. By exploiting this issue, remote attackers may be able to overwrite the GLOBAL variable. This may...

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

MyBB 1.1 Global Variable Overwrite Vulnerability

No description provided by source...

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

Destoon 20140530最新版超全局变量覆盖导致的安全问题(官方demo演示)

简要描述: 短时间没找到合适的注入 找了个任意文件读取发上来了 详细说明: 代码片段0x1 /common.inc.php行17 None 这里用$GET配合上传unset了$FILES然后在extract$POST的时候重新初始化了$FILES 随便选个文件提交拦下数据包 修改 Content-Disposition: form-data; name="file"; filename="" 中的filename字段为空 如图就返回了我们要读取的文件了 漏洞证明:...

7.1AI score
SaveExploits0
Check Point Advisories
Check Point Advisories
added 2014/01/07 12:0 a.m.13 views

PHP POST File Upload PHP GLOBALS Variable Overwrite Security Bypass - Ver2 (CVE-2005-3390)

A security bypass vulnerability has been reported in PHP. A remote attacker could exploit this vulnerability via a multipart/form-data POST request with a "GLOBALS" fileupload field. Successful exploitation of this vulnerability could allow a remote attacker to bypass security protections of PHP...

7.5CVSS6.3AI score0.65512EPSS
SaveExploits1
OSV
OSV
added 2013/12/19 10:55 p.m.4 views

DEBIAN-CVE-2013-7113

epan/dissectors/packet-bssgp.c in the BSSGP dissector in Wireshark 1.10.x before 1.10.4 incorrectly relies on a global variable, which allows remote attackers to cause a denial of service application crash via a crafted packet...

5CVSS6.9AI score0.02244EPSS
SaveExploits1References1
OSV
OSV
added 2013/12/19 10:55 p.m.4 views

UBUNTU-CVE-2013-7113

epan/dissectors/packet-bssgp.c in the BSSGP dissector in Wireshark 1.10.x before 1.10.4 incorrectly relies on a global variable, which allows remote attackers to cause a denial of service application crash via a crafted packet...

5CVSS7.2AI score0.02244EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2013/12/19 10:0 p.m.35 views

CVE-2013-7113

epan/dissectors/packet-bssgp.c in the BSSGP dissector in Wireshark 1.10.x before 1.10.4 incorrectly relies on a global variable, which allows remote attackers to cause a denial of service application crash via a crafted packet...

6.1AI score0.02244EPSS
SaveExploits1References9
myhack58
myhack58
added 2013/09/09 12:0 a.m.24 views

dedecms latest version of the modify any of the administrator vulnerability+getshell+exp-vulnerability warning-the black bar safety net

This vulnerability disregard gpc escape, over 80sec injected into the defense. Complement, don't worry about the backend could not be found. This is just a demo, can modify any database, also afraid to not get the SHELL for? The cause is the global variable$GLOBALS can be freely modified, just...

0.3AI score
SaveExploits0
NVD
NVD
added 2013/07/30 12:56 a.m.19 views

CVE-2013-4920

The P1 dissector in Wireshark 1.10.x before 1.10.1 does not properly initialize a global variable, which allows remote attackers to cause a denial of service application crash via a crafted packet...

5CVSS6.3AI score0.02526EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2013/07/01 12:0 a.m.31 views

FreeBSD : phpMyAdmin -- Global variable scope injection (1b93f6fe-e1c1-11e2-948d-6805ca0b3d42)

The phpMyAdmin development team reports : The import.php script was vulnerable to GLOBALS variable injection. Therefore, an attacker could manipulate any configuration parameter. This vulnerability can be triggered only by someone who logged in to phpMyAdmin, as the usual token protection prevent...

5.5CVSS8.2AI score0.01055EPSS
SaveExploits2References3
seebug.org
seebug.org
added 2013/06/07 12:0 a.m.576 views

Dedecms v57 sp1 plus/download.php SQL注入漏洞

起因是全局变量$GLOBALS可以被任意修改,随便看了下,漏洞一堆,我只找了一处。 codeinclude/dedesql.class.php ifisset$GLOBALS'arrs1' $v1 = $v2 = ''; for$i=0;isset$arrs1$i;$i++ $v1 .= chr$arrs1$i; for$i=0;isset$arrs2$i;$i++ $v2 .= chr$arrs2$i; //解码ascii $GLOBALS$v1 .= $v2; //注意这里不是覆盖,是+ function SetQuery$sql $prefix="@"; $sql =...

7.1AI score
SaveExploits0
myhack58
myhack58
added 2012/11/20 12:0 a.m.22 views

PHPMyWind v4. 5. 2 global variable overwrite 0day-vulnerability warning-the black bar safety net

Code: define‘PHPMYWINDINC’, pregreplace“//\\\\1,/”, ‘/’, dirnameFILE; define‘PHPMYWINDROOT’, pregreplace“//\\\\1,/”, ‘/’, substrPHPMYWINDINC, 0, -8; define‘PHPMYWINDDATA’, PHPMYWINDROOT.’/ data’; define‘PHPMYWINDUPLOAD’, PHPMYWINDROOT.’/ uploads’; define‘PHPMYWINDBACKUP’, PHPMYWINDDATA.’/...

7.4AI score
SaveExploits0
Rows per page
Query Builder