漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Wekan: Stored XSS in HTML board exports through a card-title second parse
Vulnerability Description
Wekan is open source kanban built with Meteor. From 8.72 until 10.23, addBoardHTMLToZip() in client/lib/exportHTML.js read a card title and body through textContent, which decoded entity-encoded markup, and then interpolated titleText and allText into content.innerHTML in the exported index.html. A board member could store an entity-encoded event-handler payload in a card title that remained inert on the live board but was reparsed and executed when a recipient clicked the card in the downloaded HTML export, allowing the script to read and transmit all board data contained in that export, including content added after the attacker's membership was removed. Version 10.23 builds the modal with DOM nodes and assigns untrusted values through textContent. This issue is fixed in version 10.23.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
Vulnerability Title
WeKan 跨站脚本漏洞
Vulnerability Description
WeKan是WeKan团队的一款项目管理软件。 WeKan 8.72版本至10.23之前版本存在跨站脚本漏洞,该漏洞源于addBoardHTMLToZip()函数通过textContent读取卡片标题和正文,解码实体编码标记,导致存储的事件处理程序payload在导出的HTML中重新解析和执行,允许脚本读取并传输导出中的所有看板数据。
CVSS Information
N/A
Vulnerability Type
N/A