Reproduction of AngularJS <textarea> XSS vulnerability
Instructions
Populate the textarea with content that could be malicious when evaluated by AngularJS.
For example, copy and paste the following text: {{ $eval.constructor('alert("Hacked!")')() }}
Navigate to a different page.
Either type a URL in the browser address bar or click the following link:
Other page
Come back to this page by clicking the browser's "Back" button.
NOTE 1:
This vulnerability only affects Internet Explorer.