amitmerchant1990/electron-markdownify

amitmerchant1990/electron-markdownify

Releases5
Frequency1 year 1 month
Last Release
Stars1.08K
:closed_book: A minimal Markdown editor desktop app

CVE History

CVEPublishedCVSS v3CVSS v2
7.2 HIGH

Markdownify 1.2.0 contains a persistent cross-site scripting vulnerability that allows attackers to store malicious payloads within markdown files. Attackers can upload crafted markdown files with embedded scripts that execute when the file is opened, potentially enabling remote code execution.

5.5 MEDIUM

Markdownify version 1.4.1 allows an external attacker to remotely obtain arbitrary local files on any client that attempts to view a malicious markdown file through Markdownify. This is possible because the application does not have a CSP policy (or at least not strict enough) and/or does not properly validate the contents of markdown files before rendering them.

7.8 HIGH

Markdownify version 1.4.1 allows an external attacker to execute arbitrary code remotely on any client attempting to view a malicious markdown file through Markdownify. This is possible because the application has the "nodeIntegration" option enabled.