| Property | |
|---|---|
| Language | generic |
| Severity | |
| CWE | CWE-79: Improper Neutralization of Input During Web Page Generation (‘Cross-site Scripting’) |
| OWASP | A07:2017 - Cross-Site Scripting (XSS) |
| Confidence Level | Low |
| Impact Level | Medium |
| Likelihood Level | Low |
Description
Template variables are being directly inserted into HTML tags, allowing user input to influence the structure of the HTML. This can create a security risk if untrusted data is used, as it may enable attackers to inject malicious scripts.