SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-58487

MEDIUM · CVSS 5.1 EPSS 0.36% 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 to stored HTML Injection due to improper handling of the local-part of registered email addresses, allowing attackers to inject arbitrary HTML into pages viewed by other users. This vulnerability can lead to content manipulation and the embedding of attacker-controlled resources, posing a risk to user data integrity and application security. Organizations using HedgeDoc should prioritize upgrading to version 1.11.0 or later to mitigate this risk.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-58487
Severity
MEDIUM
CVSS
5.1
EPSS
0.36%
Java

Original NVD Description

HedgeDoc is an open source, real-time, collaborative, markdown notes application. Prior to version 1.11.0, due to unsafe handling of the local-part of registered email addresses, HedgeDoc was vulnerable to stored HTML Injection through its publish and slide views. An attacker could register a specially crafted email address and inject arbitrary HTML into pages viewed by other users. HedgeDoc accepted RFC 5321 quoted-string local-parts in email addresses during registration. The local-part was then reused as the user's display name without escaping and rendered into HTML in multiple places, including publish and slide views as well as the collaborative editor. An attacker could break out of an HTML attribute and inject arbitrary markup into the page. While the deployed Content-Security-Policy prevented straightforward inline JavaScript execution, the injected HTML was still sufficient to alter page content and embed attacker-controlled resources such as cross-origin iframes. This issue was fixed in version 1.11.0.