Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-49855 (GCVE-0-2026-49855)
Vulnerability from cvelistv5 – Published: 2026-07-14 20:45 – Updated: 2026-07-14 20:45- CWE-409 - Improper Handling of Highly Compressed Data (Data Amplification)
| URL | Tags |
|---|---|
| https://github.com/tornadoweb/tornado/security/ad… | x_refsource_CONFIRM |
| https://github.com/tornadoweb/tornado/pull/3626 | x_refsource_MISC |
| https://github.com/tornadoweb/tornado/commit/ff80… | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| tornadoweb | tornado |
Affected:
< 6.5.6
|
{
"containers": {
"cna": {
"affected": [
{
"product": "tornado",
"vendor": "tornadoweb",
"versions": [
{
"status": "affected",
"version": "\u003c 6.5.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, Tornado gzip decompression routines processed limited-size chunks but did not enforce an overall limit on accumulated decompressed chunks, allowing a malicious server accessed by SimpleAsyncHTTPClient or an HTTPServer configured with decompress_request=True to consume effectively unlimited memory. This issue is fixed in version 6.5.6."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-409",
"description": "CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-14T20:45:02.982Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-mgf9-4vpg-hj56",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-mgf9-4vpg-hj56"
},
{
"name": "https://github.com/tornadoweb/tornado/pull/3626",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tornadoweb/tornado/pull/3626"
},
{
"name": "https://github.com/tornadoweb/tornado/commit/ff808b33adc52d89a549376a5e3628e92abbc8ff",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tornadoweb/tornado/commit/ff808b33adc52d89a549376a5e3628e92abbc8ff"
}
],
"source": {
"advisory": "GHSA-mgf9-4vpg-hj56",
"discovery": "UNKNOWN"
},
"title": "tornado AsyncHTTPClient accumulates decompressed chunks without size limit (gzip bomb)"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-49855",
"datePublished": "2026-07-14T20:45:02.982Z",
"dateReserved": "2026-06-01T22:03:19.640Z",
"dateUpdated": "2026-07-14T20:45:02.982Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-49855",
"date": "2026-07-15",
"epss": "0.00691",
"percentile": "0.48654"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-49855\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-07-14T21:17:02.437\",\"lastModified\":\"2026-07-15T19:50:11.367\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, Tornado gzip decompression routines processed limited-size chunks but did not enforce an overall limit on accumulated decompressed chunks, allowing a malicious server accessed by SimpleAsyncHTTPClient or an HTTPServer configured with decompress_request=True to consume effectively unlimited memory. This issue is fixed in version 6.5.6.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"tornadoweb\",\"product\":\"tornado\",\"versions\":[{\"version\":\"\u003c 6.5.6\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-409\"}]}],\"references\":[{\"url\":\"https://github.com/tornadoweb/tornado/commit/ff808b33adc52d89a549376a5e3628e92abbc8ff\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/tornadoweb/tornado/pull/3626\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/tornadoweb/tornado/security/advisories/GHSA-mgf9-4vpg-hj56\",\"source\":\"security-advisories@github.com\"}]}}"
}
}
FKIE_CVE-2026-49855
Vulnerability from fkie_nvd - Published: 2026-07-14 21:17 - Updated: 2026-07-15 19:50| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"product": "tornado",
"vendor": "tornadoweb",
"versions": [
{
"status": "affected",
"version": "\u003c 6.5.6"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, Tornado gzip decompression routines processed limited-size chunks but did not enforce an overall limit on accumulated decompressed chunks, allowing a malicious server accessed by SimpleAsyncHTTPClient or an HTTPServer configured with decompress_request=True to consume effectively unlimited memory. This issue is fixed in version 6.5.6."
}
],
"id": "CVE-2026-49855",
"lastModified": "2026-07-15T19:50:11.367",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-07-14T21:17:02.437",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/tornadoweb/tornado/commit/ff808b33adc52d89a549376a5e3628e92abbc8ff"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/tornadoweb/tornado/pull/3626"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-mgf9-4vpg-hj56"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Deferred",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-409"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
GHSA-MGF9-4VPG-HJ56
Vulnerability from github – Published: 2026-06-15 20:19 – Updated: 2026-06-15 20:19Tornado's gzip decompression routines work in limited-size chunks, but have no overall limit for the total size of decompressed chunks that they will accumulate (There has always been a limit for the total compressed size). This allows a malicious server to consume effectively unlimited amounts of memory if it is accessed via SimpleAsyncHTTPClient in its default configuration. HTTPServer is not affected in its default configuration, but it is if decompress_request=True is set.
This bug is fixed in Tornado 6.5.6. max_body_size is now checked both for the compressed and cumulative decompressed size of the response.
Prior to upgrading, this issue can be mitigated by setting decompress_response=False or using CurlAsyncHTTPClient.
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "tornado"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.5.6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-49855"
],
"database_specific": {
"cwe_ids": [
"CWE-409"
],
"github_reviewed": true,
"github_reviewed_at": "2026-06-15T20:19:28Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "Tornado\u0027s gzip decompression routines work in limited-size chunks, but have no overall limit for the total size of decompressed chunks that they will accumulate (There has always been a limit for the total *compressed* size). This allows a malicious server to consume effectively unlimited amounts of memory if it is accessed via SimpleAsyncHTTPClient in its default configuration. `HTTPServer` is not affected in its default configuration, but it is if `decompress_request=True` is set.\n\nThis bug is fixed in Tornado 6.5.6. `max_body_size` is now checked both for the compressed and cumulative decompressed size of the response.\n\nPrior to upgrading, this issue can be mitigated by setting `decompress_response=False` or using `CurlAsyncHTTPClient`.",
"id": "GHSA-mgf9-4vpg-hj56",
"modified": "2026-06-15T20:19:28Z",
"published": "2026-06-15T20:19:28Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-mgf9-4vpg-hj56"
},
{
"type": "PACKAGE",
"url": "https://github.com/tornadoweb/tornado"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "tornado AsyncHTTPClient accumulates decompressed chunks without size limit (gzip bomb)"
}
OPENSUSE-SU-2026:11027-1
Vulnerability from csaf_opensuse - Published: 2026-06-13 00:00 - Updated: 2026-06-13 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64 | — |
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": "python311-tornado6-6.5.7-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-tornado6-6.5.7-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11027",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_11027-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49854 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49854/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49855 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49855/"
}
],
"title": "python311-tornado6-6.5.7-1.1 on GA media",
"tracking": {
"current_release_date": "2026-06-13T00:00:00Z",
"generator": {
"date": "2026-06-13T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11027-1",
"initial_release_date": "2026-06-13T00:00:00Z",
"revision_history": [
{
"date": "2026-06-13T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.5.7-1.1.aarch64",
"product": {
"name": "python311-tornado6-6.5.7-1.1.aarch64",
"product_id": "python311-tornado6-6.5.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tornado6-6.5.7-1.1.aarch64",
"product": {
"name": "python313-tornado6-6.5.7-1.1.aarch64",
"product_id": "python313-tornado6-6.5.7-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-tornado6-6.5.7-1.1.aarch64",
"product": {
"name": "python314-tornado6-6.5.7-1.1.aarch64",
"product_id": "python314-tornado6-6.5.7-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.5.7-1.1.ppc64le",
"product": {
"name": "python311-tornado6-6.5.7-1.1.ppc64le",
"product_id": "python311-tornado6-6.5.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tornado6-6.5.7-1.1.ppc64le",
"product": {
"name": "python313-tornado6-6.5.7-1.1.ppc64le",
"product_id": "python313-tornado6-6.5.7-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-tornado6-6.5.7-1.1.ppc64le",
"product": {
"name": "python314-tornado6-6.5.7-1.1.ppc64le",
"product_id": "python314-tornado6-6.5.7-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.5.7-1.1.s390x",
"product": {
"name": "python311-tornado6-6.5.7-1.1.s390x",
"product_id": "python311-tornado6-6.5.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tornado6-6.5.7-1.1.s390x",
"product": {
"name": "python313-tornado6-6.5.7-1.1.s390x",
"product_id": "python313-tornado6-6.5.7-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-tornado6-6.5.7-1.1.s390x",
"product": {
"name": "python314-tornado6-6.5.7-1.1.s390x",
"product_id": "python314-tornado6-6.5.7-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.5.7-1.1.x86_64",
"product": {
"name": "python311-tornado6-6.5.7-1.1.x86_64",
"product_id": "python311-tornado6-6.5.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tornado6-6.5.7-1.1.x86_64",
"product": {
"name": "python313-tornado6-6.5.7-1.1.x86_64",
"product_id": "python313-tornado6-6.5.7-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-tornado6-6.5.7-1.1.x86_64",
"product": {
"name": "python314-tornado6-6.5.7-1.1.x86_64",
"product_id": "python314-tornado6-6.5.7-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.5.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64"
},
"product_reference": "python311-tornado6-6.5.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.5.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le"
},
"product_reference": "python311-tornado6-6.5.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.5.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x"
},
"product_reference": "python311-tornado6-6.5.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.5.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64"
},
"product_reference": "python311-tornado6-6.5.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64"
},
"product_reference": "python313-tornado6-6.5.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le"
},
"product_reference": "python313-tornado6-6.5.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x"
},
"product_reference": "python313-tornado6-6.5.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64"
},
"product_reference": "python313-tornado6-6.5.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tornado6-6.5.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64"
},
"product_reference": "python314-tornado6-6.5.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tornado6-6.5.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le"
},
"product_reference": "python314-tornado6-6.5.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tornado6-6.5.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x"
},
"product_reference": "python314-tornado6-6.5.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tornado6-6.5.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64"
},
"product_reference": "python314-tornado6-6.5.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-49853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49853"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49853",
"url": "https://www.suse.com/security/cve/CVE-2026-49853"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-13T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-49853"
},
{
"cve": "CVE-2026-49854",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49854"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49854",
"url": "https://www.suse.com/security/cve/CVE-2026-49854"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-13T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-49854"
},
{
"cve": "CVE-2026-49855",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49855"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49855",
"url": "https://www.suse.com/security/cve/CVE-2026-49855"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.7-1.1.x86_64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.aarch64",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.s390x",
"openSUSE Tumbleweed:python314-tornado6-6.5.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-13T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-49855"
}
]
}
PYSEC-2026-3389
Vulnerability from pysec - Published: 2026-07-13 15:46 - Updated: 2026-07-13 16:07Tornado's gzip decompression routines work in limited-size chunks, but have no overall limit for the total size of decompressed chunks that they will accumulate (There has always been a limit for the total compressed size). This allows a malicious server to consume effectively unlimited amounts of memory if it is accessed via SimpleAsyncHTTPClient in its default configuration. HTTPServer is not affected in its default configuration, but it is if decompress_request=True is set.
This bug is fixed in Tornado 6.5.6. max_body_size is now checked both for the compressed and cumulative decompressed size of the response.
Prior to upgrading, this issue can be mitigated by setting decompress_response=False or using CurlAsyncHTTPClient.
| Name | purl | tornado | pkg:pypi/tornado |
|---|
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "tornado",
"purl": "pkg:pypi/tornado"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.5.6"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.2",
"1.0",
"1.1",
"1.1.1",
"1.2",
"1.2.1",
"2.0",
"2.1",
"2.1.1",
"2.2",
"2.2.1",
"2.3",
"2.4",
"2.4.1",
"3.0",
"3.0.1",
"3.0.2",
"3.1",
"3.1.1",
"3.2",
"3.2.1",
"3.2.2",
"4.0",
"4.0.1",
"4.0.2",
"4.1",
"4.1b2",
"4.2",
"4.2.1",
"4.2b1",
"4.3",
"4.3b1",
"4.3b2",
"4.4",
"4.4.1",
"4.4.2",
"4.4.3",
"4.4b1",
"4.5",
"4.5.1",
"4.5.2",
"4.5.3",
"4.5b1",
"4.5b2",
"5.0",
"5.0.1",
"5.0.2",
"5.0a1",
"5.0b1",
"5.1",
"5.1.1",
"5.1b1",
"6.0",
"6.0.1",
"6.0.2",
"6.0.3",
"6.0.4",
"6.0a1",
"6.0b1",
"6.1",
"6.1b1",
"6.1b2",
"6.2",
"6.2b1",
"6.2b2",
"6.3",
"6.3.1",
"6.3.2",
"6.3.3",
"6.3b1",
"6.4",
"6.4.1",
"6.4.2",
"6.4b1",
"6.5",
"6.5.1",
"6.5.2",
"6.5.3",
"6.5.4",
"6.5.5",
"6.5b1"
]
}
],
"aliases": [
"CVE-2026-49855",
"GHSA-mgf9-4vpg-hj56"
],
"details": "Tornado\u0027s gzip decompression routines work in limited-size chunks, but have no overall limit for the total size of decompressed chunks that they will accumulate (There has always been a limit for the total *compressed* size). This allows a malicious server to consume effectively unlimited amounts of memory if it is accessed via SimpleAsyncHTTPClient in its default configuration. `HTTPServer` is not affected in its default configuration, but it is if `decompress_request=True` is set.\n\nThis bug is fixed in Tornado 6.5.6. `max_body_size` is now checked both for the compressed and cumulative decompressed size of the response.\n\nPrior to upgrading, this issue can be mitigated by setting `decompress_response=False` or using `CurlAsyncHTTPClient`.",
"id": "PYSEC-2026-3389",
"modified": "2026-07-13T16:07:18.952599Z",
"published": "2026-07-13T15:46:17.106405Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-mgf9-4vpg-hj56"
},
{
"type": "PACKAGE",
"url": "https://github.com/tornadoweb/tornado"
},
{
"type": "PACKAGE",
"url": "https://pypi.org/project/tornado"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-mgf9-4vpg-hj56"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-49855"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "tornado AsyncHTTPClient accumulates decompressed chunks without size limit (gzip bomb)"
}
SUSE-SU-2026:22286-1
Vulnerability from csaf_suse - Published: 2026-06-26 08:09 - Updated: 2026-06-26 08:09| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-tornado6",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-tornado6 fixes the following issues\n\n- CVE-2026-49853: authorization header forwarded across cross-origin redirects in SimpleAsyncHTTPClient (bsc#1268395).\n- CVE-2026-49854: out-of-bounds memory access via C extension (bsc#1268396).\n- CVE-2026-49855: AsyncHTTPClient accumulates decompressed chunks without size limit (bsc#1268397).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-1089",
"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_22286-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22286-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622286-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22286-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047672.html"
},
{
"category": "self",
"summary": "SUSE Bug 1268395",
"url": "https://bugzilla.suse.com/1268395"
},
{
"category": "self",
"summary": "SUSE Bug 1268396",
"url": "https://bugzilla.suse.com/1268396"
},
{
"category": "self",
"summary": "SUSE Bug 1268397",
"url": "https://bugzilla.suse.com/1268397"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49854 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49854/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49855 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49855/"
}
],
"title": "Security update for python-tornado6",
"tracking": {
"current_release_date": "2026-06-26T08:09:55Z",
"generator": {
"date": "2026-06-26T08:09:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22286-1",
"initial_release_date": "2026-06-26T08:09:55Z",
"revision_history": [
{
"date": "2026-06-26T08:09:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.5.1.aarch64",
"product": {
"name": "python313-tornado6-6.5-160000.5.1.aarch64",
"product_id": "python313-tornado6-6.5-160000.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.5.1.ppc64le",
"product": {
"name": "python313-tornado6-6.5-160000.5.1.ppc64le",
"product_id": "python313-tornado6-6.5-160000.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.5.1.s390x",
"product": {
"name": "python313-tornado6-6.5-160000.5.1.s390x",
"product_id": "python313-tornado6-6.5-160000.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.5.1.x86_64",
"product": {
"name": "python313-tornado6-6.5-160000.5.1.x86_64",
"product_id": "python313-tornado6-6.5-160000.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"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-tornado6-6.5-160000.5.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-49853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49853"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49853",
"url": "https://www.suse.com/security/cve/CVE-2026-49853"
},
{
"category": "external",
"summary": "SUSE Bug 1268395 for CVE-2026-49853",
"url": "https://bugzilla.suse.com/1268395"
},
{
"category": "external",
"summary": "SUSE Bug 1268456 for CVE-2026-49853",
"url": "https://bugzilla.suse.com/1268456"
}
],
"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-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T08:09:55Z",
"details": "important"
}
],
"title": "CVE-2026-49853"
},
{
"cve": "CVE-2026-49854",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49854"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49854",
"url": "https://www.suse.com/security/cve/CVE-2026-49854"
},
{
"category": "external",
"summary": "SUSE Bug 1268396 for CVE-2026-49854",
"url": "https://bugzilla.suse.com/1268396"
},
{
"category": "external",
"summary": "SUSE Bug 1268458 for CVE-2026-49854",
"url": "https://bugzilla.suse.com/1268458"
}
],
"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-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T08:09:55Z",
"details": "low"
}
],
"title": "CVE-2026-49854"
},
{
"cve": "CVE-2026-49855",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49855"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49855",
"url": "https://www.suse.com/security/cve/CVE-2026-49855"
},
{
"category": "external",
"summary": "SUSE Bug 1268397 for CVE-2026-49855",
"url": "https://bugzilla.suse.com/1268397"
}
],
"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-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Micro 6.2:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T08:09:55Z",
"details": "important"
}
],
"title": "CVE-2026-49855"
}
]
}
SUSE-SU-2026:22373-1
Vulnerability from csaf_suse - Published: 2026-06-26 08:09 - Updated: 2026-06-26 08:09| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-tornado6",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-tornado6 fixes the following issues\n\n- CVE-2026-49853: authorization header forwarded across cross-origin redirects in SimpleAsyncHTTPClient (bsc#1268395).\n- CVE-2026-49854: out-of-bounds memory access via C extension (bsc#1268396).\n- CVE-2026-49855: AsyncHTTPClient accumulates decompressed chunks without size limit (bsc#1268397).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-1089",
"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_22373-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22373-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622373-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22373-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/047766.html"
},
{
"category": "self",
"summary": "SUSE Bug 1268395",
"url": "https://bugzilla.suse.com/1268395"
},
{
"category": "self",
"summary": "SUSE Bug 1268396",
"url": "https://bugzilla.suse.com/1268396"
},
{
"category": "self",
"summary": "SUSE Bug 1268397",
"url": "https://bugzilla.suse.com/1268397"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49854 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49854/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49855 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49855/"
}
],
"title": "Security update for python-tornado6",
"tracking": {
"current_release_date": "2026-06-26T08:09:55Z",
"generator": {
"date": "2026-06-26T08:09:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22373-1",
"initial_release_date": "2026-06-26T08:09:55Z",
"revision_history": [
{
"date": "2026-06-26T08:09:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.5.1.aarch64",
"product": {
"name": "python313-tornado6-6.5-160000.5.1.aarch64",
"product_id": "python313-tornado6-6.5-160000.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.5.1.ppc64le",
"product": {
"name": "python313-tornado6-6.5-160000.5.1.ppc64le",
"product_id": "python313-tornado6-6.5-160000.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.5.1.s390x",
"product": {
"name": "python313-tornado6-6.5-160000.5.1.s390x",
"product_id": "python313-tornado6-6.5-160000.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.5.1.x86_64",
"product": {
"name": "python313-tornado6-6.5-160000.5.1.x86_64",
"product_id": "python313-tornado6-6.5-160000.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"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-tornado6-6.5-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
},
"product_reference": "python313-tornado6-6.5-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-49853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49853"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49853",
"url": "https://www.suse.com/security/cve/CVE-2026-49853"
},
{
"category": "external",
"summary": "SUSE Bug 1268395 for CVE-2026-49853",
"url": "https://bugzilla.suse.com/1268395"
},
{
"category": "external",
"summary": "SUSE Bug 1268456 for CVE-2026-49853",
"url": "https://bugzilla.suse.com/1268456"
}
],
"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-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T08:09:55Z",
"details": "important"
}
],
"title": "CVE-2026-49853"
},
{
"cve": "CVE-2026-49854",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49854"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49854",
"url": "https://www.suse.com/security/cve/CVE-2026-49854"
},
{
"category": "external",
"summary": "SUSE Bug 1268396 for CVE-2026-49854",
"url": "https://bugzilla.suse.com/1268396"
},
{
"category": "external",
"summary": "SUSE Bug 1268458 for CVE-2026-49854",
"url": "https://bugzilla.suse.com/1268458"
}
],
"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-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T08:09:55Z",
"details": "low"
}
],
"title": "CVE-2026-49854"
},
{
"cve": "CVE-2026-49855",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49855"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49855",
"url": "https://www.suse.com/security/cve/CVE-2026-49855"
},
{
"category": "external",
"summary": "SUSE Bug 1268397 for CVE-2026-49855",
"url": "https://bugzilla.suse.com/1268397"
}
],
"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-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tornado6-6.5-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tornado6-6.5-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T08:09:55Z",
"details": "important"
}
],
"title": "CVE-2026-49855"
}
]
}
SUSE-SU-2026:22430-1
Vulnerability from csaf_suse - Published: 2026-06-26 09:22 - Updated: 2026-06-26 09:22| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-tornado6",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-tornado6 fixes the following issues\n\n- CVE-2026-49853: authorization header forwarded across cross-origin redirects in SimpleAsyncHTTPClient (bsc#1268395).\n- CVE-2026-49854: out-of-bounds memory access via C extension (bsc#1268396).\n- CVE-2026-49855: AsyncHTTPClient accumulates decompressed chunks without size limit (bsc#1268397).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-770",
"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_22430-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22430-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622430-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22430-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/047865.html"
},
{
"category": "self",
"summary": "SUSE Bug 1268395",
"url": "https://bugzilla.suse.com/1268395"
},
{
"category": "self",
"summary": "SUSE Bug 1268396",
"url": "https://bugzilla.suse.com/1268396"
},
{
"category": "self",
"summary": "SUSE Bug 1268397",
"url": "https://bugzilla.suse.com/1268397"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49854 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49854/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49855 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49855/"
}
],
"title": "Security update for python-tornado6",
"tracking": {
"current_release_date": "2026-06-26T09:22:51Z",
"generator": {
"date": "2026-06-26T09:22:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22430-1",
"initial_release_date": "2026-06-26T09:22:51Z",
"revision_history": [
{
"date": "2026-06-26T09:22:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.4-6.1.aarch64",
"product": {
"name": "python311-tornado6-6.4-6.1.aarch64",
"product_id": "python311-tornado6-6.4-6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.4-6.1.s390x",
"product": {
"name": "python311-tornado6-6.4-6.1.s390x",
"product_id": "python311-tornado6-6.4-6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.4-6.1.x86_64",
"product": {
"name": "python311-tornado6-6.4-6.1.x86_64",
"product_id": "python311-tornado6-6.4-6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"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-tornado6-6.4-6.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64"
},
"product_reference": "python311-tornado6-6.4-6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.4-6.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x"
},
"product_reference": "python311-tornado6-6.4-6.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.4-6.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
},
"product_reference": "python311-tornado6-6.4-6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-49853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49853"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49853",
"url": "https://www.suse.com/security/cve/CVE-2026-49853"
},
{
"category": "external",
"summary": "SUSE Bug 1268395 for CVE-2026-49853",
"url": "https://bugzilla.suse.com/1268395"
},
{
"category": "external",
"summary": "SUSE Bug 1268456 for CVE-2026-49853",
"url": "https://bugzilla.suse.com/1268456"
}
],
"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-tornado6-6.4-6.1.aarch64",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T09:22:51Z",
"details": "important"
}
],
"title": "CVE-2026-49853"
},
{
"cve": "CVE-2026-49854",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49854"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49854",
"url": "https://www.suse.com/security/cve/CVE-2026-49854"
},
{
"category": "external",
"summary": "SUSE Bug 1268396 for CVE-2026-49854",
"url": "https://bugzilla.suse.com/1268396"
},
{
"category": "external",
"summary": "SUSE Bug 1268458 for CVE-2026-49854",
"url": "https://bugzilla.suse.com/1268458"
}
],
"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-tornado6-6.4-6.1.aarch64",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T09:22:51Z",
"details": "low"
}
],
"title": "CVE-2026-49854"
},
{
"cve": "CVE-2026-49855",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49855"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49855",
"url": "https://www.suse.com/security/cve/CVE-2026-49855"
},
{
"category": "external",
"summary": "SUSE Bug 1268397 for CVE-2026-49855",
"url": "https://bugzilla.suse.com/1268397"
}
],
"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-tornado6-6.4-6.1.aarch64",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.aarch64",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.s390x",
"SUSE Linux Micro 6.0:python311-tornado6-6.4-6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T09:22:51Z",
"details": "important"
}
],
"title": "CVE-2026-49855"
}
]
}
SUSE-SU-2026:22445-1
Vulnerability from csaf_suse - Published: 2026-06-26 09:55 - Updated: 2026-06-26 09:55| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-tornado6",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-tornado6 fixes the following issues\n\n- CVE-2026-49853: authorization header forwarded across cross-origin redirects in SimpleAsyncHTTPClient (bsc#1268395).\n- CVE-2026-49854: out-of-bounds memory access via C extension (bsc#1268396).\n- CVE-2026-49855: AsyncHTTPClient accumulates decompressed chunks without size limit (bsc#1268397).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-593",
"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_22445-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22445-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622445-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22445-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027262.html"
},
{
"category": "self",
"summary": "SUSE Bug 1268395",
"url": "https://bugzilla.suse.com/1268395"
},
{
"category": "self",
"summary": "SUSE Bug 1268396",
"url": "https://bugzilla.suse.com/1268396"
},
{
"category": "self",
"summary": "SUSE Bug 1268397",
"url": "https://bugzilla.suse.com/1268397"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49854 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49854/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-49855 page",
"url": "https://www.suse.com/security/cve/CVE-2026-49855/"
}
],
"title": "Security update for python-tornado6",
"tracking": {
"current_release_date": "2026-06-26T09:55:28Z",
"generator": {
"date": "2026-06-26T09:55:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22445-1",
"initial_release_date": "2026-06-26T09:55:28Z",
"revision_history": [
{
"date": "2026-06-26T09:55:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"product": {
"name": "python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"product_id": "python311-tornado6-6.4-slfo.1.1_5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"product": {
"name": "python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"product_id": "python311-tornado6-6.4-slfo.1.1_5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"product": {
"name": "python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"product_id": "python311-tornado6-6.4-slfo.1.1_5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.4-slfo.1.1_5.1.x86_64",
"product": {
"name": "python311-tornado6-6.4-slfo.1.1_5.1.x86_64",
"product_id": "python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.4-slfo.1.1_5.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64"
},
"product_reference": "python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.4-slfo.1.1_5.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le"
},
"product_reference": "python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.4-slfo.1.1_5.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x"
},
"product_reference": "python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.4-slfo.1.1_5.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
},
"product_reference": "python311-tornado6-6.4-slfo.1.1_5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-49853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49853"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49853",
"url": "https://www.suse.com/security/cve/CVE-2026-49853"
},
{
"category": "external",
"summary": "SUSE Bug 1268395 for CVE-2026-49853",
"url": "https://bugzilla.suse.com/1268395"
},
{
"category": "external",
"summary": "SUSE Bug 1268456 for CVE-2026-49853",
"url": "https://bugzilla.suse.com/1268456"
}
],
"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.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T09:55:28Z",
"details": "important"
}
],
"title": "CVE-2026-49853"
},
{
"cve": "CVE-2026-49854",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49854"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49854",
"url": "https://www.suse.com/security/cve/CVE-2026-49854"
},
{
"category": "external",
"summary": "SUSE Bug 1268396 for CVE-2026-49854",
"url": "https://bugzilla.suse.com/1268396"
},
{
"category": "external",
"summary": "SUSE Bug 1268458 for CVE-2026-49854",
"url": "https://bugzilla.suse.com/1268458"
}
],
"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.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T09:55:28Z",
"details": "low"
}
],
"title": "CVE-2026-49854"
},
{
"cve": "CVE-2026-49855",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-49855"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-49855",
"url": "https://www.suse.com/security/cve/CVE-2026-49855"
},
{
"category": "external",
"summary": "SUSE Bug 1268397 for CVE-2026-49855",
"url": "https://bugzilla.suse.com/1268397"
}
],
"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.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.aarch64",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.ppc64le",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.s390x",
"SUSE Linux Micro 6.1:python311-tornado6-6.4-slfo.1.1_5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T09:55:28Z",
"details": "important"
}
],
"title": "CVE-2026-49855"
}
]
}
ubuntu-cve-2026-49855
Vulnerability from osv_ubuntu
Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, Tornado gzip decompression routines processed limited-size chunks but did not enforce an overall limit on accumulated decompressed chunks, allowing a malicious server accessed by SimpleAsyncHTTPClient or an HTTPServer configured with decompress_request=True to consume effectively unlimited memory. This issue is fixed in version 6.5.6.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-tornado",
"binary_version": "4.2.1-1ubuntu3.1+esm3"
},
{
"binary_name": "python3-tornado",
"binary_version": "4.2.1-1ubuntu3.1+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "python-tornado",
"purl": "pkg:deb/ubuntu/python-tornado@4.2.1-1ubuntu3.1+esm3?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.2.1-1ubuntu2",
"4.2.1-1ubuntu3",
"4.2.1-1ubuntu3.1",
"4.2.1-1ubuntu3.1+esm1",
"4.2.1-1ubuntu3.1+esm2",
"4.2.1-1ubuntu3.1+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-tornado",
"binary_version": "4.5.3-1ubuntu0.2+esm3"
},
{
"binary_name": "python3-tornado",
"binary_version": "4.5.3-1ubuntu0.2+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "python-tornado",
"purl": "pkg:deb/ubuntu/python-tornado@4.5.3-1ubuntu0.2+esm3?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.5.1-2.1~build2",
"4.5.2-1",
"4.5.3-1",
"4.5.3-1ubuntu0.1",
"4.5.3-1ubuntu0.2",
"4.5.3-1ubuntu0.2+esm1",
"4.5.3-1ubuntu0.2+esm2",
"4.5.3-1ubuntu0.2+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-tornado",
"binary_version": "6.0.3+really5.1.1-3ubuntu0.1~esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "python-tornado",
"purl": "pkg:deb/ubuntu/python-tornado@6.0.3+really5.1.1-3ubuntu0.1~esm5?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.1.1-4ubuntu1",
"5.1.1-4ubuntu5",
"6.0.3+really5.1.1-2",
"6.0.3+really5.1.1-2build1",
"6.0.3+really5.1.1-2build2",
"6.0.3+really5.1.1-3",
"6.0.3+really5.1.1-3ubuntu0.1~esm1",
"6.0.3+really5.1.1-3ubuntu0.1~esm3",
"6.0.3+really5.1.1-3ubuntu0.1~esm5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-tornado",
"binary_version": "6.1.0-3ubuntu0.1~esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "python-tornado",
"purl": "pkg:deb/ubuntu/python-tornado@6.1.0-3ubuntu0.1~esm5?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.1.0-1build1",
"6.1.0-2",
"6.1.0-3",
"6.1.0-3build1",
"6.1.0-3ubuntu0.1~esm1",
"6.1.0-3ubuntu0.1~esm2",
"6.1.0-3ubuntu0.1~esm4",
"6.1.0-3ubuntu0.1~esm5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-tornado",
"binary_version": "6.4.0-1ubuntu0.5"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "python-tornado",
"purl": "pkg:deb/ubuntu/python-tornado@6.4.0-1ubuntu0.5?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.3.2-1",
"6.4.0-0ubuntu1",
"6.4.0-1",
"6.4.0-1build1",
"6.4.0-1ubuntu0.1",
"6.4.0-1ubuntu0.2",
"6.4.0-1ubuntu0.4",
"6.4.0-1ubuntu0.5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-tornado",
"binary_version": "6.5.4-0.1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "python-tornado",
"purl": "pkg:deb/ubuntu/python-tornado@6.5.4-0.1ubuntu0.1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.4.2-3",
"6.5.2-3",
"6.5.4-0.1",
"6.5.4-0.1ubuntu0.1"
]
}
],
"aliases": [],
"details": "Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, Tornado gzip decompression routines processed limited-size chunks but did not enforce an overall limit on accumulated decompressed chunks, allowing a malicious server accessed by SimpleAsyncHTTPClient or an HTTPServer configured with decompress_request=True to consume effectively unlimited memory. This issue is fixed in version 6.5.6.",
"id": "UBUNTU-CVE-2026-49855",
"modified": "2026-07-14T21:17:00Z",
"published": "2026-07-14T21:17:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-49855"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49855"
},
{
"type": "REPORT",
"url": "https://github.com/tornadoweb/tornado/commit/ff808b33adc52d89a549376a5e3628e92abbc8ff"
},
{
"type": "REPORT",
"url": "https://github.com/tornadoweb/tornado/pull/3626"
},
{
"type": "REPORT",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-mgf9-4vpg-hj56"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-49855"
]
}
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.