Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-58486 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-400Uncontrolled Resource Consumption[email protected]
CWE-409Improper Handling of Highly Compressed Data (Data Amplification)[email protected]

Affected Products

ProductVersions
HedgeDoc
<= 1.10.8 (semver)

CPE

  • cpe:2.3:a:hedgedoc:hedgedoc:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.11.0moderate effort
  • Workaround:low effort

    Restrict note creation and remove malicious notes directly from the database if present.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-58486
NVD Published Date:
Jul 13, 2026
NVD Last Modified:
Jul 14, 2026
Source:
[email protected]
CVE-2026-58486 Details - Not Deferred