vendor:
phpAuthent
by:
Yoyahack
5.5
CVSS
MEDIUM
HTML-injection
79
CWE
Product Name: phpAuthent
Affected Version From: 2000.2.1
Affected Version To: 2000.2.1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux
2010
phpAuthentAdmin permanent XSS
phpAuthent is prone to multiple HTML-injection vulnerabilities because it fails to properly sanitize user-supplied input. Successful exploits will allow attacker-supplied HTML and script code to run in the context of the affected browser, potentially allowing the attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user. Other attacks are also possible.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user-supplied input before using it in any HTML context. This can be done by using appropriate input validation and output encoding techniques.