vendor:
Xnami
by:
Dennis Veninga
6.1
CVSS
MEDIUM
Persistent XSS
79
CWE
Product Name: Xnami
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: YES
Related CWE: CVE-2018-5370
CPE: a:bizlogicdev:xnami:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2018
Xnami Image Sharing – Persistent XSS Vulnerability
BizLogic xnami 1.0 has XSS via the comment parameter in an addComment action to the /media/ajax URI. At any uploaded media there is a comment system where people can post (also anonymous). The comment system is vulnerable to XSS attacks. Since it's persistent and there is an user login interface, it's possible for attackers to steal sessions of users and thus admin(s).
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.