Threat Intelligence Database
Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threat Intelligence
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-49851: CWE-400: Uncontrolled Resource Consumption in lepture mistuneCVE-2026-49851 0 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. Join the discussion | CVE Database V5 | 06/24/2026, 17:05:33 UTC Added: 06/24/2026, 17:54:14 UTC |
CVE-2026-44897: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in lepture mistuneCVE-2026-44897 0 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, HTMLRenderer.heading() builds the opening <hN> tag by string-concatenating the id attribute value directly into the HTML — with no call to escape(), safe_entity(), or any other sanitisation function. A double-quote character " in the id value terminates the attribute, allowing an attacker to inject arbitrary additional attributes (event handlers, src=, href=, etc.) into the heading element. This vulnerability is fixed in 3.2.1. Join the discussion | CVE Database V5 | 05/26/2026, 20:40:42 UTC Added: 05/27/2026, 19:52:44 UTC |
CVE-2026-44898: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in lepture mistuneCVE-2026-44898 0 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, render_toc_ul() builds a <ul> table-of-contents tree from a list of (level, id, text) tuples. Both the id value (used as href="#<id>") and the text value (used as the visible link label) are inserted into <a> tags via a plain Python format string — with no HTML escaping applied to either value. When heading IDs are derived from user-supplied heading text (the standard use-case for readable slug anchors), an attacker can craft a heading whose text breaks out of the href="#..." attribute context, injecting arbitrary HTML tags including <script> blocks directly into the rendered TOC. This vulnerability is fixed in 3.2.1. Join the discussion | CVE Database V5 | 05/26/2026, 20:41:53 UTC Added: 05/27/2026, 18:33:36 UTC |
CVE-2026-44708: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in lepture mistuneCVE-2026-44708 0 Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, the mistune math plugin renders inline math ($...$) and block math ($$...$$) by concatenating the raw user-supplied content directly into the HTML output without any HTML escaping. This occurs even when the parser is explicitly created with escape=True, which is supposed to guarantee that all user-controlled text is sanitised before reaching the DOM. This vulnerability is fixed in 3.2.1. Join the discussion | CVE Database V5 | 05/26/2026, 20:39:18 UTC Added: 05/27/2026, 15:18:57 UTC |
CVE-2026-44899: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in lepture mistuneCVE-2026-44899 0 CVE-2026-44899 is a cross-site scripting (XSS) vulnerability in the lepture mistune Python Markdown parser prior to version 3.2.1. The issue arises from improper validation of the :width: and :height: options in the Image directive plugin, where a regex only partially validates numeric input, allowing additional CSS to be injected into style attributes without escaping. This vulnerability allows an attacker to inject arbitrary CSS into rendered HTML. The vulnerability is fixed in version 3.2.1. The CVSS score is 4.7, indicating a medium severity level. Join the discussion | CVE Database V5 | 05/26/2026, 20:36:40 UTC Added: 05/27/2026, 14:04:26 UTC |
CVE-2026-44896: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in lepture mistuneCVE-2026-44896 0 Mistune is a Python Markdown parser with renderers and plugins. In 3.2.0 and earlier, in src/mistune/directives/image.py, the render_figure() function concatenates figclass and figwidth options directly into HTML attributes without escaping. This allows attribute injection and XSS even when HTMLRenderer(escape=True) is used, because these values bypass the inline renderer. Version 3.2.1 contains a patch. Join the discussion | CVE Database V5 | 05/26/2026, 20:33:38 UTC Added: 05/27/2026, 14:04:26 UTC |
Showing 1 to 6 of 6 results