vendor:
Academic Timetable Final Build
by:
Ihsan Sencan
6.8
CVSS
MEDIUM
Cross-Site Request Forgery
352
CWE
Product Name: Academic Timetable Final Build
Affected Version From: 7.0a
Affected Version To: 7.0b
Patch Exists: NO
Related CWE: N/A
CPE: a:geoffpartridge:academic_timetable_final_build
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Exploit Title: Academic Timetable Final Build 7.0b – Cross-Site Request Forgery (Add Admin)
New admin can be added by sending a GET request to the user.php page with the parameters act=insert, use_id, use_name, rol_id, and password.
Mitigation:
Implementing a strong CSRF protection mechanism, such as a synchronizer token pattern, can help mitigate this type of attack.