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-58489 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 1.11.0, the GitHub Gist export flow created an OAuth2  state  value but only checked that it was present rather than validating it against the value expected for the user's session. Because the state was not properly validated, an attacker could forge a callback URL containing their own valid GitHub OAuth code. When processing the callback, HedgeDoc used the victim's logged-in session to select which note to export, but the attacker's authorization code to determine which GitHub account received it. As a result, a logged-in victim who clicked a crafted link could export their own private, protected, or limited note directly into a Gist controlled by the attacker. This issue has been 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-352Cross-Site Request Forgery (CSRF)[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

    Disable GitHub OAuth2 in the configuration.

Change History

2 change records found show changes


QUICK INFO

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