Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-hw62-58pr-7wc5

Опубликовано: 25 фев. 2025
Источник: github
Github: Прошло ревью
CVSS3: 7.3

Описание

DOM Expressions has a Cross-Site Scripting (XSS) vulnerability due to improper use of string.replace

[!NOTE]
This advisory was originally emailed to community@solidjs.com by @nsysean.

To sum it up, the use of javascript's .replace() opens up to potential XSS vulnerabilities with the special replacement patterns beginning with $.

Particularly, when the attributes of Meta tag from solid-meta are user-defined, attackers can utilise the special replacement patterns, either $' or `$`` to achieve XSS.

The solid-meta package has this issue since it uses useAffect and context providers, which injects the used assets in the html header. "dom-expressions" uses .replace() to insert the assets, which is vulnerable to the special replacement patterns listed above.

This effectively means that if the attributes of an asset tag contained user-controlled data, it would be vulnerable to XSS. For instance, there might be meta tags for the open graph protocol in a user profile page, but if attackers set the user query to some payload abusing .replace(), then they could execute arbitrary javascript in the victim's web browser. Moreover, it could be stored and cause more problems.

Пакеты

Наименование

dom-expressions

npm
Затронутые версииВерсия исправления

< 0.39.5

0.39.5

EPSS

Процентиль: 42%
0.00196
Низкий

7.3 High

CVSS3

Дефекты

CWE-116
CWE-79

Связанные уязвимости

CVSS3: 7.3
nvd
12 месяцев назад

dom-expressions is a Fine-Grained Runtime for Performant DOM Rendering. In affected versions the use of javascript's `.replace()` opens up to potential Cross-site Scripting (XSS) vulnerabilities with the special replacement patterns beginning with `$`. Particularly, when the attributes of `Meta` tag from solid-meta are user-defined, attackers can utilise the special replacement patterns, either `$'` or `$\`` to achieve XSS. The solid-meta package has this issue since it uses `useAffect` and context providers, which injects the used assets in the html header. "dom-expressions" uses `.replace()` to insert the assets, which is vulnerable to the special replacement patterns listed above. This effectively means that if the attributes of an asset tag contained user-controlled data, it would be vulnerable to XSS. For instance, there might be meta tags for the open graph protocol in a user profile page, but if attackers set the user query to some payload abusing `.replace()`, then they could

EPSS

Процентиль: 42%
0.00196
Низкий

7.3 High

CVSS3

Дефекты

CWE-116
CWE-79