Quote:
Originally Posted by DragonBlade
XSS usually consists of injecting JavaScript and HTML into an application, though, right?
|
Pretty much. The problem arises when modifications do not properly clean input and thus, allow malicious code to the run. SQL injection is also another problem, allowing hackers to inject malicious code into templates. However, there are more problems to worry about than just your templates if an injection vulnerability is present.