Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Cross Site Scripting Vulnerability in @joeattardi/emoji-button

Moderate
joeattardi published GHSA-f34m-x9pj-62vq Nov 26, 2021

Package

npm @joeattardi/emoji-button (npm)

Affected versions

< 4.6.2

Patched versions

4.6.2

Description

Impact

There are two vectors for XSS attacks with versions of @joeattardi/emoji-button before 4.6.2:

  • A URL for a custom emoji
  • An i18n string

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.

Severity

Moderate

CVE ID

CVE-2021-43785

Weaknesses

Credits