Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Kivikakk

#20759of 53,632
12.2Total CVSS
Vulnerabilities · 2
Medium
2
PT-2021-21993
6.1
2021-05-04
Comrak · Comrak · CVE-2021-38186
Name of the Vulnerable Software and Affected Versions: comrak versions prior to 0.10.1 Description: An issue in the comrak crate for Rust mishandles & characters, leading to XSS via &# HTML entities. This occurs because ampersands were not being correctly escaped in link targets, making it possible to fashion unsafe URLs using schemes like `data:` or `javascript:` by entering them as HTML entities. Recommendations: For versions prior to 0.10.1, update to version 0.10.1 or later to resolve the issue. As a temporary workaround, consider restricting the use of link targets with HTML entities to minimize the risk of exploitation.
PT-2021-17596
6.1
2021-02-21
Comrak · Comrak · CVE-2021-27671
**Name of the Vulnerable Software and Affected Versions** comrak crate versions prior to 0.9.1 **Description** An issue in the comrak crate allows cross-site scripting (XSS) to occur due to a case-sensitive protection mechanism for `data:` and `javascript:` URIs. This enables attackers to use variations like `Data:` to launch an attack. **Recommendations** For versions prior to 0.9.1, update to version 0.9.1 or later to resolve the issue. As a temporary workaround, consider implementing case-insensitive matching for unsafe URL prefixes, such as `data:` or `javascript:`, to prevent exploitation.