vendor:
up.time
by:
Gjoko 'LiquidWorm' Krstic
7.5
CVSS
HIGH
Cross-Site Scripting (XSS) and Cross-Site Request Forgery (CSRF)
79
CWE
Product Name: up.time
Affected Version From: 7.5.0 (build 16)
Affected Version To: 7.4.0 (build 13)
Patch Exists: NO
Related CWE: Not provided
CPE: a:idera:up.time:7.5.0
Platforms Tested: Jetty, PHP/5.4.34, MySQL Apache/2.2.29 (Win64) mod_ssl/2.2.29 OpenSSL/1.0.1j PHP/5.4.34
2015
up.time 7.5.0 XSS And CSRF Add Admin Exploit
The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain actions with administrative privileges if a logged-in user visits a malicious web site. Multiple cross-site scripting vulnerabilities were also discovered. The issue is triggered when input passed via the multiple parameters is not properly sanitized before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Mitigation:
Implement input validation and sanitization to prevent XSS and CSRF attacks. Regularly update the software to the latest version.