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

exploitDog

debian логотип

CVE-2026-65903

Опубликовано: 23 июл. 2026
Источник: debian

Описание

DOMPurify before 3.4.0 contains a logic error in the ADD_TAGS function where short-circuit evaluation allows forbidden tags to bypass FORBID_TAGS restrictions. Attackers can craft input containing tags listed in FORBID_TAGS that are also added via ADD_TAGS function, causing them to be retained in sanitized output.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
node-dompurifyfixed3.4.1+dfsg-1package

Примечания

  • https://github.com/cure53/DOMPurify/security/advisories/GHSA-39q2-94rc-95cp

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

CVSS3: 6.1
ubuntu
9 дней назад

DOMPurify before 3.4.0 contains a logic error in the ADD_TAGS function where short-circuit evaluation allows forbidden tags to bypass FORBID_TAGS restrictions. Attackers can craft input containing tags listed in FORBID_TAGS that are also added via ADD_TAGS function, causing them to be retained in sanitized output.

CVSS3: 6.1
redhat
9 дней назад

A flaw was found in DOMPurify. A logic error in the ADD_TAGS function allows an attacker to bypass security restrictions. By crafting specific input, an attacker can cause tags that should be removed to remain in the sanitized output. This could lead to the injection of malicious content, potentially compromising the integrity of web pages.

CVSS3: 6.1
nvd
9 дней назад

DOMPurify before 3.4.0 contains a logic error in the ADD_TAGS function where short-circuit evaluation allows forbidden tags to bypass FORBID_TAGS restrictions. Attackers can craft input containing tags listed in FORBID_TAGS that are also added via ADD_TAGS function, causing them to be retained in sanitized output.

github
4 месяца назад

DOMPurify's ADD_TAGS function form bypasses FORBID_TAGS due to short-circuit evaluation