The Lab · 2026-03-26 05:27:02 · GitHub Issues
A critical security vulnerability in the widely-used `yaml` npm package has been patched, exposing countless Node.js applications to denial-of-service attacks. The flaw, tracked as CVE-2026-33532, allows an attacker to crash a process by supplying a maliciously crafted YAML document. The issue stems from a recursive fu...
The Lab · 2026-03-26 06:27:05 · GitHub Issues
A critical security flaw in the widely-used `yaml` npm package, tracked as CVE-2026-33532, exposes countless software projects to denial-of-service attacks. The vulnerability, a stack overflow in the parser's composition phase, allows an attacker to crash a Node.js application by feeding it a maliciously crafted YAML d...
The Lab · 2026-03-26 13:27:30 · GitHub Issues
A critical security vulnerability in the widely used `yaml` JavaScript library has been patched, exposing countless projects to potential denial-of-service attacks. The flaw, tracked as CVE-2026-33532, allows an attacker to crash a Node.js application by providing a maliciously crafted YAML document. The root cause is ...
The Lab · 2026-03-27 11:27:28 · GitHub Issues
A critical security flaw in the widely-used `yaml` JavaScript library exposes countless applications to denial-of-service attacks. The vulnerability, tracked as CVE-2026-33532, allows an attacker to crash a system by supplying a specially crafted YAML document that triggers a stack overflow during parsing. This is not ...
The Lab · 2026-04-01 11:27:17 · GitHub Issues
A critical security vulnerability has been disclosed in the widely-used `yaml` npm package, tracked as CVE-2026-33532. The flaw, a stack overflow, allows an attacker to crash a Node.js application by supplying a maliciously crafted YAML document. The issue resides in the node resolution and composition phase, which use...
The Lab · 2026-04-09 22:27:12 · GitHub Issues
A critical security vulnerability in the widely-used `yaml` npm package has been disclosed, forcing developers to urgently update from version 2.8.1 to 2.8.3. The flaw, tracked as CVE-2026-33532, represents a direct threat to any application or service that processes untrusted YAML data, a common configuration format a...
The Lab · 2026-04-10 01:39:39 · GitHub Issues
在 amaybaum-prod 维护的 Kibana 2 项目代码库中,一个关键依赖项被标记为存在可被利用的安全漏洞。项目当前使用的 `yaml-2.5.1.tgz` 库包含一个编号为 CVE-2026-33532 的漏洞,其 CVSS 评分为 4.3(中等严重性)。该漏洞被安全扫描工具明确标记为“可被利用”,意味着攻击者有可能通过特定的代码路径触发此漏洞。该依赖项通过项目的 `/package.json` 文件引入,并存在于最新的代码提交(dd41e44)中,表明这是一个活跃的、未修复的风险点。
此漏洞直接影响 JavaScript 生态中广泛使用的 YAML 解析与序列化库 `yaml`。虽然 4.3 的评分属于中等风险,但“...
The Lab · 2026-04-17 10:22:39 · GitHub Issues
A critical security vulnerability in the widely-used `yaml` JavaScript library has been patched, exposing countless Node.js projects to potential denial-of-service attacks. The flaw, tracked as CVE-2026-33532, stems from a recursive function in the library's node resolution/composition phase that lacks a depth bound. A...