CVE-2021-29475

HedgeDoc (formerly known as CodiMD) is an open-source collaborative markdown editor. An attacker is able to receive arbitrary files from the file system when exporting a note to PDF. Since the code injection has to take place as note content, there fore this exploit requires the attackers ability to modify a note. This will affect all instances, which have pdf export enabled. This issue has been fixed by https://github.com/hedgedoc/hedgedoc/commit/c1789474020a6d668d616464cb2da5e90e123f65 and is available in version 1.5.0. Starting the CodiMD/HedgeDoc instance with `CMD_ALLOW_PDF_EXPORT=false` or set `"allowPDFExport": false` in config.json can mitigate this issue for those who cannot upgrade. This exploit works because while PhantomJS doesn't actually render the `file:///` references to the PDF file itself, it still uses them internally, and exfiltration is possible, and easy through JavaScript rendering. The impact is pretty bad, as the attacker is able to read the CodiMD/HedgeDoc `config.json` file as well any other files on the filesystem. Even though the suggested Docker deploy option doesn't have many interesting files itself, the `config.json` still often contains sensitive information, database credentials, and maybe OAuth secrets among other things.
Configurations

Configuration 1 (hide)

cpe:2.3:a:hedgedoc:hedgedoc:*:*:*:*:*:*:*:*

History

14 May 2021, 13:43

Type Values Removed Values Added
References (MISC) https://github.com/hedgedoc/hedgedoc/commit/c1789474020a6d668d616464cb2da5e90e123f65 - (MISC) https://github.com/hedgedoc/hedgedoc/commit/c1789474020a6d668d616464cb2da5e90e123f65 - Patch, Third Party Advisory
References (CONFIRM) https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-pxxg-px9v-6qf3 - (CONFIRM) https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-pxxg-px9v-6qf3 - Third Party Advisory
CPE cpe:2.3:a:hedgedoc:hedgedoc:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : 5.8
v3 : 10.0
CWE CWE-918
CWE-94

26 Apr 2021, 19:38

Type Values Removed Values Added
New CVE

Information

Published : 2021-04-26 19:15

Updated : 2023-12-10 13:55


NVD link : CVE-2021-29475

Mitre link : CVE-2021-29475

CVE.ORG link : CVE-2021-29475


JSON object : View

Products Affected

hedgedoc

  • hedgedoc
CWE
CWE-918

Server-Side Request Forgery (SSRF)

CWE-94

Improper Control of Generation of Code ('Code Injection')