Vulnerabilities (CVE)

Filtered by vendor Python-markdown2 Project Subscribe
Filtered by product Python-markdown2
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2020-11888 1 Python-markdown2 Project 1 Python-markdown2 2024-02-04 4.3 MEDIUM 6.1 MEDIUM
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-3724 1 Python-markdown2 Project 1 Python-markdown2 2024-02-04 4.3 MEDIUM 6.1 MEDIUM
python-markdown2 before 1.0.1.14 has multiple cross-site scripting (XSS) issues.
CVE-2018-5773 1 Python-markdown2 Project 1 Python-markdown2 2024-02-04 4.3 MEDIUM 6.1 MEDIUM
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 final '>' character from an IMG tag.