vendor:
Online Student Enrollment System in PHP & MySQLi
by:
BKpatron
7.5
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: Online Student Enrollment System in PHP & MySQLi
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:campcodes:online_student_enrollment_system_in_php_mysqli
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Win 10
2020
Online Student Enrollment System 1.0 – Cross-Site Request Forgery (Add Student)
This product is unprotected against CSRF vulnerabilities. The application interface allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. An attacker can exploit this vulnerability by crafting a malicious HTML page that contains a form with malicious input fields and submit it to the vulnerable application. This can result in unintended actions being performed on behalf of the user.
Mitigation:
Implementing a CSRF token in the application can help mitigate this vulnerability. The application should also validate all input fields and reject requests that contain invalid data.