vendor:
SurgeFTP
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: SurgeFTP
Affected Version From: 2.3a6
Affected Version To:
Patch Exists: NO
Related CWE:
CPE: a:surgemedia:surgeftp:2.3a6
Platforms Tested:
Cross-Site Scripting Vulnerabilities in SurgeFTP
SurgeFTP is prone to multiple cross-site scripting vulnerabilities because the application fails to sufficiently sanitize user-supplied data. Attacker-supplied HTML or JavaScript code could run in an administrator's browser session in the context of the affected site. This could potentially allow the attacker to steal cookie-based authentication credentials; other attacks are also possible.
Mitigation:
It is recommended to update to a patched version of SurgeFTP that properly sanitizes user-supplied data to prevent cross-site scripting attacks. Additionally, input validation and encoding should be implemented to ensure that user-supplied data is properly sanitized before being displayed or processed by the application.