VYPR
Vendor

Python Markdown2 Project

Products
1
CVEs
3
Across products
3
Status
Private

Products

1

Recent CVEs

3
  • CVE-2020-11888MedApr 20, 2020
    risk 0.40cvss 6.1epss 0.02

    python-markdown2 through 2.3.8 allows XSS because element names are mishandled unless a \w+ match succeeds. For example, an attack might use elementname@ or elementname- with an onclick attribute.

  • CVE-2009-3724MedJan 15, 2020
    risk 0.40cvss 6.1epss 0.01

    python-markdown2 before 1.0.1.14 has multiple cross-site scripting (XSS) issues.

  • CVE-2018-5773MedJan 18, 2018
    risk 0.33cvss 6.1epss 0.01

    An issue was discovered in markdown2 (aka python-markdown2) through 2.3.5. The safe_mode feature, which is supposed to sanitize user input against XSS, is flawed and does not escape the input properly. With a crafted payload, XSS can be triggered, as demonstrated by omitting the…