漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
HedgeDoc: Denial-of-service via YAML alias expansion in note frontmatter
Vulnerability Description
HedgeDoc is an open source, real-time, collaborative, markdown notes application. Prior to version 1.11.0, HedgeDoc was vulnerable to a YAML alias bomb due to unsafe processing of the note frontmatter. HedgeDoc parsed frontmatter with js-yaml.load (js-yaml v3) via @hedgedoc/meta-marked, which resolved YAML anchor aliases. A compact malicious payload could therefore expand into a huge object structure, consuming excessive CPU. This expansion ran on every request to the publish view (/s/<shortid>) and, when placed under the opengraph key, the editor view (/<noteId>). A ten-level alias bomb could block the single Node.js event loop for roughly 235 seconds per request, causing concurrent requests to hang or drop and rendering the instance unavailable (DoS). Because the note was stored in the database, the impact survived process restarts until the note was removed. toobusy-js did not reliably mitigate the worst cases, as the event loop was saturated before the middleware could respond. This issue was fixed in version 1.11.0.
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
Vulnerability Type
未加控制的资源消耗(资源穷尽)
Vulnerability Title
HedgeDoc 资源管理错误漏洞
Vulnerability Description
HedgeDoc是HedgeDoc团队开源的一个基于Javascript的Markdown文档实时编辑分享平台。 HedgeDoc 1.11.0之前版本存在资源管理错误漏洞,该漏洞源于对笔记frontmatter的不安全处理导致YAML别名炸弹,使得恶意有效载荷扩展为巨大的对象结构,消耗大量CPU,导致拒绝服务。
CVSS Information
N/A
Vulnerability Type
N/A