vendor:
Church Management System
by:
Murat DEMIRCI
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Church Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:church_management_system:1.0
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
Church Management System 1.0 – ‘password’ SQL Injection (Authentication Bypass)
The admin login of this app is vulnerable to sql injection login bypass. Anyone can bypass admin login authentication by sending a POST request with a username of 'test' and a password of ' or 'a'='a'
Mitigation:
Input validation should be used to prevent SQL injection attacks.