trentm/python-markdown2

trentm/python-markdown2

Releases49
Frequency3 months 4 weeks
Last Release
Stars2.82K
markdown2: A fast and complete implementation of Markdown in Python

CVE History

CVEPublishedCVSS v3CVSS v2
7.5 HIGH5 MEDIUM

markdown2 >=1.0.1.18, fixed in 2.4.0, is affected by a regular expression denial of service vulnerability. If an attacker provides a malicious string, it can make markdown2 processing difficult or delayed for an extended period of time.

6.1 MEDIUM4.3 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.