OSV 1.4.0 · github-reviewed · 修改于 2021-06-29 03:06
发布时间
2021-06-29 00:46
GitHub 审查时间
2021-06-25 23:38
NVD 发布时间
2021-06-26 01:15
源文件
advisories/github-reviewed/2021/06/GHSA-954c-jjx6-cxv7/GHSA-954c-jjx6-cxv7.json
Versions before and including 1.4.1 are vulnerable to reflected XSS. An attacker can execute arbitrary code by providing an XSS payload in the error query parameter which is then processed by the callback handler as an error message.
You are affected by this vulnerability if you are using @auth0/nextjs-auth0 version 1.4.1 or lower unless you are using custom error handling that does not return the error message in an HTML response.
Upgrade to version 1.4.2.
The fix adds basic HTML escaping to the error message and it should not impact your users.