cve/2020/CVE-2020-26287.md

21 lines
1.4 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2020-26287](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26287)
![](https://img.shields.io/static/v1?label=Product&message=hedgedoc&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
HedgeDoc is a collaborative platform for writing and sharing markdown. In HedgeDoc before version 1.7.1 an attacker can inject arbitrary `script` tags in HedgeDoc notes using mermaid diagrams. Our content security policy prevents loading scripts from most locations, but `www.google-analytics.com` is allowed. Using Google Tag Manger it is possible to inject arbitrary JavaScript and execute it on page load. Depending on the configuration of the instance, the attacker may not need authentication to create or edit notes. The problem is patched in HedgeDoc 1.7.1. As a workaround one can disallow `www.google-analytics.com` in the `Content-Security-Policy` header. Note that other ways to leverage the `script` tag injection might exist.
### POC
#### Reference
- https://github.com/hackmdio/codimd/issues/1630
2024-06-09 00:33:16 +00:00
- https://github.com/hackmdio/codimd/issues/1630
2024-05-25 21:48:12 +02:00
- https://github.com/hedgedoc/hedgedoc/commit/58276ebbf4504a682454a3686dcaff88bc1069d4
2024-06-09 00:33:16 +00:00
- https://github.com/hedgedoc/hedgedoc/commit/58276ebbf4504a682454a3686dcaff88bc1069d4
2024-05-25 21:48:12 +02:00
#### Github
No PoCs found on GitHub currently.