vendor:
OpenAuto Classifieds
by:
Michael Brooks
8,8
CVSS
HIGH
Reflective XSS and XSRF
79, 352
CWE
Product Name: OpenAuto Classifieds
Affected Version From: 1.6.3
Affected Version To: 1.6.3
Patch Exists: NO
Related CWE: N/A
CPE: a:openauto:openauto_classfieds:1.6.3
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
2020
Reflective XSS and XSRF Exploit in OpenAuto 1.6.3
Reflective XSS can be exploited by adding a onclick event handler to the post variables seller_contact_id, listing, company, phone, from_name. XSRF exploit can be used to make a user account of the attacker's choice into an admin account by setting the user_level value to 9.
Mitigation:
Input validation and sanitization should be done for all user input. Use of CSRF tokens should be implemented to prevent XSRF attacks.