vendor:
Sitefinity
by:
Pralhad Chaskar
7,5
CVSS
HIGH
Cross-site Scripting (XSS)
79
CWE
Product Name: Sitefinity
Affected Version From: Progress Sitefinity CMS 9.2 and lower
Affected Version To: Progress Sitefinity CMS 9.2 and lower
Patch Exists: YES
Related CWE: NA
CPE: a:progress:sitefinity:9.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2017
Stored Cross Site Scripting (XSS) in Progress Sitefinity CMS 9.2
Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted web sites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. Below mentioned input fields aren't properly escaped. This could lead to an XSS attack that could possibly affect administrators, users, editor.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.