CVE-2026-46492
HighCVSS 7.2Exploitation Probability (EPSS)
Low risk15th percentile - higher than 15% of all known CVEs
Summary
In the md-fileserver application prior to version 1.10.3, there is a cross-site scripting (XSS) vulnerability in the Markdown rendering logic. This allows arbitrary JavaScript execution in the context of the affected domain by injecting unescaped HTML, including <script> tags.
Risk Assessment
This vulnerability can lead to serious security risks, including theft of user data or session hijacking. An attacker can exploit this flaw to execute malicious code in users' browsers.
Recommendation
It is recommended to update the application to version 1.10.3 or later to mitigate this vulnerability. A security audit should also be conducted to identify potential threats.
Original NVD description (English source)
md-fileserver allows for local viewing of markdown files in a browser. Prior to version 1.10.3, a cross-site scripting (XSS) vulnerability exists in the application’s Markdown rendering logic. When user-supplied Markdown content is rendered, embedded raw HTML—including <script> tags—is processed and injected into the resulting page without sanitization, allowing arbitrary JavaScript execution in the context of the affected domain. This issue has been patched in version 1.10.3.

