vendor:
Simple Phone book/directory
by:
Justin White
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Phone book/directory
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:simple_phone_book/directory: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: Linux (Ubuntu 20.04)
2021
Simple Phone book/directory 1.0 – ‘Username’ SQL Injection (Unauthenticated)
Using the username ' or sleep(5)='-- -' and a blank password to login will have the webapp sleep for 5 seconds, then the user will be logged in as ' or sleep(5)='-- -'.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied data should be validated and filtered before being used in an SQL query.