vendor:
SmartHouse Webapp
by:
LiquidWorm
8.8
CVSS
HIGH
Cross-Site Request Forgery and XSS
352, 79
CWE
Product Name: SmartHouse Webapp
Affected Version From: 6.5.33.17072501
Affected Version To: 1.0.3.2
Patch Exists: YES
Related CWE: N/A
CPE: a:carlo_gavazzi_automation:smarthouse_webapp
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Apache
2019
SmartHouse Webapp 6.5.33 – Cross-Site Request Forgery
The application suffers from multiple CSRF and XSS vulnerabilities. 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. Input passed to several GET/POST parameters is not properly sanitised 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:
Input validation should be performed to ensure that untrusted data is not used to update a web application's configuration, content, or access control list. Additionally, the application should use an anti-CSRF token to verify that requests are sent from the same user.