markdown2 is vulnerable to cross-site scripting
Moderate severity
GitHub Reviewed
Published
Jul 12, 2018
to the GitHub Advisory Database
•
Updated Sep 30, 2024
Description
Published to the GitHub Advisory Database
Jul 12, 2018
Reviewed
Jun 16, 2020
Last updated
Sep 30, 2024
An issue was discovered in
markdown2(aka python-markdown2) through 2.3.5. Thesafe_modefeature, 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.References