SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-58489

MEDIUM · CVSS 6.8 EPSS 0.13% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-13 · Last synced 2026-08-12

CyberRota Analysis

AI-Generated

HedgeDoc versions prior to 1.11.0 are vulnerable due to improper validation of the OAuth2 state value during the GitHub Gist export process. This flaw allows an attacker to exploit a victim's session to export private notes to a Gist they control, potentially exposing sensitive information. Organizations using HedgeDoc should prioritize updating to version 1.11.0 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-58489
Severity
MEDIUM
CVSS
6.8
EPSS
0.13%
GitHub

Original NVD 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.