First published: Fri Dec 29 2017(Updated: )
Cross-site scripting (XSS) vulnerability in the _keyify function in mistune.py in Mistune before 0.8.1 allows remote attackers to inject arbitrary web script or HTML by leveraging failure to escape the "key" argument.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
pip/mistune | <0.8.1 | 0.8.1 |
mistune | <0.8.1 | |
Fedora | =26 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2017-16876 is categorized as a medium severity cross-site scripting (XSS) vulnerability.
To fix CVE-2017-16876, upgrade to Mistune version 0.8.1 or later.
CVE-2017-16876 can enable remote attackers to inject arbitrary web scripts or HTML into affected applications.
Mistune versions prior to 0.8.1 are affected by CVE-2017-16876.
CVE-2017-16876 arises from a failure to properly escape the 'key' argument in the _keyify function in mistune.py.