IndonesiaHack Advisory HTML injection in PHP Fusebox

2006.01.18
Risk: Low
Local: No
Remote: Yes
CWE: CWE-Other


CVSS Base Score: 6.4/10
Impact Subscore: 4.9/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: None

IndonesiaHack Advisory HTML injection in PHP Fusebox Author : Ph03n1X Email : king_purba (at) yahoo.co (dot) uk [email concealed] 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


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top