漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Wekan: Broken access control in the Excel-export route (`/api/boards/:boardId/exportExcel`)
Vulnerability Description
Wekan is open source kanban built with Meteor. From 9.57 until 9.74, the /api/boards/:boardId/exportExcel route in models/exportExcel.js called the asynchronous exporterExcel.canExport(user) authorization guard from models/server/ExporterExcel.js without awaiting it. The returned Promise was always truthy, so exporterExcel.build(res) ran even when board.isVisibleBy(user) would deny access, allowing any authenticated non-member to download private board card titles, descriptions, lists, swimlanes, members, and metadata. This issue is fixed in version 9.74.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Vulnerability Type
通过用户控制密钥绕过授权机制
Vulnerability Title
WeKan 授权问题漏洞
Vulnerability Description
WeKan是WeKan团队的一款项目管理软件。 WeKan 9.57版本至9.74之前版本存在授权问题漏洞,该漏洞源于对异步授权检查处理不当,可能导致任何通过身份验证的非成员下载私有看板的卡片标题、描述、列表、泳道、成员和元数据。
CVSS Information
N/A
Vulnerability Type
N/A