Description

This script is vulnerable to ASP code injection.

ASP code injection is a vulnerability that allows an attacker to inject custom code into the server side scripting engine. This vulnerability occurs when an attacker can control all or part of an input string that is fed into an eval() statement, which results in code execution.

Remediation

Your script should properly sanitize user input.

References

Related Vulnerabilities