Description
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[]=`, it is possible to bypass autoescaping and inject content into the DOM.
Remediation
References
https://github.com/matt-/nunjucks_test
https://github.com/mozilla/nunjucks/issues/835
https://nodesecurity.io/advisories/147
Related Vulnerabilities
CVE-2020-13956 Vulnerability in maven package org.apache.httpcomponents.client5:httpclient5
CVE-2022-0235 Vulnerability in npm package node-fetch
CVE-2022-31129 Vulnerability in maven package org.webjars.bowergithub.moment:moment
CVE-2021-23374 Vulnerability in npm package ps-visitor
CVE-2022-23539 Vulnerability in maven package org.webjars.npm:jsonwebtoken