Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-45409 (GCVE-0-2026-45409)
Vulnerability from cvelistv5 – Published: 2026-06-05 22:06 – Updated: 2026-06-08 16:34- CWE-1333 - Inefficient Regular Expression Complexity
| URL | Tags |
|---|---|
| https://github.com/kjd/idna/security/advisories/G… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-45409",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-08T14:30:54.406761Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-08T16:34:00.295Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "idna",
"vendor": "kjd",
"versions": [
{
"status": "affected",
"version": "\u003c 3.15"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `\"\\u0660\" * N` or `\"\\u30fb\" * N + \"\\u6f22\"` utilize the `valid_contexto` function prior to length rejection, and for high values of `N` will take a long time to process. This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. A specially crafted argument to the `idna.encode()` function could consume significant resources. This may lead to a denial-of-service. Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). A workaround is available. Domain names cannot exceed 253 characters in length. If this length limit is enforced prior to passing the domain to the `idna.encode()` function, it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"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:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1333",
"description": "CWE-1333: Inefficient Regular Expression Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-05T22:06:07.082Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/kjd/idna/security/advisories/GHSA-65pc-fj4g-8rjx",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/kjd/idna/security/advisories/GHSA-65pc-fj4g-8rjx"
}
],
"source": {
"advisory": "GHSA-65pc-fj4g-8rjx",
"discovery": "UNKNOWN"
},
"title": "Internationalized Domain Names in Applications (IDNA): Specially crafted inputs to idna.encode() can bypass CVE-2024-3651 fix"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-45409",
"datePublished": "2026-06-05T22:06:07.082Z",
"dateReserved": "2026-05-12T01:48:40.452Z",
"dateUpdated": "2026-06-08T16:34:00.295Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-45409",
"date": "2026-08-31",
"epss": "0.00408",
"percentile": "0.33878"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-45409\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-06-05T23:16:43.343\",\"lastModified\":\"2026-07-23T07:10:00.113\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `\\\"\\\\u0660\\\" * N` or `\\\"\\\\u30fb\\\" * N + \\\"\\\\u6f22\\\"` utilize the `valid_contexto` function prior to length rejection, and for high values of `N` will take a long time to process. This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. A specially crafted argument to the `idna.encode()` function could consume significant resources. This may lead to a denial-of-service. Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). A workaround is available. Domain names cannot exceed 253 characters in length. If this length limit is enforced prior to passing the domain to the `idna.encode()` function, it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.\"},{\"lang\":\"es\",\"value\":\"Nombres de Dominio Internacionalizados en Aplicaciones (IDNA) para Python proporciona soporte para Nombres de Dominio Internacionalizados en Aplicaciones (IDNA) y Procesamiento de Compatibilidad IDNA de Unicode. En versiones anteriores a la 3.15, cargas \u00fatiles como \u0027\\\"\\\\u0660\\\" N\u0027 o \u0027\\\"\\\\u30fb\\\" N + \\\"\\\\u6f22\\\"\u0027 utilizan la funci\u00f3n \u0027valid_contexto\u0027 antes del rechazo por longitud, y para valores altos de \u0027N\u0027 tardar\u00e1n mucho tiempo en procesarse. Este es el mismo problema que CVE-2024-3651, sin embargo, la remediaci\u00f3n original en 2024 no fue una soluci\u00f3n completa. Un argumento especialmente dise\u00f1ado para la funci\u00f3n \u0027idna.encode()\u0027 podr\u00eda consumir recursos significativos. Esto puede conducir a una denegaci\u00f3n de servicio. A partir de la versi\u00f3n 3.14, la funci\u00f3n rechaza entradas largas tan pronto como sea posible antes de cualquier procesamiento adicional para minimizar el consumo de recursos. En la versi\u00f3n 3.15, este enfoque se extendi\u00f3 a funciones alternativas menos utilizadas (es decir, conversiones por etiqueta y soporte de c\u00f3dec). Una soluci\u00f3n alternativa est\u00e1 disponible. Los nombres de dominio no pueden exceder los 253 caracteres de longitud. Si se aplica este l\u00edmite de longitud antes de pasar el dominio a la funci\u00f3n \u0027idna.encode()\u0027, ya no deber\u00eda consumir recursos significativos. Esto se activa por entradas arbitrariamente grandes que no ocurrir\u00edan en el uso normal, pero pueden pasarse a la biblioteca asumiendo que no hay validaci\u00f3n de entrada preliminar por parte de la aplicaci\u00f3n de nivel superior.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"kjd\",\"product\":\"idna\",\"versions\":[{\"version\":\"\u003c 3.15\",\"status\":\"affected\"}]}]}],\"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:L/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\":6.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"LOW\",\"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\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-08T14:30:54.406761Z\",\"id\":\"CVE-2026-45409\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kjd:internationalized_domain_names_in_applications:*:*:*:*:*:python:*:*\",\"versionEndExcluding\":\"3.15\",\"matchCriteriaId\":\"E99B9ACE-2390-4EAC-8BB1-092CCACC1D2D\"}]}]}],\"references\":[{\"url\":\"https://github.com/kjd/idna/security/advisories/GHSA-65pc-fj4g-8rjx\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-25T09:40:52+00:00",
"cve": "CVE-2026-45409",
"id": "CVE-2026-45409",
"initial_release_date": "2026-06-05T22:06:07.082000+00:00",
"product_status:fixed": "85",
"product_status:known_affected": "317",
"product_status:known_not_affected": "71",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "python-idna: idna: Denial of Service via specially crafted long inputs",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-45409.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-45409\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-08T14:30:54.406761Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-08T14:30:59.583Z\"}}], \"cna\": {\"title\": \"Internationalized Domain Names in Applications (IDNA): Specially crafted inputs to idna.encode() can bypass CVE-2024-3651 fix\", \"source\": {\"advisory\": \"GHSA-65pc-fj4g-8rjx\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"LOW\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"kjd\", \"product\": \"idna\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.15\"}]}], \"references\": [{\"url\": \"https://github.com/kjd/idna/security/advisories/GHSA-65pc-fj4g-8rjx\", \"name\": \"https://github.com/kjd/idna/security/advisories/GHSA-65pc-fj4g-8rjx\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `\\\"\\\\u0660\\\" * N` or `\\\"\\\\u30fb\\\" * N + \\\"\\\\u6f22\\\"` utilize the `valid_contexto` function prior to length rejection, and for high values of `N` will take a long time to process. This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. A specially crafted argument to the `idna.encode()` function could consume significant resources. This may lead to a denial-of-service. Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). A workaround is available. Domain names cannot exceed 253 characters in length. If this length limit is enforced prior to passing the domain to the `idna.encode()` function, it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.\"}], \"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-06-05T22:06:07.082Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-45409\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-08T16:34:00.295Z\", \"dateReserved\": \"2026-05-12T01:48:40.452Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-06-05T22:06:07.082Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:21914-1
Vulnerability from csaf_suse - Published: 2026-05-28 15:40 - Updated: 2026-05-28 15:40| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-idna-3.4-9.1.noarch | — |
Vendor Fix
|
{
"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": "Security update for python-idna",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-idna fixes the following issue\n\n- CVE-2026-45409: specially crafted inputs to idna.encode() can bypass earlier security fix (bsc#1265413).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-733",
"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/suse-su-2026_21914-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21914-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621914-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21914-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026480.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265413",
"url": "https://bugzilla.suse.com/1265413"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45409 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45409/"
}
],
"title": "Security update for python-idna",
"tracking": {
"current_release_date": "2026-05-28T15:40:43Z",
"generator": {
"date": "2026-05-28T15:40:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21914-1",
"initial_release_date": "2026-05-28T15:40:43Z",
"revision_history": [
{
"date": "2026-05-28T15:40:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-idna-3.4-9.1.noarch",
"product": {
"name": "python311-idna-3.4-9.1.noarch",
"product_id": "python311-idna-3.4-9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idna-3.4-9.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-idna-3.4-9.1.noarch"
},
"product_reference": "python311-idna-3.4-9.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-45409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45409"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-idna-3.4-9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45409",
"url": "https://www.suse.com/security/cve/CVE-2026-45409"
},
{
"category": "external",
"summary": "SUSE Bug 1265413 for CVE-2026-45409",
"url": "https://bugzilla.suse.com/1265413"
}
],
"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": [
"SUSE Linux Micro 6.0:python311-idna-3.4-9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-idna-3.4-9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-28T15:40:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-45409"
}
]
}
SUSE-SU-2026:22271-1
Vulnerability from csaf_suse - Published: 2026-06-24 21:39 - Updated: 2026-06-24 21:39| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:python313-idna-3.10-160000.3.1.noarch | — |
Vendor Fix
|
{
"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": "Security update for python-idna",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-idna fixes the following issue\n\n- CVE-2026-45409: specially crafted inputs to idna.encode() can bypass earlier security fix (bsc#1265413).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-1061",
"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/suse-su-2026_22271-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22271-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622271-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22271-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047687.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265413",
"url": "https://bugzilla.suse.com/1265413"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45409 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45409/"
}
],
"title": "Security update for python-idna",
"tracking": {
"current_release_date": "2026-06-24T21:39:03Z",
"generator": {
"date": "2026-06-24T21:39:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22271-1",
"initial_release_date": "2026-06-24T21:39:03Z",
"revision_history": [
{
"date": "2026-06-24T21:39:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-idna-3.10-160000.3.1.noarch",
"product": {
"name": "python313-idna-3.10-160000.3.1.noarch",
"product_id": "python313-idna-3.10-160000.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idna-3.10-160000.3.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-idna-3.10-160000.3.1.noarch"
},
"product_reference": "python313-idna-3.10-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-45409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45409"
}
],
"notes": [
{
"category": "general",
"text": "Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `\"\\u0660\" * N` or `\"\\u30fb\" * N + \"\\u6f22\"` utilize the `valid_contexto` function prior to length rejection, and for high values of `N` will take a long time to process. This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. A specially crafted argument to the `idna.encode()` function could consume significant resources. This may lead to a denial-of-service. Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). A workaround is available. Domain names cannot exceed 253 characters in length. If this length limit is enforced prior to passing the domain to the `idna.encode()` function, it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:python313-idna-3.10-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45409",
"url": "https://www.suse.com/security/cve/CVE-2026-45409"
},
{
"category": "external",
"summary": "SUSE Bug 1265413 for CVE-2026-45409",
"url": "https://bugzilla.suse.com/1265413"
}
],
"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": [
"SUSE Linux Micro 6.2:python313-idna-3.10-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:python313-idna-3.10-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-24T21:39:03Z",
"details": "moderate"
}
],
"title": "CVE-2026-45409"
}
]
}
SUSE-SU-2026:22356-1
Vulnerability from csaf_suse - Published: 2026-06-24 21:39 - Updated: 2026-06-24 21:39| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idna-3.10-160000.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idna-3.10-160000.3.1.noarch | — |
Vendor Fix
|
{
"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": "Security update for python-idna",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-idna fixes the following issue\n\n- CVE-2026-45409: specially crafted inputs to idna.encode() can bypass earlier security fix (bsc#1265413).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-1061",
"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/suse-su-2026_22356-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22356-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622356-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22356-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/047783.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265413",
"url": "https://bugzilla.suse.com/1265413"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45409 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45409/"
}
],
"title": "Security update for python-idna",
"tracking": {
"current_release_date": "2026-06-24T21:39:03Z",
"generator": {
"date": "2026-06-24T21:39:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22356-1",
"initial_release_date": "2026-06-24T21:39:03Z",
"revision_history": [
{
"date": "2026-06-24T21:39:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-idna-3.10-160000.3.1.noarch",
"product": {
"name": "python313-idna-3.10-160000.3.1.noarch",
"product_id": "python313-idna-3.10-160000.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idna-3.10-160000.3.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-idna-3.10-160000.3.1.noarch"
},
"product_reference": "python313-idna-3.10-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idna-3.10-160000.3.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-idna-3.10-160000.3.1.noarch"
},
"product_reference": "python313-idna-3.10-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-45409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45409"
}
],
"notes": [
{
"category": "general",
"text": "Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `\"\\u0660\" * N` or `\"\\u30fb\" * N + \"\\u6f22\"` utilize the `valid_contexto` function prior to length rejection, and for high values of `N` will take a long time to process. This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. A specially crafted argument to the `idna.encode()` function could consume significant resources. This may lead to a denial-of-service. Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). A workaround is available. Domain names cannot exceed 253 characters in length. If this length limit is enforced prior to passing the domain to the `idna.encode()` function, it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:python313-idna-3.10-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idna-3.10-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45409",
"url": "https://www.suse.com/security/cve/CVE-2026-45409"
},
{
"category": "external",
"summary": "SUSE Bug 1265413 for CVE-2026-45409",
"url": "https://bugzilla.suse.com/1265413"
}
],
"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": [
"SUSE Linux Enterprise Server 16.0:python313-idna-3.10-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idna-3.10-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:python313-idna-3.10-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idna-3.10-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-24T21:39:03Z",
"details": "moderate"
}
],
"title": "CVE-2026-45409"
}
]
}
SUSE-SU-2026:3101-1
Vulnerability from csaf_suse - Published: 2026-07-17 11:42 - Updated: 2026-07-17 11:42| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 12:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP3:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:python-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12:python3-idna-2.5-3.16.1.noarch | — |
Vendor Fix
|
{
"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": "Security update for python-idna",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-idna fixes the following issue\n\n- CVE-2026-45409: specially crafted inputs to idna.encode() can bypass earlier security fix (bsc#1265413).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-3101,SUSE-SLE-Module-Public-Cloud-12-2026-3101,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-3101",
"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/suse-su-2026_3101-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:3101-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263101-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:3101-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/048419.html"
},
{
"category": "self",
"summary": "SUSE Bug 1265413",
"url": "https://bugzilla.suse.com/1265413"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45409 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45409/"
}
],
"title": "Security update for python-idna",
"tracking": {
"current_release_date": "2026-07-17T11:42:14Z",
"generator": {
"date": "2026-07-17T11:42:14Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:3101-1",
"initial_release_date": "2026-07-17T11:42:14Z",
"revision_history": [
{
"date": "2026-07-17T11:42:14Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-idna-2.5-3.16.1.noarch",
"product": {
"name": "python-idna-2.5-3.16.1.noarch",
"product_id": "python-idna-2.5-3.16.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-idna-2.5-3.16.1.noarch",
"product": {
"name": "python3-idna-2.5-3.16.1.noarch",
"product_id": "python3-idna-2.5-3.16.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12",
"product": {
"name": "SUSE Linux Enterprise Server 12",
"product_id": "SUSE Linux Enterprise Server 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 12",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP3",
"product_id": "SUSE Linux Enterprise Server 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4",
"product_id": "SUSE Linux Enterprise Server 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise High Performance Computing 12:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP3:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP3:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP4:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP4:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server 12 SP5:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idna-2.5-3.16.1.noarch"
},
"product_reference": "python-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idna-2.5-3.16.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-idna-2.5-3.16.1.noarch"
},
"product_reference": "python3-idna-2.5-3.16.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-45409",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45409"
}
],
"notes": [
{
"category": "general",
"text": "Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `\"\\u0660\" * N` or `\"\\u30fb\" * N + \"\\u6f22\"` utilize the `valid_contexto` function prior to length rejection, and for high values of `N` will take a long time to process. This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. A specially crafted argument to the `idna.encode()` function could consume significant resources. This may lead to a denial-of-service. Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). A workaround is available. Domain names cannot exceed 253 characters in length. If this length limit is enforced prior to passing the domain to the `idna.encode()` function, it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 12:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP3:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP3:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP4:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP4:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12:python3-idna-2.5-3.16.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45409",
"url": "https://www.suse.com/security/cve/CVE-2026-45409"
},
{
"category": "external",
"summary": "SUSE Bug 1265413 for CVE-2026-45409",
"url": "https://bugzilla.suse.com/1265413"
}
],
"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": [
"SUSE Linux Enterprise High Performance Computing 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 12:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP3:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP3:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP4:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP4:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12:python3-idna-2.5-3.16.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise High Performance Computing 12:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP3:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP3:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP4:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP4:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server 12:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12:python-idna-2.5-3.16.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12:python3-idna-2.5-3.16.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-17T11:42:14Z",
"details": "moderate"
}
],
"title": "CVE-2026-45409"
}
]
}
ubuntu-cve-2026-45409
Vulnerability from osv_ubuntu
Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as "\u0660" * N or "\u30fb" * N + "\u6f22" utilize the valid_contexto function prior to length rejection, and for high values of N will take a long time to process. This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. A specially crafted argument to the idna.encode() function could consume significant resources. This may lead to a denial-of-service. Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). A workaround is available. Domain names cannot exceed 253 characters in length. If this length limit is enforced prior to passing the domain to the idna.encode() function, it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-pip",
"binary_version": "1.5.4-1ubuntu4+esm5"
},
{
"binary_name": "python-pip-whl",
"binary_version": "1.5.4-1ubuntu4+esm5"
},
{
"binary_name": "python3-pip",
"binary_version": "1.5.4-1ubuntu4+esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "python-pip",
"purl": "pkg:deb/ubuntu/python-pip@1.5.4-1ubuntu4+esm5?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.4.1-2",
"1.5.4-1",
"1.5.4-1ubuntu1",
"1.5.4-1ubuntu3",
"1.5.4-1ubuntu4",
"1.5.4-1ubuntu4+esm1",
"1.5.4-1ubuntu4+esm2",
"1.5.4-1ubuntu4+esm3",
"1.5.4-1ubuntu4+esm4",
"1.5.4-1ubuntu4+esm5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "pypy-idna",
"binary_version": "2.0-3ubuntu0.1~esm1"
},
{
"binary_name": "python-idna",
"binary_version": "2.0-3ubuntu0.1~esm1"
},
{
"binary_name": "python3-idna",
"binary_version": "2.0-3ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "python-idna",
"purl": "pkg:deb/ubuntu/python-idna@2.0-3ubuntu0.1~esm1?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.0-3",
"2.0-3ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-pip",
"binary_version": "8.1.1-2ubuntu0.6+esm12"
},
{
"binary_name": "python-pip-whl",
"binary_version": "8.1.1-2ubuntu0.6+esm12"
},
{
"binary_name": "python3-pip",
"binary_version": "8.1.1-2ubuntu0.6+esm12"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "python-pip",
"purl": "pkg:deb/ubuntu/python-pip@8.1.1-2ubuntu0.6+esm12?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.5.6-7ubuntu1",
"1.5.6-7ubuntu2",
"8.0.2-7",
"8.0.3-1",
"8.0.3-2",
"8.1.0-1",
"8.1.0-2",
"8.1.1-1",
"8.1.1-2",
"8.1.1-2ubuntu0.1",
"8.1.1-2ubuntu0.2",
"8.1.1-2ubuntu0.4",
"8.1.1-2ubuntu0.6",
"8.1.1-2ubuntu0.6+esm2",
"8.1.1-2ubuntu0.6+esm3",
"8.1.1-2ubuntu0.6+esm4",
"8.1.1-2ubuntu0.6+esm5",
"8.1.1-2ubuntu0.6+esm6",
"8.1.1-2ubuntu0.6+esm8",
"8.1.1-2ubuntu0.6+esm10",
"8.1.1-2ubuntu0.6+esm11",
"8.1.1-2ubuntu0.6+esm12"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "pypy-idna",
"binary_version": "2.6-1ubuntu0.1~esm1"
},
{
"binary_name": "python-idna",
"binary_version": "2.6-1ubuntu0.1~esm1"
},
{
"binary_name": "python3-idna",
"binary_version": "2.6-1ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "python-idna",
"purl": "pkg:deb/ubuntu/python-idna@2.6-1ubuntu0.1~esm1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.5-1",
"2.6-1",
"2.6-1ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-pip",
"binary_version": "9.0.1-2.3~ubuntu1.18.04.8+esm8"
},
{
"binary_name": "python-pip-whl",
"binary_version": "9.0.1-2.3~ubuntu1.18.04.8+esm8"
},
{
"binary_name": "python3-pip",
"binary_version": "9.0.1-2.3~ubuntu1.18.04.8+esm8"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "python-pip",
"purl": "pkg:deb/ubuntu/python-pip@9.0.1-2.3~ubuntu1.18.04.8+esm8?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.0.1-2",
"9.0.1-2.3~ubuntu1",
"9.0.1-2.3~ubuntu1.18.04.1",
"9.0.1-2.3~ubuntu1.18.04.2",
"9.0.1-2.3~ubuntu1.18.04.3",
"9.0.1-2.3~ubuntu1.18.04.4",
"9.0.1-2.3~ubuntu1.18.04.5",
"9.0.1-2.3~ubuntu1.18.04.5+esm2",
"9.0.1-2.3~ubuntu1.18.04.5+esm3",
"9.0.1-2.3~ubuntu1.18.04.6",
"9.0.1-2.3~ubuntu1.18.04.6+esm1",
"9.0.1-2.3~ubuntu1.18.04.7",
"9.0.1-2.3~ubuntu1.18.04.7+esm1",
"9.0.1-2.3~ubuntu1.18.04.8",
"9.0.1-2.3~ubuntu1.18.04.8+esm1",
"9.0.1-2.3~ubuntu1.18.04.8+esm2",
"9.0.1-2.3~ubuntu1.18.04.8+esm4",
"9.0.1-2.3~ubuntu1.18.04.8+esm6",
"9.0.1-2.3~ubuntu1.18.04.8+esm7",
"9.0.1-2.3~ubuntu1.18.04.8+esm8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-idna",
"binary_version": "2.8-1ubuntu0.1"
},
{
"binary_name": "python3-idna",
"binary_version": "2.8-1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "python-idna",
"purl": "pkg:deb/ubuntu/python-idna@2.8-1ubuntu0.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.6-2",
"2.6-2build1",
"2.8-1",
"2.8-1ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-pip-whl",
"binary_version": "20.0.2-5ubuntu1.11+esm4"
},
{
"binary_name": "python3-pip",
"binary_version": "20.0.2-5ubuntu1.11+esm4"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "python-pip",
"purl": "pkg:deb/ubuntu/python-pip@20.0.2-5ubuntu1.11+esm4?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"18.1-5",
"18.1-5build1",
"18.1-5ubuntu1",
"20.0.2-2",
"20.0.2-4",
"20.0.2-5",
"20.0.2-5ubuntu1",
"20.0.2-5ubuntu1.1",
"20.0.2-5ubuntu1.3",
"20.0.2-5ubuntu1.4",
"20.0.2-5ubuntu1.5",
"20.0.2-5ubuntu1.6",
"20.0.2-5ubuntu1.7",
"20.0.2-5ubuntu1.8",
"20.0.2-5ubuntu1.9",
"20.0.2-5ubuntu1.10",
"20.0.2-5ubuntu1.10+esm2",
"20.0.2-5ubuntu1.11",
"20.0.2-5ubuntu1.11+esm2",
"20.0.2-5ubuntu1.11+esm3",
"20.0.2-5ubuntu1.11+esm4"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "python3-idna",
"binary_version": "3.3-1ubuntu0.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "python-idna",
"purl": "pkg:deb/ubuntu/python-idna@3.3-1ubuntu0.2?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.3-1ubuntu0.2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.10-1",
"3.2-2",
"3.3-1",
"3.3-1ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pip",
"binary_version": "22.0.2+dfsg-1ubuntu0.7+esm3"
},
{
"binary_name": "python3-pip-whl",
"binary_version": "22.0.2+dfsg-1ubuntu0.7+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "python-pip",
"purl": "pkg:deb/ubuntu/python-pip@22.0.2+dfsg-1ubuntu0.7+esm3?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"20.3.4-4",
"21.3.1+dfsg-3",
"22.0.2+dfsg-1",
"22.0.2+dfsg-1ubuntu0.1",
"22.0.2+dfsg-1ubuntu0.2",
"22.0.2+dfsg-1ubuntu0.3",
"22.0.2+dfsg-1ubuntu0.4",
"22.0.2+dfsg-1ubuntu0.5",
"22.0.2+dfsg-1ubuntu0.6",
"22.0.2+dfsg-1ubuntu0.7",
"22.0.2+dfsg-1ubuntu0.7+esm1",
"22.0.2+dfsg-1ubuntu0.7+esm2",
"22.0.2+dfsg-1ubuntu0.7+esm3"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "python3-idna",
"binary_version": "3.6-2ubuntu0.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "python-idna",
"purl": "pkg:deb/ubuntu/python-idna@3.6-2ubuntu0.2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.6-2ubuntu0.2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.3-2",
"3.6-2",
"3.6-2ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pip",
"binary_version": "24.0+dfsg-1ubuntu1.3+esm3"
},
{
"binary_name": "python3-pip-whl",
"binary_version": "24.0+dfsg-1ubuntu1.3+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:24.04:LTS",
"name": "python-pip",
"purl": "pkg:deb/ubuntu/python-pip@24.0+dfsg-1ubuntu1.3+esm3?arch=source\u0026distro=esm-apps/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"23.2+dfsg-1",
"23.3+dfsg-1",
"24.0+dfsg-1",
"24.0+dfsg-1ubuntu1",
"24.0+dfsg-1ubuntu1.1",
"24.0+dfsg-1ubuntu1.2",
"24.0+dfsg-1ubuntu1.3",
"24.0+dfsg-1ubuntu1.3+esm1",
"24.0+dfsg-1ubuntu1.3+esm2",
"24.0+dfsg-1ubuntu1.3+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-idna",
"binary_version": "3.10-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "python-idna",
"purl": "pkg:deb/ubuntu/python-idna@3.10-1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.10-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pip",
"binary_version": "25.1.1+dfsg-1ubuntu2"
},
{
"binary_name": "python3-pip-whl",
"binary_version": "25.1.1+dfsg-1ubuntu2"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "python-pip",
"purl": "pkg:deb/ubuntu/python-pip@25.1.1+dfsg-1ubuntu2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"25.0+dfsg-1",
"25.1.1+dfsg-1",
"25.1.1+dfsg-1ubuntu1",
"25.1.1+dfsg-1ubuntu2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "python3-idna",
"binary_version": "3.11-1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "python-idna",
"purl": "pkg:deb/ubuntu/python-idna@3.11-1ubuntu0.1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.11-1ubuntu0.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.10-1",
"3.10-1build1",
"3.11-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pip",
"binary_version": "25.1.1+dfsg-1ubuntu2+esm3"
},
{
"binary_name": "python3-pip-whl",
"binary_version": "25.1.1+dfsg-1ubuntu2+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:26.04:LTS",
"name": "python-pip",
"purl": "pkg:deb/ubuntu/python-pip@25.1.1+dfsg-1ubuntu2+esm3?arch=source\u0026distro=esm-apps/resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"25.1.1+dfsg-1ubuntu2",
"25.1.1+dfsg-1ubuntu2+esm1",
"25.1.1+dfsg-1ubuntu2+esm2",
"25.1.1+dfsg-1ubuntu2+esm3"
]
}
],
"aliases": [],
"details": "Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `\"\\u0660\" * N` or `\"\\u30fb\" * N + \"\\u6f22\"` utilize the `valid_contexto` function prior to length rejection, and for high values of `N` will take a long time to process. This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. A specially crafted argument to the `idna.encode()` function could consume significant resources. This may lead to a denial-of-service. Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). A workaround is available. Domain names cannot exceed 253 characters in length. If this length limit is enforced prior to passing the domain to the `idna.encode()` function, it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.",
"id": "UBUNTU-CVE-2026-45409",
"modified": "2026-07-15T17:51:45Z",
"published": "2026-06-05T23:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-45409"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45409"
},
{
"type": "REPORT",
"url": "https://github.com/kjd/idna/security/advisories/GHSA-65pc-fj4g-8rjx"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8549-1"
}
],
"related": [
"USN-8549-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-45409"
]
}
WID-SEC-W-2026-3046
Vulnerability from csaf_certbund - Published: 2026-08-26 22:00 - Updated: 2026-08-30 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM Concert <3.0.0
IBM / Concert
|
<3.0.0 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM Concert ist eine Plattform f\u00fcr die Automatisierung von Gesch\u00e4ftsprozessen und Entscheidungsfindung.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM Concert ausnutzen, um beliebigen Programmcode auszuf\u00fchren, um einen Denial of Service Angriff durchzuf\u00fchren, um Informationen offenzulegen, um Dateien zu manipulieren, um einen Cross-Site Scripting Angriff durchzuf\u00fchren, um einen SQL-Injection Angriff durchzuf\u00fchren und um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-3046 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-3046.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-3046 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-3046"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7285337 vom 2026-08-26",
"url": "https://www.ibm.com/support/pages/node/7285337"
}
],
"source_lang": "en-US",
"title": "IBM Concert: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-08-30T22:00:00.000+00:00",
"generator": {
"date": "2026-08-31T06:12:08.730+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-3046",
"initial_release_date": "2026-08-26T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-08-26T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-08-30T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2026-67959, EUVD-2025-210810"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.0.0",
"product": {
"name": "IBM Concert \u003c3.0.0",
"product_id": "T058718"
}
},
{
"category": "product_version",
"name": "3.0.0",
"product": {
"name": "IBM Concert 3.0.0",
"product_id": "T058718-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:concert:3.0.0"
}
}
}
],
"category": "product_name",
"name": "Concert"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-19921",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2019-19921"
},
{
"cve": "CVE-2021-23337",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2021-23337"
},
{
"cve": "CVE-2024-3651",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2024-3651"
},
{
"cve": "CVE-2024-39338",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2024-39338"
},
{
"cve": "CVE-2024-45590",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2024-45590"
},
{
"cve": "CVE-2025-13465",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-13465"
},
{
"cve": "CVE-2025-15284",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-15284"
},
{
"cve": "CVE-2025-15599",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-15599"
},
{
"cve": "CVE-2025-22874",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-22874"
},
{
"cve": "CVE-2025-47273",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-47273"
},
{
"cve": "CVE-2025-47907",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-47907"
},
{
"cve": "CVE-2025-52881",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-52881"
},
{
"cve": "CVE-2025-53643",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-53643"
},
{
"cve": "CVE-2025-55184",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-55184"
},
{
"cve": "CVE-2025-58056",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-58056"
},
{
"cve": "CVE-2025-58188",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-58188"
},
{
"cve": "CVE-2025-58189",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-58189"
},
{
"cve": "CVE-2025-61723",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-61723"
},
{
"cve": "CVE-2025-61730",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-61730"
},
{
"cve": "CVE-2025-64649",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-64649"
},
{
"cve": "CVE-2025-64756",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-64756"
},
{
"cve": "CVE-2025-67221",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-67221"
},
{
"cve": "CVE-2025-68121",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-68121"
},
{
"cve": "CVE-2025-68146",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2025-68146"
},
{
"cve": "CVE-2026-0540",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-0540"
},
{
"cve": "CVE-2026-2327",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-2327"
},
{
"cve": "CVE-2026-23490",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-23490"
},
{
"cve": "CVE-2026-23897",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-23897"
},
{
"cve": "CVE-2026-2391",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-2391"
},
{
"cve": "CVE-2026-23949",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-23949"
},
{
"cve": "CVE-2026-24486",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-24486"
},
{
"cve": "CVE-2026-25528",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-25528"
},
{
"cve": "CVE-2026-25547",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-25547"
},
{
"cve": "CVE-2026-25639",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-25639"
},
{
"cve": "CVE-2026-25990",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-25990"
},
{
"cve": "CVE-2026-26007",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-26007"
},
{
"cve": "CVE-2026-26019",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-26019"
},
{
"cve": "CVE-2026-26996",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-26996"
},
{
"cve": "CVE-2026-27142",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-27142"
},
{
"cve": "CVE-2026-27212",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-27212"
},
{
"cve": "CVE-2026-27699",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-27699"
},
{
"cve": "CVE-2026-27903",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-27903"
},
{
"cve": "CVE-2026-27904",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-27904"
},
{
"cve": "CVE-2026-28684",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-28684"
},
{
"cve": "CVE-2026-29063",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-29063"
},
{
"cve": "CVE-2026-29181",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-29181"
},
{
"cve": "CVE-2026-2950",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-2950"
},
{
"cve": "CVE-2026-31808",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-31808"
},
{
"cve": "CVE-2026-31900",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-31900"
},
{
"cve": "CVE-2026-32274",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-32274"
},
{
"cve": "CVE-2026-32288",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-32288"
},
{
"cve": "CVE-2026-32597",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-32597"
},
{
"cve": "CVE-2026-32630",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-32630"
},
{
"cve": "CVE-2026-32887",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-32887"
},
{
"cve": "CVE-2026-32952",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-32952"
},
{
"cve": "CVE-2026-33186",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-33186"
},
{
"cve": "CVE-2026-33532",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-33532"
},
{
"cve": "CVE-2026-33750",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-33750"
},
{
"cve": "CVE-2026-33814",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-33814"
},
{
"cve": "CVE-2026-33816",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-33816"
},
{
"cve": "CVE-2026-33916",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-33916"
},
{
"cve": "CVE-2026-34043",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-34043"
},
{
"cve": "CVE-2026-34073",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-34073"
},
{
"cve": "CVE-2026-34077",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-34077"
},
{
"cve": "CVE-2026-3520",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-3520"
},
{
"cve": "CVE-2026-35469",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-35469"
},
{
"cve": "CVE-2026-35515",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-35515"
},
{
"cve": "CVE-2026-3627",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-3627"
},
{
"cve": "CVE-2026-39823",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-39823"
},
{
"cve": "CVE-2026-39825",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-39825"
},
{
"cve": "CVE-2026-39826",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-39826"
},
{
"cve": "CVE-2026-39892",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-39892"
},
{
"cve": "CVE-2026-39984",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-39984"
},
{
"cve": "CVE-2026-40175",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-40175"
},
{
"cve": "CVE-2026-40179",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-40179"
},
{
"cve": "CVE-2026-40181",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-40181"
},
{
"cve": "CVE-2026-40190",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-40190"
},
{
"cve": "CVE-2026-40347",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-40347"
},
{
"cve": "CVE-2026-41066",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41066"
},
{
"cve": "CVE-2026-41182",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41182"
},
{
"cve": "CVE-2026-41238",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41238"
},
{
"cve": "CVE-2026-41239",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41239"
},
{
"cve": "CVE-2026-41240",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41240"
},
{
"cve": "CVE-2026-41305",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41305"
},
{
"cve": "CVE-2026-41324",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41324"
},
{
"cve": "CVE-2026-41425",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41425"
},
{
"cve": "CVE-2026-41481",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41481"
},
{
"cve": "CVE-2026-41488",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41488"
},
{
"cve": "CVE-2026-41602",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41602"
},
{
"cve": "CVE-2026-41636",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-41636"
},
{
"cve": "CVE-2026-42151",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-42151"
},
{
"cve": "CVE-2026-42154",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-42154"
},
{
"cve": "CVE-2026-42198",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-42198"
},
{
"cve": "CVE-2026-42211",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-42211"
},
{
"cve": "CVE-2026-42338",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-42338"
},
{
"cve": "CVE-2026-42342",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-42342"
},
{
"cve": "CVE-2026-42561",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-42561"
},
{
"cve": "CVE-2026-42577",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-42577"
},
{
"cve": "CVE-2026-43870",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-43870"
},
{
"cve": "CVE-2026-44405",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44405"
},
{
"cve": "CVE-2026-44431",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44431"
},
{
"cve": "CVE-2026-44432",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44432"
},
{
"cve": "CVE-2026-44486",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44486"
},
{
"cve": "CVE-2026-44487",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44487"
},
{
"cve": "CVE-2026-44488",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44488"
},
{
"cve": "CVE-2026-44492",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44492"
},
{
"cve": "CVE-2026-44494",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44494"
},
{
"cve": "CVE-2026-44496",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44496"
},
{
"cve": "CVE-2026-44728",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-44728"
},
{
"cve": "CVE-2026-4539",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-4539"
},
{
"cve": "CVE-2026-45409",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-45409"
},
{
"cve": "CVE-2026-45736",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-45736"
},
{
"cve": "CVE-2026-46625",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-46625"
},
{
"cve": "CVE-2026-4800",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-4800"
},
{
"cve": "CVE-2026-4923",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-4923"
},
{
"cve": "CVE-2026-4926",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-4926"
},
{
"cve": "CVE-2026-7246",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-7246"
},
{
"cve": "CVE-2026-8723",
"product_status": {
"known_affected": [
"T058718"
]
},
"release_date": "2026-08-26T22:00:00.000+00:00",
"title": "CVE-2026-8723"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.