90019-2β€”Server Side Code Injection - ASP Code Injection

PUBLISHEDsecurity alertHigh
Active

Metadata

Alert ID:
90019-2
Risk:
High
Type:
Active

Summary

A code injection may be possible including custom code that will be evaluated by the scripting engine

Solution

Do not trust client side input, even if there is client side validation in place. In general, type check all data on the server side and escape all data received from the client. Avoid the use of eval() functions combined with user input data.

References