vendor:
Revive Ad Server
by:
Cyril Vallicari / HTTPCS / ZIWIT
8,8
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: Revive Ad Server
Affected Version From: 4.0.1
Affected Version To: 4.0.1
Patch Exists: YES
Related CWE: N/A
CPE: a:revive-adserver:revive_adserver:4.0.1
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 7 x64 SP1 / Kali Linux
2017
XSRF Stored Revive Ad Server 4.0.1
A vulnerability has been discovered in Revive Ad Server, which can be exploited by malicious people to conduct cross-site scripting attacks. When you create a banner using Generic HTML Banner, input passed via the 'htmltemplate' parameter to '/banner-edit.php' is not properly sanitised before being returned to the user (This is probably expected as it's an html banner). But, this can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site. This XSS vector allow to execute scripts to gather the CSRF token and submit a form to update user rights.
Mitigation:
Input validation should be used to detect and reject malicious input. Sanitize all user input to prevent XSS attacks.