vendor:
Tutoring Site Script
by:
bi0
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: Tutoring Site Script
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:bpowerhouse:tutoring_site_script
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
BPTutors Tutoring site script – [ CSRF ] Create Administrator Account
A CSRF vulnerability exists in BPTutors Tutoring site script, which allows an attacker to create an administrator account with a crafted HTML page. The crafted HTML page contains a form with fields for login, password, first name, last name, and email. When the form is submitted, an administrator account is created with the provided credentials.
Mitigation:
Implementing a CSRF token in the form to verify the authenticity of the request.