vendor:
by:
Unknown
N/A
CVSS
MEDIUM
HTML Injection
79
CWE
Product Name:
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Unknown
Create Database
This code snippet is vulnerable to HTML injection. An attacker can manipulate the form action URL or input fields to inject malicious HTML code.
Mitigation:
To prevent HTML injection, input validation and sanitization should be implemented on the server-side. All user inputs should be properly encoded or filtered to prevent the execution of malicious code.