Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-67726 (GCVE-0-2025-67726)
Vulnerability from cvelistv5 – Published: 2025-12-12 06:13 – Updated: 2025-12-18 18:48| URL | Tags |
|---|---|
| https://github.com/tornadoweb/tornado/security/ad… | x_refsource_CONFIRM |
| https://github.com/tornadoweb/tornado/commit/7714… | x_refsource_MISC |
| https://github.com/tornadoweb/tornado/releases/ta… | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| tornadoweb | tornado |
Affected:
< 6.5.3
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-67726",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-18T18:47:53.473225Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-18T18:48:49.007Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "tornado",
"vendor": "tornadoweb",
"versions": [
{
"status": "affected",
"version": "\u003c 6.5.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n\u00b2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3."
}
],
"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-834",
"description": "CWE-834: Excessive Iteration",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-12T06:13:51.336Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8"
},
{
"name": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"name": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
}
],
"source": {
"advisory": "GHSA-jhmp-mqwm-3gq8",
"discovery": "UNKNOWN"
},
"title": "Tornado is Vulnerable to Quadratic DoS via Crafted Multipart Parameters"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-67726",
"datePublished": "2025-12-12T06:13:51.336Z",
"dateReserved": "2025-12-10T19:25:20.819Z",
"dateUpdated": "2025-12-18T18:48:49.007Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-67726",
"date": "2026-07-15",
"epss": "0.00378",
"percentile": "0.29966"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-67726\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-12-12T07:15:44.920\",\"lastModified\":\"2026-06-17T09:58:02.440\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n\u00b2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"tornadoweb\",\"product\":\"tornado\",\"versions\":[{\"version\":\"\u003c 6.5.3\",\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-12-18T18:47:53.473225Z\",\"id\":\"CVE-2025-67726\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"},{\"lang\":\"en\",\"value\":\"CWE-834\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.5.3\",\"matchCriteriaId\":\"64279E50-159B-4CAB-9BD0-E2B764C3C40C\"}]}]}],\"references\":[{\"url\":\"https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/tornadoweb/tornado/releases/tag/v6.5.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-11T20:10:19+00:00",
"cve": "CVE-2025-67726",
"id": "CVE-2025-67726",
"initial_release_date": "2025-12-12T06:13:51.336000+00:00",
"product_status:fixed": "134",
"product_status:known_affected": "14",
"product_status:known_not_affected": "398",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "tornado: Tornado Quadratic DoS via Crafted Multipart Parameters",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-67726.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"cna\": {\"title\": \"Tornado is Vulnerable to Quadratic DoS via Crafted Multipart Parameters\", \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-834\", \"lang\": \"en\", \"description\": \"CWE-834: Excessive Iteration\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-400\", \"lang\": \"en\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\", \"type\": \"CWE\"}]}], \"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\"}}], \"references\": [{\"name\": \"https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8\", \"tags\": [\"x_refsource_CONFIRM\"], \"url\": \"https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8\"}, {\"name\": \"https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd\"}, {\"name\": \"https://github.com/tornadoweb/tornado/releases/tag/v6.5.3\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/tornadoweb/tornado/releases/tag/v6.5.3\"}], \"affected\": [{\"vendor\": \"tornadoweb\", \"product\": \"tornado\", \"versions\": [{\"version\": \"\u003c 6.5.3\", \"status\": \"affected\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-12-12T06:13:51.336Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n\\u00b2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.\"}], \"source\": {\"advisory\": \"GHSA-jhmp-mqwm-3gq8\", \"discovery\": \"UNKNOWN\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-67726\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-18T18:47:53.473225Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-18T18:48:01.134Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2025-67726\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"GitHub_M\", \"dateReserved\": \"2025-12-10T19:25:20.819Z\", \"datePublished\": \"2025-12-12T06:13:51.336Z\", \"dateUpdated\": \"2025-12-18T18:48:49.007Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
alsa-2026:0930
Vulnerability from osv_almalinux
The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.
Security Fix(es):
- tornado: Tornado Quadratic DoS via Repeated Header Coalescing (CVE-2025-67725)
- tornado: Tornado Quadratic DoS via Crafted Multipart Parameters (CVE-2025-67726)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "pcs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.10.18-2.el8_10.8.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "pcs-snmp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.10.18-2.el8_10.8.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities. \n\nSecurity Fix(es): \n\n * tornado: Tornado Quadratic DoS via Repeated Header Coalescing (CVE-2025-67725)\n * tornado: Tornado Quadratic DoS via Crafted Multipart Parameters (CVE-2025-67726)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:0930",
"modified": "2026-01-24T01:46:11Z",
"published": "2026-01-21T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:0930"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-67725"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-67726"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2421722"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2421733"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-0930.html"
}
],
"related": [
"CVE-2025-67725",
"CVE-2025-67726"
],
"summary": "Moderate: pcs security update"
}
CERTFR-2026-AVI-0641
Vulnerability from certfr_avis - Published: 2026-05-22 - Updated: 2026-05-22
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | AIX | Open SDK pour Rust sur AIX versions 1.92.x sans le correctif de sécurité Fix Pack 2 | ||
| IBM | WebSphere | WebSphere Automation versions 1.1x antérieures à 1.12.1 | ||
| IBM | Db2 | Db2 versions 12.1.x antérieures à 12.1.4 sans le correctif Special Build #83501 | ||
| IBM | Db2 | Db2 Big SQL versions 7.6.x à 8.3.x antérieures à 8.3.1 patch 4 | ||
| IBM | Db2 | Db2 sur Cloud Pak for Data et Db2 Warehouse sur Cloud Pak for Data versions 4.8.x à 5.3.x antérieures à 5.3.1 | ||
| IBM | AIX | Open SDK pour Rust sur AIX versions 1.90.x sans le correctif de sécurité Fix Pack 2 | ||
| IBM | Sterling | Sterling Transformation Extender versions 11.0.1.1 et 11.0.2.0 sans le correctif de sécurité PH71227 | ||
| IBM | Db2 | Db2 versions 11.5.x antérieures à 11.5.9 sans le correctif Special Build #81937 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Open SDK pour Rust sur AIX versions 1.92.x sans le correctif de s\u00e9curit\u00e9 Fix Pack 2",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Automation versions 1.1x ant\u00e9rieures \u00e0 1.12.1",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 12.1.x ant\u00e9rieures \u00e0 12.1.4 sans le correctif Special Build #83501",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Big SQL versions 7.6.x \u00e0 8.3.x ant\u00e9rieures \u00e0 8.3.1 patch 4",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 sur Cloud Pak for Data et Db2 Warehouse sur Cloud Pak for Data versions 4.8.x \u00e0 5.3.x ant\u00e9rieures \u00e0 5.3.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Open SDK pour Rust sur AIX versions 1.90.x sans le correctif de s\u00e9curit\u00e9 Fix Pack 2",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Transformation Extender versions 11.0.1.1 et 11.0.2.0 sans le correctif de s\u00e9curit\u00e9 PH71227",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 11.5.x ant\u00e9rieures \u00e0 11.5.9 sans le correctif Special Build #81937",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2026-31958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31958"
},
{
"name": "CVE-2025-67726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67726"
},
{
"name": "CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"name": "CVE-2025-13867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13867"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2026-35611",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35611"
},
{
"name": "CVE-2024-45310",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45310"
},
{
"name": "CVE-2025-36384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36384"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2026-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22013"
},
{
"name": "CVE-2026-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22018"
},
{
"name": "CVE-2025-36247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36247"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2026-34282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34282"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2025-33042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33042"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2026-23865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23865"
},
{
"name": "CVE-2026-33671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33671"
},
{
"name": "CVE-2025-67721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67721"
},
{
"name": "CVE-2026-33750",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33750"
},
{
"name": "CVE-2026-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6918"
},
{
"name": "CVE-2025-47911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47911"
},
{
"name": "CVE-2026-33228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33228"
},
{
"name": "CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"name": "CVE-2026-29045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29045"
},
{
"name": "CVE-2021-43784",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43784"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2025-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12801"
},
{
"name": "CVE-2026-1188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1188"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2026-41681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41681"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2026-41677",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41677"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-36425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36425"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"name": "CVE-2026-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22016"
},
{
"name": "CVE-2026-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22021"
},
{
"name": "CVE-2026-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22007"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-34268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34268"
},
{
"name": "CVE-2026-3713",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3713"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2026-33672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33672"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2025-38351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38351"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2025-59059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59059"
},
{
"name": "CVE-2026-41676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41676"
},
{
"name": "CVE-2025-14689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14689"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2024-47072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47072"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2025-67724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67724"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2026-29087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29087"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2026-32141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32141"
},
{
"name": "CVE-2026-35554",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35554"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"name": "CVE-2026-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22008"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2026-1718",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1718"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2026-24281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24281"
},
{
"name": "CVE-2026-41678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41678"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
}
],
"initial_release_date": "2026-05-22T00:00:00",
"last_revision_date": "2026-05-22T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0641",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-22T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273152",
"url": "https://www.ibm.com/support/pages/node/7273152"
},
{
"published_at": "2026-05-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273312",
"url": "https://www.ibm.com/support/pages/node/7273312"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273153",
"url": "https://www.ibm.com/support/pages/node/7273153"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273155",
"url": "https://www.ibm.com/support/pages/node/7273155"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7271877",
"url": "https://www.ibm.com/support/pages/node/7271877"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273156",
"url": "https://www.ibm.com/support/pages/node/7273156"
},
{
"published_at": "2026-05-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273269",
"url": "https://www.ibm.com/support/pages/node/7273269"
},
{
"published_at": "2026-05-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273281",
"url": "https://www.ibm.com/support/pages/node/7273281"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273150",
"url": "https://www.ibm.com/support/pages/node/7273150"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273151",
"url": "https://www.ibm.com/support/pages/node/7273151"
},
{
"published_at": "2026-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273555",
"url": "https://www.ibm.com/support/pages/node/7273555"
}
]
}
FKIE_CVE-2025-67726
Vulnerability from fkie_nvd - Published: 2025-12-12 07:15 - Updated: 2026-06-17 09:58| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd | Patch | |
| security-advisories@github.com | https://github.com/tornadoweb/tornado/releases/tag/v6.5.3 | Release Notes | |
| security-advisories@github.com | https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8 | Vendor Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| tornadoweb | tornado | * |
{
"affected": [
{
"affectedData": [
{
"product": "tornado",
"vendor": "tornadoweb",
"versions": [
{
"status": "affected",
"version": "\u003c 6.5.3"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:*",
"matchCriteriaId": "64279E50-159B-4CAB-9BD0-E2B764C3C40C",
"versionEndExcluding": "6.5.3",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n\u00b2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3."
}
],
"id": "CVE-2025-67726",
"lastModified": "2026-06-17T09:58:02.440",
"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"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2025-67726",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-18T18:47:53.473225Z",
"version": "2.0.3"
}
}
]
},
"published": "2025-12-12T07:15:44.920",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-400"
},
{
"lang": "en",
"value": "CWE-834"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
OPENSUSE-SU-2025:15838-1
Vulnerability from csaf_opensuse - Published: 2025-12-20 00:00 - Updated: 2025-12-20 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2025-67724/ | self |
| https://www.suse.com/security/cve/CVE-2025-67725/ | self |
| https://www.suse.com/security/cve/CVE-2025-67726/ | self |
| https://www.suse.com/security/cve/CVE-2025-67724 | external |
| https://bugzilla.suse.com/1254903 | external |
| https://www.suse.com/security/cve/CVE-2025-67725 | external |
| https://bugzilla.suse.com/1254905 | external |
| https://www.suse.com/security/cve/CVE-2025-67726 | external |
| https://bugzilla.suse.com/1254904 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python311-tornado6-6.5.4-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.4-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15838",
"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-2025_15838-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67726 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67726/"
}
],
"title": "python311-tornado6-6.5.4-1.1 on GA media",
"tracking": {
"current_release_date": "2025-12-20T00:00:00Z",
"generator": {
"date": "2025-12-20T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15838-1",
"initial_release_date": "2025-12-20T00:00:00Z",
"revision_history": [
{
"date": "2025-12-20T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.5.4-1.1.aarch64",
"product": {
"name": "python311-tornado6-6.5.4-1.1.aarch64",
"product_id": "python311-tornado6-6.5.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tornado6-6.5.4-1.1.aarch64",
"product": {
"name": "python312-tornado6-6.5.4-1.1.aarch64",
"product_id": "python312-tornado6-6.5.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tornado6-6.5.4-1.1.aarch64",
"product": {
"name": "python313-tornado6-6.5.4-1.1.aarch64",
"product_id": "python313-tornado6-6.5.4-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.5.4-1.1.ppc64le",
"product": {
"name": "python311-tornado6-6.5.4-1.1.ppc64le",
"product_id": "python311-tornado6-6.5.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tornado6-6.5.4-1.1.ppc64le",
"product": {
"name": "python312-tornado6-6.5.4-1.1.ppc64le",
"product_id": "python312-tornado6-6.5.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tornado6-6.5.4-1.1.ppc64le",
"product": {
"name": "python313-tornado6-6.5.4-1.1.ppc64le",
"product_id": "python313-tornado6-6.5.4-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.5.4-1.1.s390x",
"product": {
"name": "python311-tornado6-6.5.4-1.1.s390x",
"product_id": "python311-tornado6-6.5.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tornado6-6.5.4-1.1.s390x",
"product": {
"name": "python312-tornado6-6.5.4-1.1.s390x",
"product_id": "python312-tornado6-6.5.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tornado6-6.5.4-1.1.s390x",
"product": {
"name": "python313-tornado6-6.5.4-1.1.s390x",
"product_id": "python313-tornado6-6.5.4-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-tornado6-6.5.4-1.1.x86_64",
"product": {
"name": "python311-tornado6-6.5.4-1.1.x86_64",
"product_id": "python311-tornado6-6.5.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tornado6-6.5.4-1.1.x86_64",
"product": {
"name": "python312-tornado6-6.5.4-1.1.x86_64",
"product_id": "python312-tornado6-6.5.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tornado6-6.5.4-1.1.x86_64",
"product": {
"name": "python313-tornado6-6.5.4-1.1.x86_64",
"product_id": "python313-tornado6-6.5.4-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.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64"
},
"product_reference": "python311-tornado6-6.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le"
},
"product_reference": "python311-tornado6-6.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x"
},
"product_reference": "python311-tornado6-6.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tornado6-6.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64"
},
"product_reference": "python311-tornado6-6.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tornado6-6.5.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64"
},
"product_reference": "python312-tornado6-6.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tornado6-6.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le"
},
"product_reference": "python312-tornado6-6.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tornado6-6.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x"
},
"product_reference": "python312-tornado6-6.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tornado6-6.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64"
},
"product_reference": "python312-tornado6-6.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64"
},
"product_reference": "python313-tornado6-6.5.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le"
},
"product_reference": "python313-tornado6-6.5.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x"
},
"product_reference": "python313-tornado6-6.5.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
},
"product_reference": "python313-tornado6-6.5.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67724"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers (where it could be used for header injection) or in HTML in the default error page (where it could be used for XSS) and can be exploited by passing untrusted or malicious data into the reason argument. Used by both RequestHandler.set_status and tornado.web.HTTPError, the argument is designed to allow applications to pass custom \"reason\" phrases (the \"Not Found\" in HTTP/1.1 404 Not Found) to the HTTP status line (mainly for non-standard status codes). This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67724",
"url": "https://www.suse.com/security/cve/CVE-2025-67724"
},
{
"category": "external",
"summary": "SUSE Bug 1254903 for CVE-2025-67724",
"url": "https://bugzilla.suse.com/1254903"
}
],
"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.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-20T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-67724"
},
{
"cve": "CVE-2025-67725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67725"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server\u0027s event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n^2) time complexity. The severity can vary from high if max_header_size has been increased from its default, to low if it has its default value of 64KB. This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67725",
"url": "https://www.suse.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "SUSE Bug 1254905 for CVE-2025-67725",
"url": "https://bugzilla.suse.com/1254905"
}
],
"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.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-20T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-67725"
},
{
"cve": "CVE-2025-67726",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67726"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n^2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67726",
"url": "https://www.suse.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "SUSE Bug 1254904 for CVE-2025-67726",
"url": "https://bugzilla.suse.com/1254904"
}
],
"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.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python312-tornado6-6.5.4-1.1.x86_64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.aarch64",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.s390x",
"openSUSE Tumbleweed:python313-tornado6-6.5.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-20T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-67726"
}
]
}
OPENSUSE-SU-2026:10110-1
Vulnerability from csaf_opensuse - Published: 2026-01-28 00:00 - Updated: 2026-01-28 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2025-67724/ | self |
| https://www.suse.com/security/cve/CVE-2025-67725/ | self |
| https://www.suse.com/security/cve/CVE-2025-67726/ | self |
| https://www.suse.com/security/cve/CVE-2025-67724 | external |
| https://bugzilla.suse.com/1254903 | external |
| https://www.suse.com/security/cve/CVE-2025-67725 | external |
| https://bugzilla.suse.com/1254905 | external |
| https://www.suse.com/security/cve/CVE-2025-67726 | external |
| https://bugzilla.suse.com/1254904 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python311-salt-3006.0-55.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-salt-3006.0-55.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10110",
"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_10110-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67726 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67726/"
}
],
"title": "python311-salt-3006.0-55.1 on GA media",
"tracking": {
"current_release_date": "2026-01-28T00:00:00Z",
"generator": {
"date": "2026-01-28T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10110-1",
"initial_release_date": "2026-01-28T00:00:00Z",
"revision_history": [
{
"date": "2026-01-28T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-salt-3006.0-55.1.aarch64",
"product": {
"name": "python311-salt-3006.0-55.1.aarch64",
"product_id": "python311-salt-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-salt-3006.0-55.1.aarch64",
"product": {
"name": "python312-salt-3006.0-55.1.aarch64",
"product_id": "python312-salt-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-salt-3006.0-55.1.aarch64",
"product": {
"name": "python313-salt-3006.0-55.1.aarch64",
"product_id": "python313-salt-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-3006.0-55.1.aarch64",
"product": {
"name": "salt-3006.0-55.1.aarch64",
"product_id": "salt-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-api-3006.0-55.1.aarch64",
"product": {
"name": "salt-api-3006.0-55.1.aarch64",
"product_id": "salt-api-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-bash-completion-3006.0-55.1.aarch64",
"product": {
"name": "salt-bash-completion-3006.0-55.1.aarch64",
"product_id": "salt-bash-completion-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-cloud-3006.0-55.1.aarch64",
"product": {
"name": "salt-cloud-3006.0-55.1.aarch64",
"product_id": "salt-cloud-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-doc-3006.0-55.1.aarch64",
"product": {
"name": "salt-doc-3006.0-55.1.aarch64",
"product_id": "salt-doc-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-fish-completion-3006.0-55.1.aarch64",
"product": {
"name": "salt-fish-completion-3006.0-55.1.aarch64",
"product_id": "salt-fish-completion-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-55.1.aarch64",
"product": {
"name": "salt-master-3006.0-55.1.aarch64",
"product_id": "salt-master-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-55.1.aarch64",
"product": {
"name": "salt-minion-3006.0-55.1.aarch64",
"product_id": "salt-minion-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-proxy-3006.0-55.1.aarch64",
"product": {
"name": "salt-proxy-3006.0-55.1.aarch64",
"product_id": "salt-proxy-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-ssh-3006.0-55.1.aarch64",
"product": {
"name": "salt-ssh-3006.0-55.1.aarch64",
"product_id": "salt-ssh-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"product": {
"name": "salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"product_id": "salt-standalone-formulas-configuration-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-syndic-3006.0-55.1.aarch64",
"product": {
"name": "salt-syndic-3006.0-55.1.aarch64",
"product_id": "salt-syndic-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-55.1.aarch64",
"product": {
"name": "salt-transactional-update-3006.0-55.1.aarch64",
"product_id": "salt-transactional-update-3006.0-55.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-zsh-completion-3006.0-55.1.aarch64",
"product": {
"name": "salt-zsh-completion-3006.0-55.1.aarch64",
"product_id": "salt-zsh-completion-3006.0-55.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-salt-3006.0-55.1.ppc64le",
"product": {
"name": "python311-salt-3006.0-55.1.ppc64le",
"product_id": "python311-salt-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-salt-3006.0-55.1.ppc64le",
"product": {
"name": "python312-salt-3006.0-55.1.ppc64le",
"product_id": "python312-salt-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-salt-3006.0-55.1.ppc64le",
"product": {
"name": "python313-salt-3006.0-55.1.ppc64le",
"product_id": "python313-salt-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-3006.0-55.1.ppc64le",
"product": {
"name": "salt-3006.0-55.1.ppc64le",
"product_id": "salt-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-api-3006.0-55.1.ppc64le",
"product": {
"name": "salt-api-3006.0-55.1.ppc64le",
"product_id": "salt-api-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-bash-completion-3006.0-55.1.ppc64le",
"product": {
"name": "salt-bash-completion-3006.0-55.1.ppc64le",
"product_id": "salt-bash-completion-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-cloud-3006.0-55.1.ppc64le",
"product": {
"name": "salt-cloud-3006.0-55.1.ppc64le",
"product_id": "salt-cloud-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-doc-3006.0-55.1.ppc64le",
"product": {
"name": "salt-doc-3006.0-55.1.ppc64le",
"product_id": "salt-doc-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-fish-completion-3006.0-55.1.ppc64le",
"product": {
"name": "salt-fish-completion-3006.0-55.1.ppc64le",
"product_id": "salt-fish-completion-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-55.1.ppc64le",
"product": {
"name": "salt-master-3006.0-55.1.ppc64le",
"product_id": "salt-master-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-55.1.ppc64le",
"product": {
"name": "salt-minion-3006.0-55.1.ppc64le",
"product_id": "salt-minion-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-proxy-3006.0-55.1.ppc64le",
"product": {
"name": "salt-proxy-3006.0-55.1.ppc64le",
"product_id": "salt-proxy-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-ssh-3006.0-55.1.ppc64le",
"product": {
"name": "salt-ssh-3006.0-55.1.ppc64le",
"product_id": "salt-ssh-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"product": {
"name": "salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"product_id": "salt-standalone-formulas-configuration-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-syndic-3006.0-55.1.ppc64le",
"product": {
"name": "salt-syndic-3006.0-55.1.ppc64le",
"product_id": "salt-syndic-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-55.1.ppc64le",
"product": {
"name": "salt-transactional-update-3006.0-55.1.ppc64le",
"product_id": "salt-transactional-update-3006.0-55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-zsh-completion-3006.0-55.1.ppc64le",
"product": {
"name": "salt-zsh-completion-3006.0-55.1.ppc64le",
"product_id": "salt-zsh-completion-3006.0-55.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-salt-3006.0-55.1.s390x",
"product": {
"name": "python311-salt-3006.0-55.1.s390x",
"product_id": "python311-salt-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-salt-3006.0-55.1.s390x",
"product": {
"name": "python312-salt-3006.0-55.1.s390x",
"product_id": "python312-salt-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-salt-3006.0-55.1.s390x",
"product": {
"name": "python313-salt-3006.0-55.1.s390x",
"product_id": "python313-salt-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-3006.0-55.1.s390x",
"product": {
"name": "salt-3006.0-55.1.s390x",
"product_id": "salt-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-api-3006.0-55.1.s390x",
"product": {
"name": "salt-api-3006.0-55.1.s390x",
"product_id": "salt-api-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-bash-completion-3006.0-55.1.s390x",
"product": {
"name": "salt-bash-completion-3006.0-55.1.s390x",
"product_id": "salt-bash-completion-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-cloud-3006.0-55.1.s390x",
"product": {
"name": "salt-cloud-3006.0-55.1.s390x",
"product_id": "salt-cloud-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-doc-3006.0-55.1.s390x",
"product": {
"name": "salt-doc-3006.0-55.1.s390x",
"product_id": "salt-doc-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-fish-completion-3006.0-55.1.s390x",
"product": {
"name": "salt-fish-completion-3006.0-55.1.s390x",
"product_id": "salt-fish-completion-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-55.1.s390x",
"product": {
"name": "salt-master-3006.0-55.1.s390x",
"product_id": "salt-master-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-55.1.s390x",
"product": {
"name": "salt-minion-3006.0-55.1.s390x",
"product_id": "salt-minion-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-proxy-3006.0-55.1.s390x",
"product": {
"name": "salt-proxy-3006.0-55.1.s390x",
"product_id": "salt-proxy-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-ssh-3006.0-55.1.s390x",
"product": {
"name": "salt-ssh-3006.0-55.1.s390x",
"product_id": "salt-ssh-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"product": {
"name": "salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"product_id": "salt-standalone-formulas-configuration-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-syndic-3006.0-55.1.s390x",
"product": {
"name": "salt-syndic-3006.0-55.1.s390x",
"product_id": "salt-syndic-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-55.1.s390x",
"product": {
"name": "salt-transactional-update-3006.0-55.1.s390x",
"product_id": "salt-transactional-update-3006.0-55.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-zsh-completion-3006.0-55.1.s390x",
"product": {
"name": "salt-zsh-completion-3006.0-55.1.s390x",
"product_id": "salt-zsh-completion-3006.0-55.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-salt-3006.0-55.1.x86_64",
"product": {
"name": "python311-salt-3006.0-55.1.x86_64",
"product_id": "python311-salt-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-salt-3006.0-55.1.x86_64",
"product": {
"name": "python312-salt-3006.0-55.1.x86_64",
"product_id": "python312-salt-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-salt-3006.0-55.1.x86_64",
"product": {
"name": "python313-salt-3006.0-55.1.x86_64",
"product_id": "python313-salt-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-3006.0-55.1.x86_64",
"product": {
"name": "salt-3006.0-55.1.x86_64",
"product_id": "salt-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-api-3006.0-55.1.x86_64",
"product": {
"name": "salt-api-3006.0-55.1.x86_64",
"product_id": "salt-api-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-bash-completion-3006.0-55.1.x86_64",
"product": {
"name": "salt-bash-completion-3006.0-55.1.x86_64",
"product_id": "salt-bash-completion-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-cloud-3006.0-55.1.x86_64",
"product": {
"name": "salt-cloud-3006.0-55.1.x86_64",
"product_id": "salt-cloud-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-doc-3006.0-55.1.x86_64",
"product": {
"name": "salt-doc-3006.0-55.1.x86_64",
"product_id": "salt-doc-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-fish-completion-3006.0-55.1.x86_64",
"product": {
"name": "salt-fish-completion-3006.0-55.1.x86_64",
"product_id": "salt-fish-completion-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-55.1.x86_64",
"product": {
"name": "salt-master-3006.0-55.1.x86_64",
"product_id": "salt-master-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-55.1.x86_64",
"product": {
"name": "salt-minion-3006.0-55.1.x86_64",
"product_id": "salt-minion-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-proxy-3006.0-55.1.x86_64",
"product": {
"name": "salt-proxy-3006.0-55.1.x86_64",
"product_id": "salt-proxy-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-ssh-3006.0-55.1.x86_64",
"product": {
"name": "salt-ssh-3006.0-55.1.x86_64",
"product_id": "salt-ssh-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"product": {
"name": "salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"product_id": "salt-standalone-formulas-configuration-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-syndic-3006.0-55.1.x86_64",
"product": {
"name": "salt-syndic-3006.0-55.1.x86_64",
"product_id": "salt-syndic-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-55.1.x86_64",
"product": {
"name": "salt-transactional-update-3006.0-55.1.x86_64",
"product_id": "salt-transactional-update-3006.0-55.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-zsh-completion-3006.0-55.1.x86_64",
"product": {
"name": "salt-zsh-completion-3006.0-55.1.x86_64",
"product_id": "salt-zsh-completion-3006.0-55.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-salt-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64"
},
"product_reference": "python311-salt-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-salt-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le"
},
"product_reference": "python311-salt-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-salt-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x"
},
"product_reference": "python311-salt-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-salt-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64"
},
"product_reference": "python311-salt-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-salt-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64"
},
"product_reference": "python312-salt-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-salt-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le"
},
"product_reference": "python312-salt-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-salt-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x"
},
"product_reference": "python312-salt-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-salt-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64"
},
"product_reference": "python312-salt-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64"
},
"product_reference": "python313-salt-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le"
},
"product_reference": "python313-salt-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x"
},
"product_reference": "python313-salt-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64"
},
"product_reference": "python313-salt-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-3006.0-55.1.aarch64"
},
"product_reference": "salt-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le"
},
"product_reference": "salt-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-3006.0-55.1.s390x"
},
"product_reference": "salt-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-3006.0-55.1.x86_64"
},
"product_reference": "salt-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-api-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64"
},
"product_reference": "salt-api-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-api-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le"
},
"product_reference": "salt-api-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-api-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x"
},
"product_reference": "salt-api-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-api-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64"
},
"product_reference": "salt-api-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-bash-completion-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64"
},
"product_reference": "salt-bash-completion-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-bash-completion-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le"
},
"product_reference": "salt-bash-completion-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-bash-completion-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x"
},
"product_reference": "salt-bash-completion-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-bash-completion-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64"
},
"product_reference": "salt-bash-completion-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-cloud-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64"
},
"product_reference": "salt-cloud-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-cloud-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le"
},
"product_reference": "salt-cloud-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-cloud-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x"
},
"product_reference": "salt-cloud-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-cloud-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64"
},
"product_reference": "salt-cloud-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-doc-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64"
},
"product_reference": "salt-doc-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-doc-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le"
},
"product_reference": "salt-doc-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-doc-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x"
},
"product_reference": "salt-doc-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-doc-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64"
},
"product_reference": "salt-doc-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-fish-completion-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64"
},
"product_reference": "salt-fish-completion-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-fish-completion-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le"
},
"product_reference": "salt-fish-completion-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-fish-completion-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x"
},
"product_reference": "salt-fish-completion-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-fish-completion-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64"
},
"product_reference": "salt-fish-completion-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64"
},
"product_reference": "salt-master-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le"
},
"product_reference": "salt-master-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x"
},
"product_reference": "salt-master-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64"
},
"product_reference": "salt-master-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64"
},
"product_reference": "salt-minion-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le"
},
"product_reference": "salt-minion-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x"
},
"product_reference": "salt-minion-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64"
},
"product_reference": "salt-minion-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-proxy-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64"
},
"product_reference": "salt-proxy-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-proxy-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le"
},
"product_reference": "salt-proxy-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-proxy-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x"
},
"product_reference": "salt-proxy-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-proxy-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64"
},
"product_reference": "salt-proxy-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-ssh-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64"
},
"product_reference": "salt-ssh-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-ssh-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le"
},
"product_reference": "salt-ssh-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-ssh-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x"
},
"product_reference": "salt-ssh-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-ssh-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64"
},
"product_reference": "salt-ssh-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-standalone-formulas-configuration-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64"
},
"product_reference": "salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-standalone-formulas-configuration-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le"
},
"product_reference": "salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-standalone-formulas-configuration-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x"
},
"product_reference": "salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-standalone-formulas-configuration-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64"
},
"product_reference": "salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-syndic-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64"
},
"product_reference": "salt-syndic-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-syndic-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le"
},
"product_reference": "salt-syndic-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-syndic-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x"
},
"product_reference": "salt-syndic-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-syndic-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64"
},
"product_reference": "salt-syndic-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64"
},
"product_reference": "salt-transactional-update-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le"
},
"product_reference": "salt-transactional-update-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x"
},
"product_reference": "salt-transactional-update-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64"
},
"product_reference": "salt-transactional-update-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-zsh-completion-3006.0-55.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64"
},
"product_reference": "salt-zsh-completion-3006.0-55.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-zsh-completion-3006.0-55.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le"
},
"product_reference": "salt-zsh-completion-3006.0-55.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-zsh-completion-3006.0-55.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x"
},
"product_reference": "salt-zsh-completion-3006.0-55.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-zsh-completion-3006.0-55.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
},
"product_reference": "salt-zsh-completion-3006.0-55.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67724"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers (where it could be used for header injection) or in HTML in the default error page (where it could be used for XSS) and can be exploited by passing untrusted or malicious data into the reason argument. Used by both RequestHandler.set_status and tornado.web.HTTPError, the argument is designed to allow applications to pass custom \"reason\" phrases (the \"Not Found\" in HTTP/1.1 404 Not Found) to the HTTP status line (mainly for non-standard status codes). This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67724",
"url": "https://www.suse.com/security/cve/CVE-2025-67724"
},
{
"category": "external",
"summary": "SUSE Bug 1254903 for CVE-2025-67724",
"url": "https://bugzilla.suse.com/1254903"
}
],
"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-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-67724"
},
{
"cve": "CVE-2025-67725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67725"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server\u0027s event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n^2) time complexity. The severity can vary from high if max_header_size has been increased from its default, to low if it has its default value of 64KB. This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67725",
"url": "https://www.suse.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "SUSE Bug 1254905 for CVE-2025-67725",
"url": "https://bugzilla.suse.com/1254905"
}
],
"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-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-67725"
},
{
"cve": "CVE-2025-67726",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67726"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n^2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67726",
"url": "https://www.suse.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "SUSE Bug 1254904 for CVE-2025-67726",
"url": "https://bugzilla.suse.com/1254904"
}
],
"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-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python311-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python312-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:python313-salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-api-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-bash-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-cloud-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-doc-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-fish-completion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-master-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-minion-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-proxy-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-ssh-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-standalone-formulas-configuration-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-syndic-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-transactional-update-3006.0-55.1.x86_64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.aarch64",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.ppc64le",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.s390x",
"openSUSE Tumbleweed:salt-zsh-completion-3006.0-55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-67726"
}
]
}
OPENSUSE-SU-2026:20015-1
Vulnerability from csaf_opensuse - Published: 2026-01-12 10:29 - Updated: 2026-01-12 10:29| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://bugzilla.suse.com/1254903 | self |
| https://bugzilla.suse.com/1254904 | self |
| https://bugzilla.suse.com/1254905 | self |
| https://www.suse.com/security/cve/CVE-2025-67724/ | self |
| https://www.suse.com/security/cve/CVE-2025-67725/ | self |
| https://www.suse.com/security/cve/CVE-2025-67726/ | self |
| https://www.suse.com/security/cve/CVE-2025-67724 | external |
| https://bugzilla.suse.com/1254903 | external |
| https://www.suse.com/security/cve/CVE-2025-67725 | external |
| https://bugzilla.suse.com/1254905 | external |
| https://www.suse.com/security/cve/CVE-2025-67726 | external |
| https://bugzilla.suse.com/1254904 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-tornado6",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-tornado6 fixes the following issues:\n\n- CVE-2025-67724: unescaped `reason` argument used in HTTP headers and in HTML default error pages can be used by\n attackers to launch header injection or XSS attacks (bsc#1254903).\n- CVE-2025-67725: quadratic complexity of string concatenation operations used by the `HTTPHeaders.add` method can lead\n o DoS when processing a maliciously crafted HTTP request (bsc#1254905).\n- CVE-2025-67726: quadratic complexity algorithm used in the `_parseparam` function of `httputil.py` can lead to DoS\n when processing maliciously crafted parameters in a `Content-Disposition` header (bsc#1254904).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-129",
"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_20015-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1254903",
"url": "https://bugzilla.suse.com/1254903"
},
{
"category": "self",
"summary": "SUSE Bug 1254904",
"url": "https://bugzilla.suse.com/1254904"
},
{
"category": "self",
"summary": "SUSE Bug 1254905",
"url": "https://bugzilla.suse.com/1254905"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67726 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67726/"
}
],
"title": "Security update for python-tornado6",
"tracking": {
"current_release_date": "2026-01-12T10:29:37Z",
"generator": {
"date": "2026-01-12T10:29:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20015-1",
"initial_release_date": "2026-01-12T10:29:37Z",
"revision_history": [
{
"date": "2026-01-12T10:29:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.3.1.aarch64",
"product": {
"name": "python313-tornado6-6.5-160000.3.1.aarch64",
"product_id": "python313-tornado6-6.5-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.3.1.ppc64le",
"product": {
"name": "python313-tornado6-6.5-160000.3.1.ppc64le",
"product_id": "python313-tornado6-6.5-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.3.1.s390x",
"product": {
"name": "python313-tornado6-6.5-160000.3.1.s390x",
"product_id": "python313-tornado6-6.5-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-tornado6-6.5-160000.3.1.x86_64",
"product": {
"name": "python313-tornado6-6.5-160000.3.1.x86_64",
"product_id": "python313-tornado6-6.5-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.3.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64"
},
"product_reference": "python313-tornado6-6.5-160000.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.3.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le"
},
"product_reference": "python313-tornado6-6.5-160000.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.3.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x"
},
"product_reference": "python313-tornado6-6.5-160000.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tornado6-6.5-160000.3.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
},
"product_reference": "python313-tornado6-6.5-160000.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67724"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers (where it could be used for header injection) or in HTML in the default error page (where it could be used for XSS) and can be exploited by passing untrusted or malicious data into the reason argument. Used by both RequestHandler.set_status and tornado.web.HTTPError, the argument is designed to allow applications to pass custom \"reason\" phrases (the \"Not Found\" in HTTP/1.1 404 Not Found) to the HTTP status line (mainly for non-standard status codes). This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67724",
"url": "https://www.suse.com/security/cve/CVE-2025-67724"
},
{
"category": "external",
"summary": "SUSE Bug 1254903 for CVE-2025-67724",
"url": "https://bugzilla.suse.com/1254903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-12T10:29:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-67724"
},
{
"cve": "CVE-2025-67725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67725"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server\u0027s event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n^2) time complexity. The severity can vary from high if max_header_size has been increased from its default, to low if it has its default value of 64KB. This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67725",
"url": "https://www.suse.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "SUSE Bug 1254905 for CVE-2025-67725",
"url": "https://bugzilla.suse.com/1254905"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-12T10:29:37Z",
"details": "important"
}
],
"title": "CVE-2025-67725"
},
{
"cve": "CVE-2025-67726",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67726"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n^2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67726",
"url": "https://www.suse.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "SUSE Bug 1254904 for CVE-2025-67726",
"url": "https://bugzilla.suse.com/1254904"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.aarch64",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.ppc64le",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.s390x",
"openSUSE Leap 16.0:python313-tornado6-6.5-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-12T10:29:37Z",
"details": "important"
}
],
"title": "CVE-2025-67726"
}
]
}
OPENSUSE-SU-2026:20412-1
Vulnerability from csaf_opensuse - Published: 2026-03-24 06:24 - Updated: 2026-03-24 06:24| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://bugzilla.suse.com/1240532 | self |
| https://bugzilla.suse.com/1246130 | self |
| https://bugzilla.suse.com/1254325 | self |
| https://bugzilla.suse.com/1254903 | self |
| https://bugzilla.suse.com/1254904 | self |
| https://bugzilla.suse.com/1254905 | self |
| https://www.suse.com/security/cve/CVE-2025-13836/ | self |
| https://www.suse.com/security/cve/CVE-2025-67724/ | self |
| https://www.suse.com/security/cve/CVE-2025-67725/ | self |
| https://www.suse.com/security/cve/CVE-2025-67726/ | self |
| https://www.suse.com/security/cve/CVE-2025-13836 | external |
| https://bugzilla.suse.com/1254400 | external |
| https://www.suse.com/security/cve/CVE-2025-67724 | external |
| https://bugzilla.suse.com/1254903 | external |
| https://www.suse.com/security/cve/CVE-2025-67725 | external |
| https://bugzilla.suse.com/1254905 | external |
| https://www.suse.com/security/cve/CVE-2025-67726 | external |
| https://bugzilla.suse.com/1254904 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for salt",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for salt fixes the following issues:\n\nChanges in salt:\n\n- Security issues fixed:\n\n * CVE-2025-67724: fixed missing validation of supplied reason phrase (bsc#1254903)\n * CVE-2025-67725: fixed DoS via malicious HTTP request (bsc#1254905)\n * CVE-2025-67726: fixed HTTP header parameter parsing algorithm (bsc#1254904)\n\n- Fixed KeyError in postgres module with PostgreSQL 17 (bsc#1254325)\n- Use internal deb classes instead of external aptsource lib\n- Improved performance of wheel key.finger call (bsc#1240532)\n- Improved performance of utils.find_json function (bsc#1246130)\n- Extend warn_until period to 2027\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-430",
"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_20412-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1240532",
"url": "https://bugzilla.suse.com/1240532"
},
{
"category": "self",
"summary": "SUSE Bug 1246130",
"url": "https://bugzilla.suse.com/1246130"
},
{
"category": "self",
"summary": "SUSE Bug 1254325",
"url": "https://bugzilla.suse.com/1254325"
},
{
"category": "self",
"summary": "SUSE Bug 1254903",
"url": "https://bugzilla.suse.com/1254903"
},
{
"category": "self",
"summary": "SUSE Bug 1254904",
"url": "https://bugzilla.suse.com/1254904"
},
{
"category": "self",
"summary": "SUSE Bug 1254905",
"url": "https://bugzilla.suse.com/1254905"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13836 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13836/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67724 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67725 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67726 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67726/"
}
],
"title": "Security update for salt",
"tracking": {
"current_release_date": "2026-03-24T06:24:23Z",
"generator": {
"date": "2026-03-24T06:24:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20412-1",
"initial_release_date": "2026-03-24T06:24:23Z",
"revision_history": [
{
"date": "2026-03-24T06:24:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-salt-3006.0-160000.4.1.aarch64",
"product": {
"name": "python313-salt-3006.0-160000.4.1.aarch64",
"product_id": "python313-salt-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"product": {
"name": "python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"product_id": "python313-salt-testsuite-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-3006.0-160000.4.1.aarch64",
"product_id": "salt-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-api-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-api-3006.0-160000.4.1.aarch64",
"product_id": "salt-api-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-cloud-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-cloud-3006.0-160000.4.1.aarch64",
"product_id": "salt-cloud-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-doc-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-doc-3006.0-160000.4.1.aarch64",
"product_id": "salt-doc-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-master-3006.0-160000.4.1.aarch64",
"product_id": "salt-master-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-minion-3006.0-160000.4.1.aarch64",
"product_id": "salt-minion-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-proxy-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-proxy-3006.0-160000.4.1.aarch64",
"product_id": "salt-proxy-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-ssh-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-ssh-3006.0-160000.4.1.aarch64",
"product_id": "salt-ssh-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"product_id": "salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-syndic-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-syndic-3006.0-160000.4.1.aarch64",
"product_id": "salt-syndic-3006.0-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-160000.4.1.aarch64",
"product": {
"name": "salt-transactional-update-3006.0-160000.4.1.aarch64",
"product_id": "salt-transactional-update-3006.0-160000.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "salt-bash-completion-3006.0-160000.4.1.noarch",
"product": {
"name": "salt-bash-completion-3006.0-160000.4.1.noarch",
"product_id": "salt-bash-completion-3006.0-160000.4.1.noarch"
}
},
{
"category": "product_version",
"name": "salt-fish-completion-3006.0-160000.4.1.noarch",
"product": {
"name": "salt-fish-completion-3006.0-160000.4.1.noarch",
"product_id": "salt-fish-completion-3006.0-160000.4.1.noarch"
}
},
{
"category": "product_version",
"name": "salt-zsh-completion-3006.0-160000.4.1.noarch",
"product": {
"name": "salt-zsh-completion-3006.0-160000.4.1.noarch",
"product_id": "salt-zsh-completion-3006.0-160000.4.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-salt-3006.0-160000.4.1.ppc64le",
"product": {
"name": "python313-salt-3006.0-160000.4.1.ppc64le",
"product_id": "python313-salt-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"product": {
"name": "python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"product_id": "python313-salt-testsuite-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-3006.0-160000.4.1.ppc64le",
"product_id": "salt-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-api-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-api-3006.0-160000.4.1.ppc64le",
"product_id": "salt-api-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-cloud-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-cloud-3006.0-160000.4.1.ppc64le",
"product_id": "salt-cloud-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-doc-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-doc-3006.0-160000.4.1.ppc64le",
"product_id": "salt-doc-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-master-3006.0-160000.4.1.ppc64le",
"product_id": "salt-master-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-minion-3006.0-160000.4.1.ppc64le",
"product_id": "salt-minion-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-proxy-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-proxy-3006.0-160000.4.1.ppc64le",
"product_id": "salt-proxy-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-ssh-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-ssh-3006.0-160000.4.1.ppc64le",
"product_id": "salt-ssh-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"product_id": "salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-syndic-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-syndic-3006.0-160000.4.1.ppc64le",
"product_id": "salt-syndic-3006.0-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-160000.4.1.ppc64le",
"product": {
"name": "salt-transactional-update-3006.0-160000.4.1.ppc64le",
"product_id": "salt-transactional-update-3006.0-160000.4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-salt-3006.0-160000.4.1.s390x",
"product": {
"name": "python313-salt-3006.0-160000.4.1.s390x",
"product_id": "python313-salt-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-salt-testsuite-3006.0-160000.4.1.s390x",
"product": {
"name": "python313-salt-testsuite-3006.0-160000.4.1.s390x",
"product_id": "python313-salt-testsuite-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-3006.0-160000.4.1.s390x",
"product_id": "salt-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-api-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-api-3006.0-160000.4.1.s390x",
"product_id": "salt-api-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-cloud-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-cloud-3006.0-160000.4.1.s390x",
"product_id": "salt-cloud-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-doc-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-doc-3006.0-160000.4.1.s390x",
"product_id": "salt-doc-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-master-3006.0-160000.4.1.s390x",
"product_id": "salt-master-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-minion-3006.0-160000.4.1.s390x",
"product_id": "salt-minion-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-proxy-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-proxy-3006.0-160000.4.1.s390x",
"product_id": "salt-proxy-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-ssh-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-ssh-3006.0-160000.4.1.s390x",
"product_id": "salt-ssh-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"product_id": "salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-syndic-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-syndic-3006.0-160000.4.1.s390x",
"product_id": "salt-syndic-3006.0-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-160000.4.1.s390x",
"product": {
"name": "salt-transactional-update-3006.0-160000.4.1.s390x",
"product_id": "salt-transactional-update-3006.0-160000.4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-salt-3006.0-160000.4.1.x86_64",
"product": {
"name": "python313-salt-3006.0-160000.4.1.x86_64",
"product_id": "python313-salt-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"product": {
"name": "python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"product_id": "python313-salt-testsuite-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-3006.0-160000.4.1.x86_64",
"product_id": "salt-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-api-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-api-3006.0-160000.4.1.x86_64",
"product_id": "salt-api-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-cloud-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-cloud-3006.0-160000.4.1.x86_64",
"product_id": "salt-cloud-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-doc-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-doc-3006.0-160000.4.1.x86_64",
"product_id": "salt-doc-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-master-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-master-3006.0-160000.4.1.x86_64",
"product_id": "salt-master-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-minion-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-minion-3006.0-160000.4.1.x86_64",
"product_id": "salt-minion-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-proxy-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-proxy-3006.0-160000.4.1.x86_64",
"product_id": "salt-proxy-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-ssh-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-ssh-3006.0-160000.4.1.x86_64",
"product_id": "salt-ssh-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"product_id": "salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-syndic-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-syndic-3006.0-160000.4.1.x86_64",
"product_id": "salt-syndic-3006.0-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "salt-transactional-update-3006.0-160000.4.1.x86_64",
"product": {
"name": "salt-transactional-update-3006.0-160000.4.1.x86_64",
"product_id": "salt-transactional-update-3006.0-160000.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64"
},
"product_reference": "python313-salt-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le"
},
"product_reference": "python313-salt-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x"
},
"product_reference": "python313-salt-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64"
},
"product_reference": "python313-salt-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-testsuite-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64"
},
"product_reference": "python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-testsuite-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le"
},
"product_reference": "python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-testsuite-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x"
},
"product_reference": "python313-salt-testsuite-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-salt-testsuite-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64"
},
"product_reference": "python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-api-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-api-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-api-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-api-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-api-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-api-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-api-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-api-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-bash-completion-3006.0-160000.4.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch"
},
"product_reference": "salt-bash-completion-3006.0-160000.4.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-cloud-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-cloud-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-cloud-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-cloud-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-cloud-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-cloud-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-cloud-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-cloud-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-doc-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-doc-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-doc-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-doc-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-doc-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-doc-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-doc-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-doc-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-fish-completion-3006.0-160000.4.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch"
},
"product_reference": "salt-fish-completion-3006.0-160000.4.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-master-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-master-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-master-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-master-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-master-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-minion-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-minion-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-minion-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-minion-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-minion-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-proxy-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-proxy-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-proxy-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-proxy-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-proxy-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-proxy-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-proxy-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-proxy-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-ssh-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-ssh-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-ssh-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-ssh-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-ssh-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-ssh-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-ssh-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-ssh-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-syndic-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-syndic-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-syndic-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-syndic-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-syndic-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-syndic-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-syndic-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-syndic-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-160000.4.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64"
},
"product_reference": "salt-transactional-update-3006.0-160000.4.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-160000.4.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le"
},
"product_reference": "salt-transactional-update-3006.0-160000.4.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-160000.4.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x"
},
"product_reference": "salt-transactional-update-3006.0-160000.4.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-transactional-update-3006.0-160000.4.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64"
},
"product_reference": "salt-transactional-update-3006.0-160000.4.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "salt-zsh-completion-3006.0-160000.4.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
},
"product_reference": "salt-zsh-completion-3006.0-160000.4.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13836"
}
],
"notes": [
{
"category": "general",
"text": "When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This allows a malicious server to cause the client to read large amounts of data into memory, potentially causing OOM or other DoS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13836",
"url": "https://www.suse.com/security/cve/CVE-2025-13836"
},
{
"category": "external",
"summary": "SUSE Bug 1254400 for CVE-2025-13836",
"url": "https://bugzilla.suse.com/1254400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-24T06:24:23Z",
"details": "moderate"
}
],
"title": "CVE-2025-13836"
},
{
"cve": "CVE-2025-67724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67724"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers (where it could be used for header injection) or in HTML in the default error page (where it could be used for XSS) and can be exploited by passing untrusted or malicious data into the reason argument. Used by both RequestHandler.set_status and tornado.web.HTTPError, the argument is designed to allow applications to pass custom \"reason\" phrases (the \"Not Found\" in HTTP/1.1 404 Not Found) to the HTTP status line (mainly for non-standard status codes). This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67724",
"url": "https://www.suse.com/security/cve/CVE-2025-67724"
},
{
"category": "external",
"summary": "SUSE Bug 1254903 for CVE-2025-67724",
"url": "https://bugzilla.suse.com/1254903"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-24T06:24:23Z",
"details": "moderate"
}
],
"title": "CVE-2025-67724"
},
{
"cve": "CVE-2025-67725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67725"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server\u0027s event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n^2) time complexity. The severity can vary from high if max_header_size has been increased from its default, to low if it has its default value of 64KB. This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67725",
"url": "https://www.suse.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "SUSE Bug 1254905 for CVE-2025-67725",
"url": "https://bugzilla.suse.com/1254905"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-24T06:24:23Z",
"details": "important"
}
],
"title": "CVE-2025-67725"
},
{
"cve": "CVE-2025-67726",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67726"
}
],
"notes": [
{
"category": "general",
"text": "Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n^2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67726",
"url": "https://www.suse.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "SUSE Bug 1254904 for CVE-2025-67726",
"url": "https://bugzilla.suse.com/1254904"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-api-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-bash-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-cloud-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-doc-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-fish-completion-3006.0-160000.4.1.noarch",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-master-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-minion-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-proxy-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-ssh-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-standalone-formulas-configuration-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-syndic-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.aarch64",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.ppc64le",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.s390x",
"openSUSE Leap 16.0:salt-transactional-update-3006.0-160000.4.1.x86_64",
"openSUSE Leap 16.0:salt-zsh-completion-3006.0-160000.4.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-24T06:24:23Z",
"details": "important"
}
],
"title": "CVE-2025-67726"
}
]
}
PYSEC-2025-267
Vulnerability from pysec - Published: 2025-12-12 07:15 - Updated: 2026-07-13 05:52Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server's CPU usage increases quadratically (O(n²)) during parsing. Due to Tornado's single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.
| Name | purl | tornado | pkg:pypi/tornado |
|---|
{
"affected": [
{
"ecosystem_specific": {},
"package": {
"ecosystem": "PyPI",
"name": "tornado",
"purl": "pkg:pypi/tornado"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.5.3"
}
],
"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.5b1"
]
}
],
"aliases": [
"CVE-2025-67726",
"GHSA-jhmp-mqwm-3gq8"
],
"details": "Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n\u00b2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.",
"id": "PYSEC-2025-267",
"modified": "2026-07-13T05:52:14.026213Z",
"published": "2025-12-12T07:15:44.920Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"type": "ADVISORY",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8"
},
{
"type": "FIX",
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2026:0930
Vulnerability from csaf_redhat - Published: 2026-01-21 15:59 - Updated: 2026-07-11 20:10A denial of service flaw has been discovered in the Tornado networking library. In Tornado, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n²) time complexity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A denial of service flaw has been discovered in the Tornado networking library. Affected versions of Tornado us an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server's CPU usage increases quadratically (O(n²)) during parsing. Due to Tornado's single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:0930 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2421722 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2421733 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-67725 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2421722 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-67725 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-67725 | external |
| https://github.com/tornadoweb/tornado/commit/7714… | external |
| https://github.com/tornadoweb/tornado/releases/ta… | external |
| https://github.com/tornadoweb/tornado/security/ad… | external |
| https://access.redhat.com/security/cve/CVE-2025-67726 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2421733 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-67726 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-67726 | external |
| https://github.com/tornadoweb/tornado/security/ad… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for pcs is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The pcs packages provide a command-line configuration system for the Pacemaker and Corosync utilities.\n\nSecurity Fix(es):\n\n* tornado: Tornado Quadratic DoS via Repeated Header Coalescing (CVE-2025-67725)\n\n* tornado: Tornado Quadratic DoS via Crafted Multipart Parameters (CVE-2025-67726)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0930",
"url": "https://access.redhat.com/errata/RHSA-2026:0930"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2421722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421722"
},
{
"category": "external",
"summary": "2421733",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421733"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0930.json"
}
],
"title": "Red Hat Security Advisory: pcs security update",
"tracking": {
"current_release_date": "2026-07-11T20:10:19+00:00",
"generator": {
"date": "2026-07-11T20:10:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:0930",
"initial_release_date": "2026-01-21T15:59:50+00:00",
"revision_history": [
{
"date": "2026-01-21T15:59:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-21T15:59:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-11T20:10:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::highavailability"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::resilientstorage"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.8.src",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.8.src",
"product_id": "pcs-0:0.10.18-2.el8_10.8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.8.aarch64",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.8.aarch64",
"product_id": "pcs-0:0.10.18-2.el8_10.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.8.ppc64le",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.8.ppc64le",
"product_id": "pcs-0:0.10.18-2.el8_10.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.8.x86_64",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.8.x86_64",
"product_id": "pcs-0:0.10.18-2.el8_10.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "pcs-0:0.10.18-2.el8_10.8.s390x",
"product": {
"name": "pcs-0:0.10.18-2.el8_10.8.s390x",
"product_id": "pcs-0:0.10.18-2.el8_10.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs@0.10.18-2.el8_10.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"product": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"product_id": "pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pcs-snmp@0.10.18-2.el8_10.8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.8.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.8.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.8.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.8.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.8.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.8.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.8.src as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.8.src",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.8.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.8.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 8)",
"product_id": "HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"relates_to_product_reference": "HighAvailability-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.8.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.8.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.8.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.8.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.8.src as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.8.src",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-0:0.10.18-2.el8_10.8.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64"
},
"product_reference": "pcs-0:0.10.18-2.el8_10.8.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pcs-snmp-0:0.10.18-2.el8_10.8.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 8)",
"product_id": "ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
},
"product_reference": "pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"relates_to_product_reference": "ResilientStorage-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-12T09:44:25.333328+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2421722"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Tornado networking library. In Tornado, a single maliciously crafted HTTP request can block the server\u0027s event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n\u00b2) time complexity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Quadratic DoS via Repeated Header Coalescing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is partially mitigated on Red Hat products as the host systems are not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "RHBZ#2421722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67725"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd",
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3",
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-c98p-7wgm-6p64",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-c98p-7wgm-6p64"
}
],
"release_date": "2025-12-12T05:49:41.523000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-21T15:59:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0930"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado: Tornado Quadratic DoS via Repeated Header Coalescing"
},
{
"cve": "CVE-2025-67726",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2025-12-12T09:45:15.366983+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2421733"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Tornado networking library. Affected versions of Tornado us an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n\u00b2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Quadratic DoS via Crafted Multipart Parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is partially mitigated on Red Hat products as the host systems are not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "RHBZ#2421733",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421733"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67726"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd",
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3",
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8"
}
],
"release_date": "2025-12-12T06:13:51.336000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-21T15:59:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0930"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:L",
"version": "3.1"
},
"products": [
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.aarch64",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"HighAvailability-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.src",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-0:0.10.18-2.el8_10.8.x86_64",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.ppc64le",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.s390x",
"ResilientStorage-8.10.0.Z.MAIN.EUS:pcs-snmp-0:0.10.18-2.el8_10.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado: Tornado Quadratic DoS via Crafted Multipart Parameters"
}
]
}
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.