vendor:
e107 website system
by:
5.5
CVSS
MEDIUM
HTML injection
79
CWE
Product Name: e107 website system
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
e107 website system remote HTML injection vulnerability
The e107 website system is prone to a remote HTML injection vulnerability. This vulnerability occurs when a user supplies malicious HTML or script code to the application using a URI parameter of the log.php script. The application fails to properly sanitize user-supplied input, allowing the injected HTML code to be stored and rendered in the browser of unsuspecting users when the log page of the affected site is viewed.
Mitigation:
To mitigate this vulnerability, it is recommended to properly sanitize user-supplied input before rendering it in the browser. Implementing input validation and output encoding techniques can help prevent HTML injection attacks.