vendor:
VoipNow Professional
by:
Aboud-el
5.5
CVSS
MEDIUM
Reflected XSS, CSRF
79, 352
CWE
Product Name: VoipNow Professional
Affected Version From: 2.5.2003
Affected Version To: 2.5.2003
Patch Exists: NO
Related CWE:
CPE: a:4psa:voipnow_professional:2.5.3
Platforms Tested:
4PSA VoipNow Professional 2.5.3 Reflected XSS / CSRF (Add Reseller) Vulnerabilities
The vulnerabilities allow an attacker to perform a reflected cross-site scripting (XSS) attack and a cross-site request forgery (CSRF) attack. The XSS vulnerability can be exploited by injecting malicious code through the 'nsextt' parameter in the 'index.php' page. The CSRF vulnerability can be exploited by submitting a crafted form to the 'content.php?screen=resellers/edit_reseller' endpoint. Both vulnerabilities allow the attacker to execute arbitrary code or perform unauthorized actions on behalf of the victim.
Mitigation:
To mitigate the XSS vulnerability, input validation and output encoding should be implemented to prevent the injection of malicious code. To mitigate the CSRF vulnerability, proper CSRF protection measures such as CSRF tokens should be implemented.