Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | IndonesiaHack Advisory HTML injection in PHP Fusebox |
|---|---|
| Date: | 17 Jan 2006 07:32:35 -0000 |
IndonesiaHack Advisory HTML injection in PHP Fusebox Author : Ph03n1X Email : king_purba@yahoo.co.uk Software Description Name : PHP Fusebox 4.0.6 Vendor : http://prdownloads.sourceforge.net/php-fusebox/FB3_PHP_b6.zip?download PoC : http://site.xxx/fusebox/index.php?fuseaction=<h1><marquee>Halo</marquee></h1> Vulnerable Code in file fbx_Fusebox3.0_PHP4.0.6.php : $FB_["rawFA"] = ($attributes["fuseaction"]); if(ListLen($FB_["rawFA"], ".") == 1 && substr($FB_["rawFA"], -1) == ".") { $Fusebox["fuseaction"] = "Fusebox.defaultFuseaction"; } Fix: $FB_["rawFA"] = htmlspecialchars($attributes["fuseaction"]); if(ListLen($FB_["rawFA"], ".") == 1 && substr($FB_["rawFA"], -1) == ".") { $Fusebox["fuseaction"] = "Fusebox.defaultFuseaction"; } Credit : Zhainal, No-p****le (Bole disebut gak namanya om), All crew IndonesiaHack @ dalnet Nanang SW, nighlogin
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | MDKSA-2006:016 - Updated clamav packages fix vulnerability, Mandriva Security Team |
|---|---|
| Next by Date: | Re: Reverse Proxy Cross Site Scripting, Amit Klein (AKsecurity) |
| Previous by Thread: | MDKSA-2006:016 - Updated clamav packages fix vulnerability, Mandriva Security Team |
| Next by Thread: | Re: IndonesiaHack Advisory HTML injection in PHP Fusebox, brian428 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |