vendor:
Exam Form Submission
by:
Nitin Sharma (Vidvansh)
7,5
CVSS
HIGH
SQL Injection Authentication Bypass
89
CWE
Product Name: Exam Form Submission
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:code-projects.org:exam_form_submission: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: XAMPP / Windows 10
2021
Exam Form Submission System 1.0 – SQL Injection Authentication Bypass
An attacker can bypass authentication by sending a specially crafted HTTP POST request to the application. The request contains a username and password parameter with a value of ' OR 1 -- -. This will cause the application to bypass authentication and allow the attacker to gain access to the application.
Mitigation:
Input validation should be performed on all user-supplied data to ensure that it conforms to the expected format, type, length, and range. Additionally, the application should use parameterized queries to prevent SQL injection attacks.