vendor:
School Event Management System
by:
Ihsan Sencan
8.8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: School Event Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: CVE-2018-18794
CPE: a:sourcecodester:school_event_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
School Event Management System 1.0 – Cross-Site Request Forgery (Update Admin)
School Event Management System 1.0 is vulnerable to Cross-Site Request Forgery (CSRF) attacks. An attacker can craft a malicious HTML page that contains a form with hidden fields that can be used to update the administrator account. When an authenticated user visits the malicious page, the form will be submitted and the administrator account will be updated with the attacker's credentials.
Mitigation:
Implementing CSRF protection tokens, validating the HTTP Referer header, and using SameSite cookies can help mitigate CSRF attacks.