vendor:
Cipi Control Panel
by:
Fikrat Ghuliev (Ghuliev)
8.8
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Cipi Control Panel
Affected Version From: 3.1.15
Affected Version To: 3.1.15
Patch Exists:
Related CWE:
CPE: a:cipi:cipi_control_panel:3.1.15
Platforms Tested: Ubuntu
2022
Cipi Control Panel 3.1.15 – Stored Cross-Site Scripting (XSS) (Authenticated)
When the user wants to add a new server on the 'Server' panel, in 'name' parameter has not had any filtration. An attacker can inject malicious JavaScript code in the 'name' parameter and execute it when the user visits the page.
Mitigation:
Input validation should be used to prevent XSS attacks. The application should validate all input data and reject any input that contains malicious code.