SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-58488

MEDIUM · CVSS 6.9 EPSS 0.29% 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 an IP spoofing attack that allows attackers to bypass rate-limiting on the /login and /register routes, enabling them to spam login attempts or create multiple accounts. This vulnerability arises from the application’s reliance on the CloudFlare cf-connecting-ip header, which can be manipulated by malicious users. Organizations using affected versions should prioritize upgrading to 1.11.0 or later to mitigate the risk of account abuse and service disruption.

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-58488
Severity
MEDIUM
CVSS
6.9
EPSS
0.29%

Original NVD Description

HedgeDoc is an open source, real-time, collaborative, markdown notes application. Versions prior to 1.11.0 allowed attackers to circumvent the rate-limiting of the /login and /register routes by spoofing IP addresses. HedgeDoc instances checked for CloudFlare's cf-connecting-ip header and used that instead of the users real IP address, if the header was present even when the request did not originate from Cloudflare. This made it possible for an attacker to spam login requests or create multiple arbitrary accounts by sending another cf-connecting-ip header every few requests. The issue has been fixed in version 1.11.0.