云虫漏洞情报

CVE-2026-81820 - Affected versions of Flowintel construct timeline HTML using attacker-controllable MISP object fields such as: * object UUID; * object name; * attribute value; * attribute type; * comment; * first/last seen values; * IDS flag. Those values were concatenated directly into HTML strings before rendering. The upstream commit explicitly states that DOMPurify removed XSS vectors but still allowed other HTML elements, such as forms, throu - 漏洞详情

漏洞编号:CVE-2026-81820

风险等级:未知

漏洞来源:CVE

CVE 编号:CVE-2026-81820

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-79

发布/更新时间:2026-08-27 / 2026-08-28

漏洞描述

Affected versions of Flowintel construct timeline HTML using attacker-controllable MISP object fields such as:



*
object UUID;


*
object name;


*
attribute value;


*
attribute type;


*
comment;


*
first/last seen values;


*
IDS flag.





Those values were concatenated directly into HTML strings before rendering. The upstream commit explicitly states that DOMPurify removed XSS vectors but still allowed other HTML elements, such as forms, through.

The fix replaces direct string interpolation with DOM construction via document.createElement() and assigns all attacker-controlled values using textContent. The headline is similarly converted to escaped HTML through a temporary element.

Version impacted =>3.3.0

相关链接

相关漏洞

« 返回首页