CVE-2021-29474
Last modified
CVE-2021-29474 is a medium-severity vulnerability rated 5.8/10 on the CVSS scale. HedgeDoc (formerly known as CodiMD) is an open-source collaborative markdown editor. An attacker can read arbitrary `.md` files from the server's filesystem due to an improper input validation, which results in the ability to perform a relative path traversal. EPSS estimates a 1.60% chance of exploitation in the next 30 days.
Description
HedgeDoc (formerly known as CodiMD) is an open-source collaborative markdown editor. An attacker can read arbitrary `.md` files from the server's filesystem due to an improper input validation, which results in the ability to perform a relative path traversal. To verify if you are affected, you can try to open the following URL: `http://localhost:3000/..%2F..%2FREADME#` (replace `http://localhost:3000` with your instance's base-URL e.g. `https://demo.hedgedoc.org/..%2F..%2FREADME#`). If you see a README page being rendered, you run an affected version. The attack works due the fact that the internal router passes the url-encoded alias to the `noteController.showNote`-function. This function passes the input directly to findNote() utility function, that will pass it on the the parseNoteId()-function, that tries to make sense out of the noteId/alias and check if a note already exists and if so, if a corresponding file on disk was updated. If no note exists the note creation-function is called, which pass this unvalidated alias, with a `.md` appended, into a path.join()-function which is read from the filesystem in the follow up routine and provides the pre-filled content of the new note. This allows an attacker to not only read arbitrary `.md` files from the filesystem, but also observes changes to them. The usefulness of this attack can be considered limited, since mainly markdown files are use the file-ending `.md` and all markdown files contained in the hedgedoc project, like the README, are public anyway. If other protections such as a chroot or container or proper file permissions are in place, this attack's usefulness is rather limited. On a reverse-proxy level one can force a URL-decode, which will prevent this attack because the router will not accept such a path.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Hedgedoc | Hedgedoc | < 1.8.0 |
References
- https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-p528-555r-pf87Exploit, Patch, Third Party Advisory
- https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-p528-555r-pf87Exploit, Patch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-29474?
How severe is CVE-2021-29474?
How do I fix CVE-2021-29474?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-29468Cygwin Git is a patch set for the git command line tool for …8.8
- CVE-2021-29469Node-redis is a Node.js Redis client. Before version 3.1.1, …7.5
- CVE-2021-29470Exiv2 is a command-line utility and C++ library for reading,…6.5
- CVE-2021-29471Synapse is a Matrix reference homeserver written in python (…5.3
- CVE-2021-29472Composer is a dependency manager for PHP. URLs for Mercurial…8.8
- CVE-2021-29473Exiv2 is a C++ library and a command-line utility to read, w…2.5
- CVE-2021-29475HedgeDoc (formerly known as CodiMD) is an open-source collab…10
- CVE-2021-29476Requests is a HTTP library written in PHP. Requests mishandl…9.8
- CVE-2021-29477Redis is an open source (BSD licensed), in-memory data struc…8.8
- CVE-2021-29478Redis is an open source (BSD licensed), in-memory data struc…8.8
- CVE-2021-29479Ratpack is a toolkit for creating web applications. In versi…6.1
- CVE-2021-29480Ratpack is a toolkit for creating web applications. In versi…3.1
Are you affected by CVE-2021-29474?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
