Client Side Template Injection into AngularJS
#CSTI #AngularJS #Sandbox_Escaping #XSS There is a Client-Side JavaScript framework called AngularJS that is used to develop one-page web applications. The ability to change in-page values live and execute JavaScript code increases the likelihood of Client-Side vulnerabilities such as XSS and Client-Side Template Injection in this framework. To understand these…