← back
CVE-2024-45308

MySQL & free URL mode allows to hide existing notes in hedgedoc

CVSS 6.5 MEDIUMEPSS 0.6%CWE-1289
In short

HedgeDoc with MySQL/MariaDB allows users to create notes with aliases that hide existing notes by matching their IDs. This can be exploited to redirect users to fake versions of notes or block access to legitimate ones.

Technical detail

The vulnerability exists in HedgeDoc 1 when using MySQL/MariaDB with freeURL mode enabled. Attackers can create a new note alias matching the lowercased ID of an existing note; because these databases perform case-insensitive matching, the new note is presented instead of the original. Pre-conditions: MySQL/MariaDB backend, freeURL enabled, knowledge of target note ID, and appropriate user permissions. Impact: denial of service (original note inaccessible) and content manipulation (fake note presented to users).

Summary generated and translated by AI from the official description.
HedgeDoc is an open source, real-time, collaborative, markdown notes application. When using HedgeDoc 1 with MySQL or MariaDB, it is possible to create notes with an alias matching the ID of existing notes. The affected existing note can then not be accessed anymore and is effectively hidden by the new one. When the freeURL feature is enabled (by setting the `allowFreeURL` config option or the `CMD_ALLOW_FREEURL` environment variable to `true`), any user with the appropriate permissions can create a note with an arbitrary alias, e.g. by accessing it in the browser. When MySQL or MariaDB are used, it is possible to create a new note with an alias that matches the lower-cased ID of a different note. HedgeDoc then always presents the new note to users, as these databases perform case-insensitive matching and the lower-cased alias is found first. This issue only affects HedgeDoc instances that use MySQL or MariaDB. Depending on the permission settings of the HedgeDoc instance, the issue can be exploited only by logged-in users or by all (including non-logged-in) users. The exploit requires knowledge of the ID of the target note. Attackers could use this issue to present a manipulated copy of the original note to the user, e.g. by replacing the links with malicious ones. Attackers can also use this issue to prevent access to the original note, causing a denial of service. No data is lost, as the original content of the affected notes is still present in the database. Users are advised to upgrade to version 1.10.0 which addresses this issue. Users unable to upgrade may disable freeURL mode which prevents the exploitation of this issue. The impact can also be limited by restricting freeURL note creation to trusted, logged-in users by enabling `requireFreeURLAuthentication`/`CMD_REQUIRE_FREEURL_AUTHENTICATION`.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L
Affected products
hedgedoc · hedgedoc

Want to know if your infrastructure is exposed to this?

Talk to TrueHacking →