OSV 1.4.0 · unreviewed · 修改于 2026-08-28 02:32
发布时间
2026-08-28 02:32
GitHub 审查时间
—
NVD 发布时间
2026-08-28 01:21
源文件
advisories/unreviewed/2026/08/GHSA-cv7j-9q69-fxh4/GHSA-cv7j-9q69-fxh4.json
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
该公告没有提供结构化的受影响软件包信息。