Cross-Site Scripting Vulnerability in @joeattardi/emoji-button
Description
Published by the National Vulnerability Database
Nov 26, 2021
Reviewed
Nov 29, 2021
Published to the GitHub Advisory Database
Dec 1, 2021
Last updated
Feb 1, 2023
Impact
There are two vectors for XSS attacks with versions of @joeattardi/emoji-button before 4.6.2:
In both of these cases, a value can be crafted such that it can insert a
script
tag into the page and execute malicious code.Patches
This vulnerability is fixed starting in version 4.6.2. This is resolved by properly escaping strings that are inserted into the HTML document.
Workarounds
There is no workaround other than upgrading to a non-vulnerable version.
Credit
This issue was discovered by GitHub team member @erik-krogh (Erik Krogh Kristensen) and was reported by the GitHub Security Lab team.
References