vendor:
Open Realty
by:
K053
8,8
CVSS
HIGH
Persistent Cross-Site Scripting (XSS)
79
CWE
Product Name: Open Realty
Affected Version From: 2.x
Affected Version To: 3.x
Patch Exists: NO
Related CWE: N/A
CPE: a:open-realty:open_realty
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
persistence XSS flaw in Open Realty 2.x and 3.x
Open Realty is vulnerable to a persistent XSS vulnerability due to lack of input validation in the save_search() and view_saved_searches() functions. An attacker can inject malicious JavaScript code into the usersavedsearches_title field of the usersavedsearches table, which is then executed when the view_saved_searches() function is called. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Mitigation:
Input validation should be performed on all user-supplied data to ensure that it does not contain malicious code.