Описание
Security update for python-mistune
This update for python-mistune fixes the following issue
- CVE-2026-49851: potential DoS via quadratic-time parsing in parse_link_text (bsc#1269091).
Список пакетов
openSUSE Leap 16.0
python313-mistune-3.1.3-160000.4.1
Ссылки
- SUSE Security Ratings
- SUSE Bug 1269091
- SUSE CVE CVE-2026-49851 page
Описание
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Mistune is vulnerable to a CPU exhaustion DoS due to superlinear (approximately O(n²)) behavior in parse_link_text. When parsing Markdown containing many consecutive [ characters, parse_link_text repeatedly scans the input using a regex search inside a loop. Each iteration re-scans a large portion of the remaining string, resulting in quadratic-time behavior. An attacker-controlled Markdown input can therefore trigger excessive CPU usage with a very small payload. This vulnerability is fixed in 3.3.0.
Затронутые продукты
openSUSE Leap 16.0:python313-mistune-3.1.3-160000.4.1
Ссылки
- CVE-2026-49851
- SUSE Bug 1269091