← Back to CVE List

CVE-2016-10547

Published: 2018-05-31T20:29Z
Last Modified: 2024-11-21T02:44Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
Nunjucks is a full featured templating engine for JavaScript. Versions 2.4.2 and lower have a cross site scripting (XSS) vulnerability in autoescape mode. In autoescape mode, all template vars should automatically be escaped. By using an array for the keys, such as `name[]=<script>alert(1)</script>`, it is possible to bypass autoescaping and inject content into the DOM. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt