Description
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct self-includes and not indirect cycles, allowing two markdown files that include each other to trigger unbounded recursion, raise RecursionError, and crash the rendering request. This issue is fixed in version 3.3.0.
Problem types
CWE-674: Uncontrolled Recursion
CWE-755: Improper Handling of Exceptional Conditions
Product status
References
github.com/...istune/security/advisories/GHSA-8mpj-m6qm-5qr8
github.com/...ommit/1bef343ade163fc3bb95572b15be720084cdb993
github.com/lepture/mistune/releases/tag/v3.3.0