Description

This script is possibly vulnerable to client side template injection attacks.

Client side template injection is a vulnerability similar to cross site scripting that allows an attacker to send malicious code (usually in the form of JavaScript) to another user. The injected code is executed by the client side templating and allows the attacker to take control of the victim's browser.

Remediation

Apply context-dependent encoding and/or validation to user input rendered on a page

References

Related Vulnerabilities