Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-9086 (GCVE-0-2025-9086)
Vulnerability from cvelistv5 – Published: 2025-09-12 05:10 – Updated: 2026-01-08 09:51{
"containers": {
"adp": [
{
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2025-9086",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-09-12T17:15:47.921625Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-09-12T17:16:20.317Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-01-05T02:47:38.406Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/09/10/1"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2026/01/msg00002.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "curl",
"vendor": "curl",
"versions": [
{
"lessThanOrEqual": "8.15.0",
"status": "affected",
"version": "8.15.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "8.14.1",
"status": "affected",
"version": "8.14.1",
"versionType": "semver"
},
{
"lessThanOrEqual": "8.14.0",
"status": "affected",
"version": "8.14.0",
"versionType": "semver"
},
{
"lessThanOrEqual": "8.13.0",
"status": "affected",
"version": "8.13.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Google Big Sleep"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Daniel Stenberg"
}
],
"descriptions": [
{
"lang": "en",
"value": "1. A cookie is set using the `secure` keyword for `https://target` \n 2. curl is redirected to or otherwise made to speak with `http://target` (same \n hostname, but using clear text HTTP) using the same cookie set \n 3. The same cookie name is set - but with just a slash as path (`path=\\\"/\\\",`).\n Since this site is not secure, the cookie *should* just be ignored.\n4. A bug in the path comparison logic makes curl read outside a heap buffer\n boundary\n\nThe bug either causes a crash or it potentially makes the comparison come to\nthe wrong conclusion and lets the clear-text site override the contents of the\nsecure cookie, contrary to expectations and depending on the memory contents\nimmediately following the single-byte allocation that holds the path.\n\nThe presumed and correct behavior would be to plainly ignore the second set of\nthe cookie since it was already set as secure on a secure host so overriding\nit on an insecure host should not be okay."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-125 Out-of-bounds Read",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-08T09:51:46.552Z",
"orgId": "2499f714-1537-4658-8207-48ae4bb9eae9",
"shortName": "curl"
},
"references": [
{
"name": "json",
"url": "https://curl.se/docs/CVE-2025-9086.json"
},
{
"name": "www",
"url": "https://curl.se/docs/CVE-2025-9086.html"
},
{
"name": "issue",
"url": "https://hackerone.com/reports/3294999"
}
],
"title": "Out of bounds read for cookie path"
}
},
"cveMetadata": {
"assignerOrgId": "2499f714-1537-4658-8207-48ae4bb9eae9",
"assignerShortName": "curl",
"cveId": "CVE-2025-9086",
"datePublished": "2025-09-12T05:10:03.815Z",
"dateReserved": "2025-08-16T05:40:23.800Z",
"dateUpdated": "2026-01-08T09:51:46.552Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-9086",
"date": "2026-05-30",
"epss": "0.00102",
"percentile": "0.27657"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-9086\",\"sourceIdentifier\":\"2499f714-1537-4658-8207-48ae4bb9eae9\",\"published\":\"2025-09-12T06:15:44.100\",\"lastModified\":\"2026-01-20T14:58:01.347\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"1. A cookie is set using the `secure` keyword for `https://target` \\n 2. curl is redirected to or otherwise made to speak with `http://target` (same \\n hostname, but using clear text HTTP) using the same cookie set \\n 3. The same cookie name is set - but with just a slash as path (`path=\\\\\\\"/\\\\\\\",`).\\n Since this site is not secure, the cookie *should* just be ignored.\\n4. A bug in the path comparison logic makes curl read outside a heap buffer\\n boundary\\n\\nThe bug either causes a crash or it potentially makes the comparison come to\\nthe wrong conclusion and lets the clear-text site override the contents of the\\nsecure cookie, contrary to expectations and depending on the memory contents\\nimmediately following the single-byte allocation that holds the path.\\n\\nThe presumed and correct behavior would be to plainly ignore the second set of\\nthe cookie since it was already set as secure on a secure host so overriding\\nit on an insecure host should not be okay.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:haxx:curl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.13.0\",\"versionEndExcluding\":\"8.16.0\",\"matchCriteriaId\":\"4979D5F1-8D49-4EC0-AC6B-230636A10C34\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://curl.se/docs/CVE-2025-9086.html\",\"source\":\"2499f714-1537-4658-8207-48ae4bb9eae9\",\"tags\":[\"Vendor Advisory\",\"Patch\"]},{\"url\":\"https://curl.se/docs/CVE-2025-9086.json\",\"source\":\"2499f714-1537-4658-8207-48ae4bb9eae9\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://hackerone.com/reports/3294999\",\"source\":\"2499f714-1537-4658-8207-48ae4bb9eae9\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/09/10/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\",\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2026/01/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/09/10/1\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2026/01/msg00002.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-01-05T02:47:38.406Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-9086\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-09-12T17:15:47.921625Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-09-12T17:16:09.204Z\"}}], \"cna\": {\"title\": \"Out of bounds read for cookie path\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Google Big Sleep\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Daniel Stenberg\"}], \"affected\": [{\"vendor\": \"curl\", \"product\": \"curl\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.15.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"8.15.0\"}, {\"status\": \"affected\", \"version\": \"8.14.1\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"8.14.1\"}, {\"status\": \"affected\", \"version\": \"8.14.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"8.14.0\"}, {\"status\": \"affected\", \"version\": \"8.13.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"8.13.0\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://curl.se/docs/CVE-2025-9086.json\", \"name\": \"json\"}, {\"url\": \"https://curl.se/docs/CVE-2025-9086.html\", \"name\": \"www\"}, {\"url\": \"https://hackerone.com/reports/3294999\", \"name\": \"issue\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"1. A cookie is set using the `secure` keyword for `https://target` \\n 2. curl is redirected to or otherwise made to speak with `http://target` (same \\n hostname, but using clear text HTTP) using the same cookie set \\n 3. The same cookie name is set - but with just a slash as path (`path=\\\\\\\"/\\\\\\\",`).\\n Since this site is not secure, the cookie *should* just be ignored.\\n4. A bug in the path comparison logic makes curl read outside a heap buffer\\n boundary\\n\\nThe bug either causes a crash or it potentially makes the comparison come to\\nthe wrong conclusion and lets the clear-text site override the contents of the\\nsecure cookie, contrary to expectations and depending on the memory contents\\nimmediately following the single-byte allocation that holds the path.\\n\\nThe presumed and correct behavior would be to plainly ignore the second set of\\nthe cookie since it was already set as secure on a secure host so overriding\\nit on an insecure host should not be okay.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-125 Out-of-bounds Read\"}]}], \"providerMetadata\": {\"orgId\": \"2499f714-1537-4658-8207-48ae4bb9eae9\", \"shortName\": \"curl\", \"dateUpdated\": \"2026-01-08T09:51:46.552Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-9086\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-08T09:51:46.552Z\", \"dateReserved\": \"2025-08-16T05:40:23.800Z\", \"assignerOrgId\": \"2499f714-1537-4658-8207-48ae4bb9eae9\", \"datePublished\": \"2025-09-12T05:10:03.815Z\", \"assignerShortName\": \"curl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:4943
Vulnerability from csaf_redhat - Published: 2026-03-18 16:24 - Updated: 2026-05-30 20:56An out of bounds read flaw has been discovered in the curl project. Under specific conditions the path comparison logic makes curl read outside a heap buffer boundary. This bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in the GnuTLS library, specifically in the gnutls_pkcs11_token_init() function that handles PKCS#11 token initialization. When a token label longer than expected is processed, the function writes past the end of a fixed-size stack buffer. This programming error can cause the application using GnuTLS to crash or, in certain conditions, be exploited for code execution. As a result, systems or applications relying on GnuTLS may be vulnerable to a denial of service or local privilege escalation attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. When an application processes a maliciously crafted PKCS#12 file, an attacker can exploit a stack buffer overflow or a NULL pointer dereference. This can lead to a denial of service (DoS) by crashing the application, and in some cases, may enable arbitrary code execution. The vulnerability arises from the lack of validation for PBKDF2 salt and keylength parameters within the PKCS#12 file.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in cpython. This vulnerability allows impacted availability via a quadratic algorithm in `xml.dom.minidom` methods, such as `appendChild()`, when building excessively nested documents due to a dependency on `_clear_id_cache()`
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in the http.client module in the Python standard library. When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This issue allows a malicious server to cause the client to read large amounts of data into memory, potentially causing memory allocations errors, swapping, out-of-memory conditions or even system freezes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Workaround
|
A flaw was found in util-linux. This vulnerability allows a heap buffer overread when processing 256-byte usernames, specifically within the `setpwnam()` function, affecting SUID (Set User ID) login-utils utilities writing to the password database.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
|
A flaw was found in glibc. When the wordexp function is called with the flags WRDE_REUSE and WRDE_APPEND, it may return uninitialized memory. If the caller inspects the we_wordv array or calls the wordfree function to free the allocated memory, the process will abort, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the imaplib module in the Python standard library. The imaplib module does not reject control characters, such as newlines, in user-controlled input passed to IMAP commands. This issue allows an attacker to inject additional commands to be executed in the IMAP server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the poplib module in the Python standard library. The poplib module does not reject control characters, such as newlines, in user-controlled input passed to POP3 commands. This issue allows an attacker to inject additional commands to be executed in the POP3 server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in openssl. A remote attacker could trigger a NULL pointer dereference by sending an unknown or unsupported cipher ID during the client hello callback in applications using the QUIC (Quick UDP Internet Connections) protocol. This vulnerability, occurring when the SSL_CIPHER_find() function is called in this specific context, leads to an abnormal termination of the running process, causing a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in openssl. When a user signs or verifies files larger than 16MB using the `openssl dgst` command with one-shot algorithms, the tool silently truncates the input to 16MB. This creates an integrity gap, allowing trailing data beyond the initial 16MB to be modified without detection because it remains unauthenticated. This vulnerability primarily impacts workflows that both sign and verify files using the affected `openssl dgst` command.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. A remote attacker can exploit this vulnerability by sending a specially crafted CompressedCertificate message during the TLS 1.3 handshake. This can cause excessive per-connection memory allocations, leading to resource exhaustion and a Denial of Service (DoS) for affected clients and servers. This issue occurs when TLS 1.3 certificate compression is enabled and negotiated.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. This vulnerability involves an out-of-bounds write in the line-buffering BIO filter, which can lead to memory corruption. While exploitation is unlikely to be under direct attacker control, a successful attack could cause an application to crash, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. When applications directly call the low-level CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions with non-block-aligned lengths in a single call on hardware-accelerated builds, the trailing 1-15 bytes of a message may be exposed in cleartext. These exposed bytes are not covered by the authentication tag, allowing an attacker to read or tamper with them without detection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. When processing a specially crafted PKCS#12 (Personal Information Exchange Syntax Standard) file, a remote attacker can exploit an out-of-bounds write vulnerability. This issue, occurring within the OPENSSL_uni2utf8() function, leads to memory corruption by writing data beyond its allocated buffer. Successful exploitation could result in a denial of service or potentially allow for arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. A type confusion vulnerability exists in the TimeStamp Response verification code, where an ASN1_TYPE union member is accessed without proper type validation. A remote attacker can exploit this by providing a malformed TimeStamp Response to an application that verifies timestamp responses. This can lead to an invalid or NULL pointer dereference, resulting in a Denial of Service (DoS) due to an application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. This vulnerability allows a remote attacker to trigger a Denial of Service (DoS) by providing a specially crafted, malformed PKCS#12 file to an application that processes it. The flaw occurs due to a NULL pointer dereference in the PKCS12_item_decrypt_d2i_ex() function when handling the malformed file, leading to an application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in the glibc library. Passing an excessively large alignment value to the memalign suite of functions, such as memalign, posix_memalign, aligned_alloc, valloc and pvalloc, an integer overflow can occur during internal size calculations due to improper overflow checks, causing an allocation of a small chunk of memory which is subsequently used for writing. This issue can result in an application crash or heap memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
Missing newline filtering has been discovered in Python. User-controlled header names and values containing newlines can allow injecting HTTP headers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glibc, the GNU C Library. When an application calls the `getnetbyaddr` or `getnetbyaddr_r` functions to resolve a network address, and the system's `nsswitch.conf` file is configured to use a DNS (Domain Name System) backend for network lookups, a query for a zero-valued network can lead to the disclosure of stack memory contents. This information is leaked to the configured DNS resolver, potentially allowing an attacker who controls the resolver to gain sensitive data from the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the email module in the Python standard library. When serializing an email message, the BytesGenerator class fails to properly quote newline characters for email headers. This issue is exploitable when the LiteralHeader class is used as it does not respect email folding rules, allowing an attacker to inject email headers and potentially modify message recipients or the email body, and spoof sender information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in NGINX. When NGINX is configured to proxy to upstream Transport Layer Security (TLS) servers, An attacker with a man-in-the-middle (MITM) position on the upstream server side—along with conditions beyond the attacker's control—may be able to inject plain text data into the response from an upstream proxied server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Workaround
|
A type validation flaw has been discovered in postgresql. Improper validation of the type "oidvector" in PostgreSQL allows a database user to disclose a few bytes of server memory. It is possible that this may expose confidential information but it is unlikely.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A type validation flaw has been discovered in PostgreSQL. Missing validation of type of input in PostgreSQL intarray extension selectivity estimator function allows an object creator to execute arbitrary code as the operating system user running the database.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A heap based buffer overflow flaw has been discovered in PostgreSQL. This Heap buffer overflow is in the `pgcrypto` component and allows a ciphertext provider to execute arbitrary code as the operating system user running the database.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
Missing validation of multibyte character length in PostgreSQL text manipulation allows a database user to issue crafted queries that achieve a buffer overrun. That suffices to execute arbitrary code as the operating system user running the database.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. This type confusion vulnerability allows a remote attacker to cause a Denial of Service (DoS) by tricking a user or application into processing a maliciously crafted PKCS#12 (Personal Information Exchange Syntax Standard) file. The vulnerability leads to an invalid or NULL pointer dereference, resulting in an application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. This type confusion vulnerability allows a remote attacker to cause a denial of service (DoS) by providing specially crafted PKCS#7 data to an application that performs signature verification. The vulnerability occurs because the application accesses an ASN1_TYPE union member without proper type validation, leading to an invalid or NULL pointer dereference and a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
Workaround
|
A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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": "The latest release of Red Hat Update Infrastructure. For more details, see the product documentation.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Update Infrastructure (RHUI) container images are based on the latest RHUI RPM packages and the ubi9 or ubi9-init base images.\nThis release updates to the latest version.",
"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:4943",
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "external",
"summary": "https://access.redhat.com/products/red-hat-update-infrastructure",
"url": "https://access.redhat.com/products/red-hat-update-infrastructure"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-11187",
"url": "https://access.redhat.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12084",
"url": "https://access.redhat.com/security/cve/CVE-2025-12084"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13836",
"url": "https://access.redhat.com/security/cve/CVE-2025-13836"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14104",
"url": "https://access.redhat.com/security/cve/CVE-2025-14104"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14831",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15281",
"url": "https://access.redhat.com/security/cve/CVE-2025-15281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15366",
"url": "https://access.redhat.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15367",
"url": "https://access.redhat.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15467",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15468",
"url": "https://access.redhat.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15469",
"url": "https://access.redhat.com/security/cve/CVE-2025-15469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66199",
"url": "https://access.redhat.com/security/cve/CVE-2025-66199"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68160",
"url": "https://access.redhat.com/security/cve/CVE-2025-68160"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69418",
"url": "https://access.redhat.com/security/cve/CVE-2025-69418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69419",
"url": "https://access.redhat.com/security/cve/CVE-2025-69419"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69420",
"url": "https://access.redhat.com/security/cve/CVE-2025-69420"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69421",
"url": "https://access.redhat.com/security/cve/CVE-2025-69421"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9086",
"url": "https://access.redhat.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9820",
"url": "https://access.redhat.com/security/cve/CVE-2025-9820"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0861",
"url": "https://access.redhat.com/security/cve/CVE-2026-0861"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0865",
"url": "https://access.redhat.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0915",
"url": "https://access.redhat.com/security/cve/CVE-2026-0915"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1299",
"url": "https://access.redhat.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1642",
"url": "https://access.redhat.com/security/cve/CVE-2026-1642"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2003",
"url": "https://access.redhat.com/security/cve/CVE-2026-2003"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2004",
"url": "https://access.redhat.com/security/cve/CVE-2026-2004"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2005",
"url": "https://access.redhat.com/security/cve/CVE-2026-2005"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2006",
"url": "https://access.redhat.com/security/cve/CVE-2026-2006"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22795",
"url": "https://access.redhat.com/security/cve/CVE-2026-22795"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22796",
"url": "https://access.redhat.com/security/cve/CVE-2026-22796"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23490",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_update_infrastructure/5",
"url": "https://docs.redhat.com/en/documentation/red_hat_update_infrastructure/5"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4943.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Update Infrastructure 5.1 security update",
"tracking": {
"current_release_date": "2026-05-30T20:56:13+00:00",
"generator": {
"date": "2026-05-30T20:56:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:4943",
"initial_release_date": "2026-03-18T16:24:32+00:00",
"revision_history": [
{
"date": "2026-03-18T16:24:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-18T16:24:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T20:56:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Update Infrastructure 5",
"product": {
"name": "Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhui:5::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Update Infrastructure"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"product": {
"name": "registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"product_id": "registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cds-rhel9@sha256%3A200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524?arch=amd64\u0026repository_url=registry.redhat.io/rhui5\u0026tag=1773670073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"product": {
"name": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"product_id": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/haproxy-rhel9@sha256%3Ad98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3?arch=amd64\u0026repository_url=registry.redhat.io/rhui5\u0026tag=1773672059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"product": {
"name": "registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"product_id": "registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/installer-rhel9@sha256%3A2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f?arch=amd64\u0026repository_url=registry.redhat.io/rhui5\u0026tag=1773668803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64",
"product": {
"name": "registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64",
"product_id": "registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhua-rhel9@sha256%3A5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778?arch=amd64\u0026repository_url=registry.redhat.io/rhui5\u0026tag=1773670137"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64"
},
"product_reference": "registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64"
},
"product_reference": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
},
"product_reference": "registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
},
"product_reference": "registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9086",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-12T06:01:02.244669+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394750"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read flaw has been discovered in the curl project. Under specific conditions the path comparison logic makes curl read outside a heap buffer boundary. This bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: libcurl: Curl out of bounds read for cookie path",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "RHBZ#2394750",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394750"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9086",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9086"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-9086.html",
"url": "https://curl.se/docs/CVE-2025-9086.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-9086.json",
"url": "https://curl.se/docs/CVE-2025-9086.json"
},
{
"category": "external",
"summary": "https://github.com/curl/curl/commit/c6ae07c6a541e0e96d0040afb6",
"url": "https://github.com/curl/curl/commit/c6ae07c6a541e0e96d0040afb6"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3294999",
"url": "https://hackerone.com/reports/3294999"
}
],
"release_date": "2025-09-12T05:10:03.815000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: libcurl: Curl out of bounds read for cookie path"
},
{
"cve": "CVE-2025-9820",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2025-09-02T10:00:18.839000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the GnuTLS library, specifically in the gnutls_pkcs11_token_init() function that handles PKCS#11 token initialization. When a token label longer than expected is processed, the function writes past the end of a fixed-size stack buffer. This programming error can cause the application using GnuTLS to crash or, in certain conditions, be exploited for code execution. As a result, systems or applications relying on GnuTLS may be vulnerable to a denial of service or local privilege escalation attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: Stack-based Buffer Overflow in gnutls_pkcs11_token_init() Function",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Low, since exploitation requires local access or a malicious PKCS#11 token. While the impact is limited to denial of service or potential code execution in constrained scenarios, the vulnerability stems from a lack of proper bounds checking during token label handling in GnuTLS. Users should treat this as a security concern in environments where untrusted tokens may be introduced.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9820"
},
{
"category": "external",
"summary": "RHBZ#2392528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9820"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/gnutls/-/commit/1d56f96f6ab5034d677136b9d50b5a75dff0faf5",
"url": "https://gitlab.com/gnutls/gnutls/-/commit/1d56f96f6ab5034d677136b9d50b5a75dff0faf5"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/gnutls/-/issues/1732",
"url": "https://gitlab.com/gnutls/gnutls/-/issues/1732"
},
{
"category": "external",
"summary": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2025-11-18",
"url": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2025-11-18"
}
],
"release_date": "2025-11-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability. Applying the upstream patch or vendor-supplied security update is the recommended resolution.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "gnutls: Stack-based Buffer Overflow in gnutls_pkcs11_token_init() Function"
},
{
"cve": "CVE-2025-11187",
"cwe": {
"id": "CWE-233",
"name": "Improper Handling of Parameters"
},
"discovery_date": "2026-01-16T14:21:50.559000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430375"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When an application processes a maliciously crafted PKCS#12 file, an attacker can exploit a stack buffer overflow or a NULL pointer dereference. This can lead to a denial of service (DoS) by crashing the application, and in some cases, may enable arbitrary code execution. The vulnerability arises from the lack of validation for PBKDF2 salt and keylength parameters within the PKCS#12 file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Arbitrary code execution or denial of service through crafted PKCS#12 file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. It affects OpenSSL versions 3.6, 3.5, and 3.4, where improper validation of PBMAC1 parameters in PKCS#12 MAC verification can lead to a stack buffer overflow or NULL pointer dereference. Exploitation requires an application to process a maliciously crafted PKCS#12 file, which is uncommon as these files are typically trusted. OpenSSL versions 3.3, 3.0, 1.1.1, and 1.0.2 are not affected as they do not support PBMAC1 in PKCS#12.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "RHBZ#2430375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430375"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-11187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11187"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted PKCS#12 files. Applications should only handle PKCS#12 files from trusted sources, as these files are typically used for storing private keys and are expected to be secure.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: OpenSSL: Arbitrary code execution or denial of service through crafted PKCS#12 file"
},
{
"cve": "CVE-2025-12084",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-03T19:01:03.489250+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418655"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cpython. This vulnerability allows impacted availability via a quadratic algorithm in `xml.dom.minidom` methods, such as `appendChild()`, when building excessively nested documents due to a dependency on `_clear_id_cache()`",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: cpython: Quadratic algorithm in xml.dom.minidom leads to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products as it can lead to a denial of service. The flaw exists in the `xml.dom.minidom` module of cpython, where a quadratic algorithm in methods like `appendChild()` can be triggered when processing excessively nested XML documents. When successfully exploited this may impact the availability of applications utilizing this functionality across affected Red Hat products.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12084"
},
{
"category": "external",
"summary": "RHBZ#2418655",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418655"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12084",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12084"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/142145",
"url": "https://github.com/python/cpython/issues/142145"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/142146",
"url": "https://github.com/python/cpython/pull/142146"
}
],
"release_date": "2025-12-03T18:55:32.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: cpython: Quadratic algorithm in xml.dom.minidom leads to denial of service"
},
{
"cve": "CVE-2025-13836",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-01T19:01:03.091899+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418078"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the http.client module in the Python standard library. When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This issue allows a malicious server to cause the client to read large amounts of data into memory, potentially causing memory allocations errors, swapping, out-of-memory conditions or even system freezes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Excessive read buffering DoS in http.client",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only be exploited by Python applications using the http.client.HTTPResponse.read function without the amount parameter, which specifies the read size in bytes. Note that Python libraries may use this function internally and make applications vulnerable. Additionally, vulnerable Python applications must connect to a malicious or compromised server that replies with a very large or crafted Content-Length header to trigger this issue, limiting the exposure of this vulnerability.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13836"
},
{
"category": "external",
"summary": "RHBZ#2418078",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418078"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13836",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13836"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/119451",
"url": "https://github.com/python/cpython/issues/119451"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/119454",
"url": "https://github.com/python/cpython/pull/119454"
}
],
"release_date": "2025-12-01T18:02:38.483000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "Since this vulnerability is triggered when no read amount is specified and the client defaults to using the potentially malicious Content-Length header, developers can mitigate this issue in their code by always imposing an explicit, safe limit on data reads.\n\nApplications using the http.client.HTTPResponse.read function directly can ensure that read operations specify a byte limit:\n\n~~~\n...\nmax_safe_read = 10 * 1024 * 1024\ndata = response.read(max_safe_read)\n...\n~~~",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Excessive read buffering DoS in http.client"
},
{
"cve": "CVE-2025-14104",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-05T14:16:36.004000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419369"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in util-linux. This vulnerability allows a heap buffer overread when processing 256-byte usernames, specifically within the `setpwnam()` function, affecting SUID (Set User ID) login-utils utilities writing to the password database.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "util-linux: util-linux: Heap buffer overread in setpwnam() when processing 256-byte usernames",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14104"
},
{
"category": "external",
"summary": "RHBZ#2419369",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419369"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14104"
}
],
"release_date": "2025-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "util-linux: util-linux: Heap buffer overread in setpwnam() when processing 256-byte usernames"
},
{
"cve": "CVE-2025-14831",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-12-17T14:48:30.222000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423177"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. GnuTLS is susceptible to a denial of service attack due to excessive CPU and memory consumption. This occurs when processing specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs) during certificate verification.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "RHBZ#2423177",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423177"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/gnutls/-/issues/1773",
"url": "https://gitlab.com/gnutls/gnutls/-/issues/1773"
}
],
"release_date": "2026-02-09T14:26:34.939000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
}
],
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification"
},
{
"cve": "CVE-2025-15281",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2026-01-20T14:01:12.320264+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431196"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc. When the wordexp function is called with the flags WRDE_REUSE and WRDE_APPEND, it may return uninitialized memory. If the caller inspects the we_wordv array or calls the wordfree function to free the allocated memory, the process will abort, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: wordexp with WRDE_REUSE and WRDE_APPEND may return uninitialized memory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to find an application linked to the glibc library that is using the wordexp function with the flags WRDE_REUSE and WRDE_APPEND. Also, calls to wordexp using both flags never worked correctly and thus the existence of applications that make use of this feature is unlikely. There is no known application vulnerable to this issue.\n\nFurthermore, this flaw will result in a denial of service with no other security impact.\n\nDue to these reasons, this vulnerability has been rated with a low severity.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15281"
},
{
"category": "external",
"summary": "RHBZ#2431196",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431196"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15281"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33814",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33814"
}
],
"release_date": "2026-01-20T13:22:46.495000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "To mitigate this issue, consider refactoring the use of the wordexp function to not use the WRDE_REUSE and WRDE_APPEND flags together.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "glibc: wordexp with WRDE_REUSE and WRDE_APPEND may return uninitialized memory"
},
{
"cve": "CVE-2025-15366",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2026-01-20T22:01:33.257688+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431368"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the imaplib module in the Python standard library. The imaplib module does not reject control characters, such as newlines, in user-controlled input passed to IMAP commands. This issue allows an attacker to inject additional commands to be executed in the IMAP server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: IMAP command injection in user-controlled commands",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to have the privileges required to send malicious input to an application that sends IMAP commands to a server. Additionally, this flaw can allow attackers to manipulate the state of the mailbox (e.g., delete emails, move folders, flag messages) and to potentially read metadata or specific email content, but it does not allow arbitrary code execution or OS command injection. Due to these reasons, this issue has been rated with a moderate severity.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "RHBZ#2431368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431368"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15366"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15366",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15366"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143921",
"url": "https://github.com/python/cpython/issues/143921"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143922",
"url": "https://github.com/python/cpython/pull/143922"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/DD7C7JZJYTBXMDOWKCEIEBJLBRU64OMR/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DD7C7JZJYTBXMDOWKCEIEBJLBRU64OMR/"
}
],
"release_date": "2026-01-20T21:40:24.938000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that no data passed to the imaplib module contains newline or carriage return characters.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: IMAP command injection in user-controlled commands"
},
{
"cve": "CVE-2025-15367",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2026-01-20T22:02:09.399038+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431373"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the poplib module in the Python standard library. The poplib module does not reject control characters, such as newlines, in user-controlled input passed to POP3 commands. This issue allows an attacker to inject additional commands to be executed in the POP3 server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: POP3 command injection in user-controlled commands",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to have the privileges required to send malicious input to an application that sends POP3 commands to a server. Additionally, this flaw can allow attackers to manipulate the state of the mailbox (e.g., delete emails) and to potentially read metadata or specific email content, but it does not allow arbitrary code execution or OS command injection. Due to these reasons, this issue has been rated with a moderate severity.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "RHBZ#2431373",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431373"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15367"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15367",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15367"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143923",
"url": "https://github.com/python/cpython/issues/143923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143924",
"url": "https://github.com/python/cpython/pull/143924"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/CBFBOWVGGUJFSGITQCCBZS4GEYYZ7ZNE/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/CBFBOWVGGUJFSGITQCCBZS4GEYYZ7ZNE/"
}
],
"release_date": "2026-01-20T21:47:09.885000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that no data passed to the poplib module contains newline or carriage return characters.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: POP3 command injection in user-controlled commands"
},
{
"cve": "CVE-2025-15467",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-01-16T14:21:50.710000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. On Red Hat Enterprise Linux, OpenSSL is built with stack protections enabled which mitigate the risk of code execution though a denial-of-service condition remains possible. This vulnerability only affects applications and services that parse untrusted CMS or PKCS#7 content using AEAD ciphers, such as Kerberos using the PKINIT plugin. OpenSSL versions 1.1.1 and 1.0.2 are not affected by this issue.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "RHBZ#2430376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467"
}
],
"release_date": "2026-01-27T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing"
},
{
"cve": "CVE-2025-15468",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-01-16T14:21:51.062000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430377"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. A remote attacker could trigger a NULL pointer dereference by sending an unknown or unsupported cipher ID during the client hello callback in applications using the QUIC (Quick UDP Internet Connections) protocol. This vulnerability, occurring when the SSL_CIPHER_find() function is called in this specific context, leads to an abnormal termination of the running process, causing a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service via NULL pointer dereference in QUIC protocol handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The NULL pointer dereference in the `SSL_CIPHER_find()` function, affecting OpenSSL versions 3.3, 3.4, 3.5, and 3.6, occurs only when applications utilizing the QUIC protocol uncommonly invoke this function from the `client_hello_cb` callback with an unknown cipher ID. This specific usage pattern and the resulting Denial of Service limit the overall impact in the Red Hat context.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "RHBZ#2430377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15468",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15468"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service via NULL pointer dereference in QUIC protocol handling"
},
{
"cve": "CVE-2025-15469",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-01-16T14:21:51.411000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430378"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. When a user signs or verifies files larger than 16MB using the `openssl dgst` command with one-shot algorithms, the tool silently truncates the input to 16MB. This creates an integrity gap, allowing trailing data beyond the initial 16MB to be modified without detection because it remains unauthenticated. This vulnerability primarily impacts workflows that both sign and verify files using the affected `openssl dgst` command.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Data integrity bypass in `openssl dgst` command due to silent truncation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw affects the `openssl dgst` command-line tool when used with one-shot algorithms (such as Ed25519, Ed448, or ML-DSA) on files larger than 16MB. Impact is limited as it requires both signing and verification to be performed using the affected command, and verifiers using library APIs are not impacted.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15469"
},
{
"category": "external",
"summary": "RHBZ#2430378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430378"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15469"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid using the `openssl dgst` command with one-shot algorithms (such as Ed25519, Ed448, or ML-DSA) for files larger than 16MB. Instead, utilize streaming digest algorithms with `openssl dgst` or use library APIs for signing and verification, as these are not affected by the truncation vulnerability. Users should ensure that input files for one-shot signing/verification with `openssl dgst` do not exceed 16MB.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Data integrity bypass in `openssl dgst` command due to silent truncation"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-66199",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T14:21:51.739000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430379"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker can exploit this vulnerability by sending a specially crafted CompressedCertificate message during the TLS 1.3 handshake. This can cause excessive per-connection memory allocations, leading to resource exhaustion and a Denial of Service (DoS) for affected clients and servers. This issue occurs when TLS 1.3 certificate compression is enabled and negotiated.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service due to excessive memory allocation in TLS 1.3 certificate compression",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. The flaw in OpenSSL 3.3, 3.4, 3.5, and 3.6 allows an attacker to cause excessive memory allocation during TLS 1.3 handshake with certificate compression, potentially leading to a Denial of Service. This affects both clients and servers in mutual TLS scenarios where certificate compression is negotiated. Servers not requesting client certificates are not vulnerable to client-initiated attacks.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66199"
},
{
"category": "external",
"summary": "RHBZ#2430379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66199",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66199"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the reception of compressed certificates by setting the SSL_OP_NO_RX_CERTIFICATE_COMPRESSION option in OpenSSL configurations. This will prevent the vulnerable code path from being exercised.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service due to excessive memory allocation in TLS 1.3 certificate compression"
},
{
"cve": "CVE-2025-68160",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-01-16T14:21:52.088000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430380"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This vulnerability involves an out-of-bounds write in the line-buffering BIO filter, which can lead to memory corruption. While exploitation is unlikely to be under direct attacker control, a successful attack could cause an application to crash, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service due to out-of-bounds write in BIO filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The `BIO_f_linebuffer` filter, where this heap out-of-bounds write occurs, is not used by default in TLS/SSL data paths within Red Hat products. Exploitation requires third-party applications to explicitly use this filter with a BIO chain that can short-write and process large, newline-free data influenced by an attacker, which is an unlikely scenario under attacker control. Red Hat FIPS modules are not affected by this issue.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68160"
},
{
"category": "external",
"summary": "RHBZ#2430380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430380"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68160",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68160"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service due to out-of-bounds write in BIO filter"
},
{
"cve": "CVE-2025-69418",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-01-16T14:21:52.438000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430381"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When applications directly call the low-level CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions with non-block-aligned lengths in a single call on hardware-accelerated builds, the trailing 1-15 bytes of a message may be exposed in cleartext. These exposed bytes are not covered by the authentication tag, allowing an attacker to read or tamper with them without detection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Information disclosure and data tampering via specific low-level OCB encryption/decryption calls",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. In the Red Hat context, impact is limited because typical OpenSSL consumers using higher-level EVP APIs are not affected. The flaw only manifests when applications directly call low-level CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions with non-block-aligned lengths in hardware-accelerated builds. Additionally, TLS does not use OCB ciphersuites, and FIPS modules are not affected.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69418"
},
{
"category": "external",
"summary": "RHBZ#2430381",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430381"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69418"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Information disclosure and data tampering via specific low-level OCB encryption/decryption calls"
},
{
"cve": "CVE-2025-69419",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-01-16T14:21:52.793000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When processing a specially crafted PKCS#12 (Personal Information Exchange Syntax Standard) file, a remote attacker can exploit an out-of-bounds write vulnerability. This issue, occurring within the OPENSSL_uni2utf8() function, leads to memory corruption by writing data beyond its allocated buffer. Successful exploitation could result in a denial of service or potentially allow for arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Arbitrary code execution due to out-of-bounds write in PKCS#12 processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. An out-of-bounds write in OpenSSL\u0027s PKCS12_get_friendlyname() function can lead to denial of service or arbitrary code execution. Exploitation requires an application to parse a specially crafted malicious PKCS#12 file. Red Hat FIPS modules are not affected as the PKCS#12 implementation is outside the FIPS module boundary.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69419"
},
{
"category": "external",
"summary": "RHBZ#2430386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69419",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69419"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, Red Hat recommends avoiding the processing of PKCS#12 files from untrusted or unverified sources. Applications that use the `PKCS12_get_friendlyname()` API should ensure that PKCS#12 files are only processed if they originate from trusted entities. Restricting the input sources for PKCS#12 files can significantly reduce the attack surface for this flaw.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: OpenSSL: Arbitrary code execution due to out-of-bounds write in PKCS#12 processing"
},
{
"cve": "CVE-2025-69420",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-01-16T14:21:53.497000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A type confusion vulnerability exists in the TimeStamp Response verification code, where an ASN1_TYPE union member is accessed without proper type validation. A remote attacker can exploit this by providing a malformed TimeStamp Response to an application that verifies timestamp responses. This can lead to an invalid or NULL pointer dereference, resulting in a Denial of Service (DoS) due to an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service via malformed TimeStamp Response",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. A type confusion flaw in the TimeStamp Response verification code can lead to a Denial of Service when processing a specially crafted TimeStamp Response. Exploitation requires an application to call `TS_RESP_verify_response()` with a malformed response, and the TimeStamp protocol (RFC 3161) is not widely used. Red Hat FIPS modules are not affected as the TimeStamp Response implementation is outside the FIPS module boundary.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69420"
},
{
"category": "external",
"summary": "RHBZ#2430388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69420",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69420"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service via malformed TimeStamp Response"
},
{
"cve": "CVE-2025-69421",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-01-16T14:21:53.845000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430387"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This vulnerability allows a remote attacker to trigger a Denial of Service (DoS) by providing a specially crafted, malformed PKCS#12 file to an application that processes it. The flaw occurs due to a NULL pointer dereference in the PKCS12_item_decrypt_d2i_ex() function when handling the malformed file, leading to an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service via malformed PKCS#12 file processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat because it requires an application to process a specially crafted, malformed PKCS#12 file, leading to a Denial of Service. The vulnerability is limited to a crash and cannot be escalated to achieve code execution or memory disclosure. Red Hat FIPS modules are not affected as the PKCS#12 implementation is outside the OpenSSL FIPS module boundary.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69421"
},
{
"category": "external",
"summary": "RHBZ#2430387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430387"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69421",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69421"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service via malformed PKCS#12 file processing"
},
{
"cve": "CVE-2026-0861",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-01-14T22:01:10.975595+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2429771"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the glibc library. Passing an excessively large alignment value to the memalign suite of functions, such as memalign, posix_memalign, aligned_alloc, valloc and pvalloc, an integer overflow can occur during internal size calculations due to improper overflow checks, causing an allocation of a small chunk of memory which is subsequently used for writing. This issue can result in an application crash or heap memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: Integer overflow in memalign leads to heap corruption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to find an application linked to the glibc library that is using one of the vulnerable functions (memalign, posix_memalign, aligned_alloc, valloc or pvalloc) in a way that the alignment parameter can be user-controlled, allowing an attacker to trigger the integer overflow. However, the alignment parameter used by the functions is usually hard-coded power of two and do not allow arbitrary values, specially values supplied by a user. There is no known application vulnerable to this issue.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this vulnerability has been rated with a low severity.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0861"
},
{
"category": "external",
"summary": "RHBZ#2429771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429771"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0861",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0861"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0861",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0861"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33796",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33796"
}
],
"release_date": "2026-01-14T21:01:11.037000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "Applications calling one of the vulnerable functions and allowing the alignment parameter to be set by user-controlled input can implement additional validations checks, ensuring the alignment value is a power of two and does not exceed a sane limit, for example the system page size or a maximum of 64KB. This prevents the excessively large value required to trigger the integer overflow.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "glibc: Integer overflow in memalign leads to heap corruption"
},
{
"cve": "CVE-2026-0865",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2026-01-20T22:01:26.694713+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431367"
}
],
"notes": [
{
"category": "description",
"text": "Missing newline filtering has been discovered in Python. User-controlled header names and values containing newlines can allow injecting HTTP headers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: wsgiref.headers.Headers allows header newline injection in Python",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "RHBZ#2431367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0865"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0865",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0865"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143916",
"url": "https://github.com/python/cpython/issues/143916"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143917",
"url": "https://github.com/python/cpython/pull/143917"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/BJ6QPHNSHJTS3A7CFV6IBMCAP2DWRVNT/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/BJ6QPHNSHJTS3A7CFV6IBMCAP2DWRVNT/"
}
],
"release_date": "2026-01-20T21:26:15.274000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: wsgiref.headers.Headers allows header newline injection in Python"
},
{
"cve": "CVE-2026-0915",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2026-01-15T23:01:26.157678+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430201"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc, the GNU C Library. When an application calls the `getnetbyaddr` or `getnetbyaddr_r` functions to resolve a network address, and the system\u0027s `nsswitch.conf` file is configured to use a DNS (Domain Name System) backend for network lookups, a query for a zero-valued network can lead to the disclosure of stack memory contents. This information is leaked to the configured DNS resolver, potentially allowing an attacker who controls the resolver to gain sensitive data from the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Information disclosure via zero-valued network query",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. It allows for information disclosure of stack contents to a configured DNS resolver when an application utilizes `getnetbyaddr` or `getnetbyaddr_r` with a DNS backend specified in `nsswitch.conf` for a zero-valued network query. This affects Red Hat Enterprise Linux and OpenShift Container Platform.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0915"
},
{
"category": "external",
"summary": "RHBZ#2430201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430201"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0915"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0915",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0915"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33802",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33802"
}
],
"release_date": "2026-01-15T22:08:41.630000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Information disclosure via zero-valued network query"
},
{
"cve": "CVE-2026-1299",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-23T17:02:57.343486+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432437"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the email module in the Python standard library. When serializing an email message, the BytesGenerator class fails to properly quote newline characters for email headers. This issue is exploitable when the LiteralHeader class is used as it does not respect email folding rules, allowing an attacker to inject email headers and potentially modify message recipients or the email body, and spoof sender information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: email header injection due to unquoted newlines",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only be exploitable by Python applications using the LiteralHeader class to write email headers, as it does not respect email folding rules. Additionally, this issue allows attackers to modify message recipients or the email body and spoof sender identity but it does not cause memory corruption or arbitrary code execution. Due to these reasons, this vulnerability has been rated with a moderate severity.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "RHBZ#2432437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1299"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1299",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1299"
},
{
"category": "external",
"summary": "https://cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/052e55e7d44718fe46cbba0ca995cb8fcc359413",
"url": "https://github.com/python/cpython/commit/052e55e7d44718fe46cbba0ca995cb8fcc359413"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/144125",
"url": "https://github.com/python/cpython/issues/144125"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/144126",
"url": "https://github.com/python/cpython/pull/144126"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/6ZZULGALJTITEAGEXLDJE2C6FORDXPBT/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/6ZZULGALJTITEAGEXLDJE2C6FORDXPBT/"
}
],
"release_date": "2026-01-23T16:27:13.346000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications accepting user-supplied data for email headers should sanitize the input by stripping or rejecting any strings containing carriage return or line feed characters, \u0027\\r\u0027 or \u0027\\n\u0027, respectively, preventing malicious sequences that could lead to header manipulation.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: email header injection due to unquoted newlines"
},
{
"cve": "CVE-2026-1642",
"cwe": {
"id": "CWE-349",
"name": "Acceptance of Extraneous Untrusted Data With Trusted Data"
},
"discovery_date": "2026-02-04T16:00:52.156255+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436738"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NGINX. When NGINX is configured to proxy to upstream Transport Layer Security (TLS) servers, An attacker with a man-in-the-middle (MITM) position on the upstream server side\u2014along with conditions beyond the attacker\u0027s control\u2014may be able to inject plain text data into the response from an upstream proxied server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nginx: NGINX: Data injection via man-in-the-middle attack on TLS proxied connections",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1642"
},
{
"category": "external",
"summary": "RHBZ#2436738",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436738"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1642"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1642",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1642"
},
{
"category": "external",
"summary": "https://my.f5.com/manage/s/article/K000159824",
"url": "https://my.f5.com/manage/s/article/K000159824"
}
],
"release_date": "2026-02-04T15:02:06.154000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nginx: NGINX: Data injection via man-in-the-middle attack on TLS proxied connections"
},
{
"cve": "CVE-2026-2003",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-12T14:01:21.557882+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439322"
}
],
"notes": [
{
"category": "description",
"text": "A type validation flaw has been discovered in postgresql. Improper validation of the type \"oidvector\" in PostgreSQL allows a database user to disclose a few bytes of server memory. It is possible that this may expose confidential information but it is unlikely.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL oidvector discloses a few bytes of memory",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2003"
},
{
"category": "external",
"summary": "RHBZ#2439322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439322"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2003"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2003",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2003"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-2003/",
"url": "https://www.postgresql.org/support/security/CVE-2026-2003/"
}
],
"release_date": "2026-02-12T13:00:06.108000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql: PostgreSQL oidvector discloses a few bytes of memory"
},
{
"cve": "CVE-2026-2004",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-12T14:01:31.249026+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439325"
}
],
"notes": [
{
"category": "description",
"text": "A type validation flaw has been discovered in PostgreSQL. Missing validation of type of input in PostgreSQL intarray extension selectivity estimator function allows an object creator to execute arbitrary code as the operating system user running the database.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL intarray missing validation of type of input to selectivity estimator executes arbitrary code",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2004"
},
{
"category": "external",
"summary": "RHBZ#2439325",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439325"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2004"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2004",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2004"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-2004/",
"url": "https://www.postgresql.org/support/security/CVE-2026-2004/"
}
],
"release_date": "2026-02-12T13:00:08.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: PostgreSQL intarray missing validation of type of input to selectivity estimator executes arbitrary code"
},
{
"cve": "CVE-2026-2005",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-12T14:01:34.491431+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439326"
}
],
"notes": [
{
"category": "description",
"text": "A heap based buffer overflow flaw has been discovered in PostgreSQL. This Heap buffer overflow is in the `pgcrypto` component and allows a ciphertext provider to execute arbitrary code as the operating system user running the database.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL pgcrypto heap buffer overflow executes arbitrary code",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2005"
},
{
"category": "external",
"summary": "RHBZ#2439326",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439326"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2005"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2005",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2005"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-2005/",
"url": "https://www.postgresql.org/support/security/CVE-2026-2005/"
}
],
"release_date": "2026-02-12T13:00:09.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: PostgreSQL pgcrypto heap buffer overflow executes arbitrary code"
},
{
"cve": "CVE-2026-2006",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-02-12T14:01:27.485498+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439324"
}
],
"notes": [
{
"category": "description",
"text": "Missing validation of multibyte character length in PostgreSQL text manipulation allows a database user to issue crafted queries that achieve a buffer overrun. That suffices to execute arbitrary code as the operating system user running the database.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL missing validation of multibyte character length executes arbitrary code",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2006"
},
{
"category": "external",
"summary": "RHBZ#2439324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439324"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2006"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2006",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2006"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-2006/",
"url": "https://www.postgresql.org/support/security/CVE-2026-2006/"
}
],
"release_date": "2026-02-12T13:00:10.490000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: PostgreSQL missing validation of multibyte character length executes arbitrary code"
},
{
"cve": "CVE-2026-22795",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-01-16T14:21:53.146000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430389"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This type confusion vulnerability allows a remote attacker to cause a Denial of Service (DoS) by tricking a user or application into processing a maliciously crafted PKCS#12 (Personal Information Exchange Syntax Standard) file. The vulnerability leads to an invalid or NULL pointer dereference, resulting in an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service due to type confusion in PKCS#12 file processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. An application processing a maliciously crafted PKCS#12 file can be caused to dereference an invalid or NULL pointer, resulting in a Denial of Service. In the Red Hat context, impact is limited as PKCS#12 files are typically used for trusted private keys and are not commonly accepted from untrusted sources.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22795"
},
{
"category": "external",
"summary": "RHBZ#2430389",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430389"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22795"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service due to type confusion in PKCS#12 file processing"
},
{
"cve": "CVE-2026-22796",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-01-16T14:43:21.598000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This type confusion vulnerability allows a remote attacker to cause a denial of service (DoS) by providing specially crafted PKCS#7 data to an application that performs signature verification. The vulnerability occurs because the application accesses an ASN1_TYPE union member without proper type validation, leading to an invalid or NULL pointer dereference and a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service via type confusion in PKCS#7 signature verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. A type confusion flaw in the legacy PKCS#7 API can lead to a Denial of Service when processing specially crafted PKCS#7 data. Exploitation requires an application to perform signature verification of malformed PKCS#7 data. Red Hat products utilizing the FIPS module are not affected as the PKCS#7 parsing is outside the module boundary.",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22796"
},
{
"category": "external",
"summary": "RHBZ#2430390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22796",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22796"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service via type confusion in PKCS#7 signature verification"
},
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:24:32+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:200c27e9b396276bd505c6b41127ac5eb1d94d620172cb818ae733f2a21ac524_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:d98fd3fe5f5f9acd0efae7db19b61b864be1eb2fbe2586a1b6be2429fa2cc7a3_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:2c50c87906a1abebf427a70f401c409f1258cb55d2096f517db870ec991cfd7f_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:5f1fbf66fb349a7baf066a1216d39989c3b89f18ec5108b96d9643baf4856778_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
}
]
}
RHSA-2026:6893
Vulnerability from csaf_redhat - Published: 2026-04-07 15:43 - Updated: 2026-05-18 14:16An out of bounds read flaw has been discovered in the curl project. Under specific conditions the path comparison logic makes curl read outside a heap buffer boundary. This bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. The use of a predictable WebSocket mask pattern allows a malicious server to induce traffic that an intermediary proxy (whether configured or transparent) will misinterpret as a standard HTTP request. This confusion leads to a cache poisoning attack, where the proxy stores the server's malicious content and serves it to all users of that proxy.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
curl's code for managing SSH connections when SFTP was done using the wolfSSH powered backend was flawed and missed host verification mechanisms. As the wolfSSH backend was documented as incomplete and fail tests, it is not expected that many users execute this code in production.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. When configured to use public key pinning with QUIC connections and GnuTLS, and with standard certificate verification explicitly disabled, curl could bypass the intended public key check. This oversight allows a malicious server to impersonate a legitimate one, potentially leading to unauthorized access or information disclosure due to a failure in verifying the server's identity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. When performing multi-threaded LDAPS (Lightweight Directory Access Protocol Secure) transfers, changes to Transport Layer Security (TLS) options in one thread could inadvertently apply globally, affecting other concurrent transfers. This could lead to unintended security posture changes, such as disabling certificate verification for other threads. This vulnerability can result in a security bypass, where expected security checks are not performed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. When an OAuth2 (Open Authorization) bearer token is used for an HTTP(S) transfer, and that transfer performs a cross-protocol redirect to a different scheme like IMAP, LDAP, POP3, or SMTP, curl might incorrectly pass the bearer token to the new target host. This could lead to information disclosure, where sensitive authentication tokens are exposed to unintended recipients.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libcurl. When handling secure connections (TLS) and reusing connection settings, libcurl could incorrectly apply a cached security setting related to certificate chain validation. This could allow libcurl to accept a server's security certificate that it should have otherwise rejected, potentially compromising the integrity of the secure connection.
A flaw was found in curl. When performing SSH-based transfers using SCP or SFTP, libcurl could mistakenly connect to hosts not listed in the user-specified knownhosts file. This occurs if the host is present in the libssh global knownhosts file, effectively bypassing the intended host verification. This could allow a remote attacker to connect to an untrusted host, potentially leading to information disclosure or man-in-the-middle attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libcurl. When doing SSH-based transfers using either SCP or SFTP, and asked to do public key authentication, curl would wrongly still ask and authenticate using a locally running SSH agent.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. When an application uses libcurl to make multiple Negotiate-authenticated HTTP or HTTPS requests to the same server with different credentials, libcurl may incorrectly reuse an existing connection. This logical error can cause a subsequent request to be sent using the authentication of a previous user, leading to an authentication bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. When an OAuth2 bearer token is used for an HTTP(S) transfer that redirects to a second URL, curl could unintentionally leak the token. This occurs if the second hostname has entries in the `.netrc` file, allowing the bearer token intended for the first host to be sent to the redirected host. This information disclosure could allow an attacker to gain unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. This vulnerability allows curl to wrongly reuse an existing HTTP proxy connection when performing a CONNECT request to a server, even if the new request uses different authentication credentials for the HTTP proxy. This improper connection reuse could lead to an attacker gaining unauthorized access to resources or information intended for a different user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in curl. When handling a second Server Message Block (SMB) request to the same host, curl incorrectly accesses memory that has already been freed. This memory corruption vulnerability, known as a use-after-free, could allow a remote attacker to potentially execute arbitrary code or cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:curl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:curl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\ncurl:\n * curl-8.19.0-3.hum1 (aarch64, x86_64)\n * libcurl-8.19.0-3.hum1 (aarch64, x86_64)\n * libcurl-devel-8.19.0-3.hum1 (aarch64, x86_64)\n * libcurl-minimal-8.19.0-3.hum1 (aarch64, x86_64)\n * curl-8.19.0-3.hum1.src (source)",
"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:6893",
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9086",
"url": "https://access.redhat.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-10148",
"url": "https://access.redhat.com/security/cve/CVE-2025-10148"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-10966",
"url": "https://access.redhat.com/security/cve/CVE-2025-10966"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15224",
"url": "https://access.redhat.com/security/cve/CVE-2025-15224"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15079",
"url": "https://access.redhat.com/security/cve/CVE-2025-15079"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14819",
"url": "https://access.redhat.com/security/cve/CVE-2025-14819"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14524",
"url": "https://access.redhat.com/security/cve/CVE-2025-14524"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13034",
"url": "https://access.redhat.com/security/cve/CVE-2025-13034"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3805",
"url": "https://access.redhat.com/security/cve/CVE-2026-3805"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3783",
"url": "https://access.redhat.com/security/cve/CVE-2026-3783"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3784",
"url": "https://access.redhat.com/security/cve/CVE-2026-3784"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1965",
"url": "https://access.redhat.com/security/cve/CVE-2026-1965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14017",
"url": "https://access.redhat.com/security/cve/CVE-2025-14017"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6893.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-05-18T14:16:58+00:00",
"generator": {
"date": "2026-05-18T14:16:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:6893",
"initial_release_date": "2026-04-07T15:43:21+00:00",
"revision_history": [
{
"date": "2026-04-07T15:43:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-18T20:01:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-18T14:16:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-main@aarch64",
"product": {
"name": "curl-main@aarch64",
"product_id": "curl-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/curl@8.19.0-3.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-main@src",
"product": {
"name": "curl-main@src",
"product_id": "curl-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/curl@8.19.0-3.hum1?arch=source\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-main@x86_64",
"product": {
"name": "curl-main@x86_64",
"product_id": "curl-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/curl@8.19.0-3.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:curl-main@aarch64"
},
"product_reference": "curl-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:curl-main@src"
},
"product_reference": "curl-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:curl-main@x86_64"
},
"product_reference": "curl-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9086",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-12T06:01:02.244669+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394750"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read flaw has been discovered in the curl project. Under specific conditions the path comparison logic makes curl read outside a heap buffer boundary. This bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: libcurl: Curl out of bounds read for cookie path",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "RHBZ#2394750",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394750"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9086",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9086"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-9086.html",
"url": "https://curl.se/docs/CVE-2025-9086.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-9086.json",
"url": "https://curl.se/docs/CVE-2025-9086.json"
},
{
"category": "external",
"summary": "https://github.com/curl/curl/commit/c6ae07c6a541e0e96d0040afb6",
"url": "https://github.com/curl/curl/commit/c6ae07c6a541e0e96d0040afb6"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3294999",
"url": "https://hackerone.com/reports/3294999"
}
],
"release_date": "2025-09-12T05:10:03.815000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: libcurl: Curl out of bounds read for cookie path"
},
{
"cve": "CVE-2025-10148",
"cwe": {
"id": "CWE-340",
"name": "Generation of Predictable Numbers or Identifiers"
},
"discovery_date": "2025-09-12T06:00:58.790751+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394749"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. The use of a predictable WebSocket mask pattern allows a malicious server to induce traffic that an intermediary proxy (whether configured or transparent) will misinterpret as a standard HTTP request. This confusion leads to a cache poisoning attack, where the proxy stores the server\u0027s malicious content and serves it to all users of that proxy.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: predictable WebSocket mask",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, a curl application must be communicating through a defective proxy that confuses a WebSocket for HTTP traffic. Additionally, this flaw requires the traffic to be done using clear text HTTP / WebSocket (ws://) and not over TLS (wss://).",
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-10148"
},
{
"category": "external",
"summary": "RHBZ#2394749",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394749"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-10148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-10148"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-10148.html",
"url": "https://curl.se/docs/CVE-2025-10148.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-10148.json",
"url": "https://curl.se/docs/CVE-2025-10148.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3330839",
"url": "https://hackerone.com/reports/3330839"
}
],
"release_date": "2025-09-12T05:10:37.469000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: predictable WebSocket mask"
},
{
"cve": "CVE-2025-10966",
"cwe": {
"id": "CWE-322",
"name": "Key Exchange without Entity Authentication"
},
"discovery_date": "2025-11-07T08:00:51.044355+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413308"
}
],
"notes": [
{
"category": "description",
"text": "curl\u0027s code for managing SSH connections when SFTP was done using the wolfSSH powered backend was flawed and missed host verification mechanisms. As the wolfSSH backend was documented as incomplete and fail tests, it is not expected that many users execute this code in production.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Curl missing SFTP host verification with wolfSSH backend",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability doesn\u0027t affect any supported Red Hat product. This flaw affects only curl when built with wolfSSH backend support, meanwhile for Red Hat Enterprise Linux and other Red Hat products the default SSH backend being use is libssh. It\u0027s not possible to change this configuration in runtime, as it\u0027s a build time only configuration.",
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-10966"
},
{
"category": "external",
"summary": "RHBZ#2413308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413308"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-10966",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-10966"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/11/05/2",
"url": "http://www.openwall.com/lists/oss-security/2025/11/05/2"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-10966.html",
"url": "https://curl.se/docs/CVE-2025-10966.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-10966.json",
"url": "https://curl.se/docs/CVE-2025-10966.json"
},
{
"category": "external",
"summary": "https://github.com/curl/curl/commit/b011e3fcfb06d6c027859",
"url": "https://github.com/curl/curl/commit/b011e3fcfb06d6c027859"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3355218",
"url": "https://hackerone.com/reports/3355218"
}
],
"release_date": "2025-11-07T07:26:30.351000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Curl missing SFTP host verification with wolfSSH backend"
},
{
"cve": "CVE-2025-13034",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2025-12-31T03:46:57.230000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426406"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When configured to use public key pinning with QUIC connections and GnuTLS, and with standard certificate verification explicitly disabled, curl could bypass the intended public key check. This oversight allows a malicious server to impersonate a legitimate one, potentially leading to unauthorized access or information disclosure due to a failure in verifying the server\u0027s identity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Public key pinning bypass via QUIC and GnuTLS allows server impersonation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. The flaw in curl occurs only when using `CURLOPT_PINNEDPUBLICKEY` with QUIC and ngtcp2 built with GnuTLS, and when standard certificate verification is explicitly disabled. This specific combination of features and configuration is uncommon in Red Hat deployments, limiting the overall impact.",
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13034"
},
{
"category": "external",
"summary": "RHBZ#2426406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13034"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13034",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13034"
}
],
"release_date": "2026-01-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that standard certificate verification is not explicitly disabled when utilizing `CURLOPT_PINNEDPUBLICKEY` or `--pinnedpubkey` with curl. This practice prevents the bypass of the pinned public key check, particularly in configurations involving QUIC and `ngtcp2` built with GnuTLS. Always verify server certificates through standard means to maintain secure connections.",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Public key pinning bypass via QUIC and GnuTLS allows server impersonation"
},
{
"cve": "CVE-2025-14017",
"cwe": {
"id": "CWE-1058",
"name": "Invokable Control Element in Multi-Thread Context with non-Final Static Storable or Member Element"
},
"discovery_date": "2026-01-08T11:01:16.184214+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427870"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When performing multi-threaded LDAPS (Lightweight Directory Access Protocol Secure) transfers, changes to Transport Layer Security (TLS) options in one thread could inadvertently apply globally, affecting other concurrent transfers. This could lead to unintended security posture changes, such as disabling certificate verification for other threads. This vulnerability can result in a security bypass, where expected security checks are not performed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Security bypass due to global TLS option changes in multi-threaded LDAPS transfers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. The flaw in curl affects multi-threaded LDAPS transfers where changes to TLS options in one thread could inadvertently apply globally, impacting other concurrent transfers. This could lead to a security bypass if an application relies on specific TLS settings that are then overridden. Impact is limited to applications utilizing libcurl for multi-threaded LDAPS connections that dynamically modify TLS options.",
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14017"
},
{
"category": "external",
"summary": "RHBZ#2427870",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427870"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14017",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14017"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-14017.html",
"url": "https://curl.se/docs/CVE-2025-14017.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-14017.json",
"url": "https://curl.se/docs/CVE-2025-14017.json"
}
],
"release_date": "2026-01-08T10:07:05.554000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: curl: Security bypass due to global TLS option changes in multi-threaded LDAPS transfers"
},
{
"cve": "CVE-2025-14524",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2025-12-31T03:46:56.325000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When an OAuth2 (Open Authorization) bearer token is used for an HTTP(S) transfer, and that transfer performs a cross-protocol redirect to a different scheme like IMAP, LDAP, POP3, or SMTP, curl might incorrectly pass the bearer token to the new target host. This could lead to information disclosure, where sensitive authentication tokens are exposed to unintended recipients.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Information disclosure via cross-protocol redirect with OAuth2 bearer token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat because `curl` might inadvertently pass an OAuth2 bearer token during a cross-protocol redirect from HTTP(S) to IMAP, LDAP, POP3, or SMTP schemes. This could lead to unintended information disclosure if applications using `curl` are configured to perform such redirects with bearer tokens.",
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14524"
},
{
"category": "external",
"summary": "RHBZ#2426407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14524"
}
],
"release_date": "2026-01-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: Information disclosure via cross-protocol redirect with OAuth2 bearer token"
},
{
"cve": "CVE-2025-14819",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2025-12-31T03:46:56.325000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426408"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libcurl. When handling secure connections (TLS) and reusing connection settings, libcurl could incorrectly apply a cached security setting related to certificate chain validation. This could allow libcurl to accept a server\u0027s security certificate that it should have otherwise rejected, potentially compromising the integrity of the secure connection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: libcurl: Improper certificate validation due to cached TLS settings reuse",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. `libcurl` could incorrectly reuse a cached CA store when applications alter the `CURLSSLOPT_NO_PARTIALCHAIN` option with re-used easy or multi handles. This could lead to the acceptance of an otherwise untrusted TLS trust chain. Exploitation requires specific application logic that dynamically changes this option while reusing `libcurl` handles.",
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14819"
},
{
"category": "external",
"summary": "RHBZ#2426408",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426408"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14819"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14819",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14819"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2025-14819.html",
"url": "https://curl.se/docs/CVE-2025-14819.html"
}
],
"release_date": "2026-01-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: libcurl: Improper certificate validation due to cached TLS settings reuse"
},
{
"cve": "CVE-2025-15079",
"cwe": {
"id": "CWE-358",
"name": "Improperly Implemented Security Check for Standard"
},
"discovery_date": "2025-12-31T03:46:56.768000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426409"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When performing SSH-based transfers using SCP or SFTP, libcurl could mistakenly connect to hosts not listed in the user-specified knownhosts file. This occurs if the host is present in the libssh global knownhosts file, effectively bypassing the intended host verification. This could allow a remote attacker to connect to an untrusted host, potentially leading to information disclosure or man-in-the-middle attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Host verification bypass during SSH transfers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because libcurl, when configured for SSH-based transfers (SCP/SFTP) with a user-specified knownhosts file, may bypass this configuration and accept connections to hosts present in the system-wide libssh global knownhosts file. This could lead to unintended host trust in specific deployment scenarios.",
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15079"
},
{
"category": "external",
"summary": "RHBZ#2426409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426409"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15079",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15079"
}
],
"release_date": "2026-01-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the system-wide `libssh` global knownhosts file (`/etc/ssh/ssh_known_hosts`) does not contain entries for untrusted hosts. Alternatively, avoid using `libcurl` for SCP or SFTP transfers in environments where strict enforcement of a user-specified knownhosts file is critical and the system-wide knownhosts file cannot be fully controlled. Services relying on `libssh` for host key verification may need to be restarted to apply the changes.",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: Host verification bypass during SSH transfers"
},
{
"cve": "CVE-2025-15224",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2025-12-31T03:58:07.013000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426410"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libcurl. When doing SSH-based transfers using either SCP or SFTP, and asked to do\npublic key authentication, curl would wrongly still ask and authenticate using\na locally running SSH agent.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: libssh key passphrase bypass without agent set",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. The flaw in libcurl, when built with the libssh backend, allows it to wrongly attempt authentication via a locally running SSH agent during public key authentication for SCP or SFTP transfers. However, successful authentication still requires the SSH agent to possess the correct passphrase.",
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15224"
},
{
"category": "external",
"summary": "RHBZ#2426410",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426410"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15224",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15224"
}
],
"release_date": "2026-01-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: libssh key passphrase bypass without agent set"
},
{
"cve": "CVE-2026-1965",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-03-11T11:00:54.752485+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446448"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When an application uses libcurl to make multiple Negotiate-authenticated HTTP or HTTPS requests to the same server with different credentials, libcurl may incorrectly reuse an existing connection. This logical error can cause a subsequent request to be sent using the authentication of a previous user, leading to an authentication bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Authentication bypass due to incorrect connection reuse with Negotiate authentication",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1965"
},
{
"category": "external",
"summary": "RHBZ#2446448",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446448"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1965"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-1965.html",
"url": "https://curl.se/docs/CVE-2026-1965.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-1965.json",
"url": "https://curl.se/docs/CVE-2026-1965.json"
}
],
"release_date": "2026-03-11T10:08:52.431000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: curl: Authentication bypass due to incorrect connection reuse with Negotiate authentication"
},
{
"cve": "CVE-2026-3783",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2026-03-11T11:01:01.429907+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446450"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When an OAuth2 bearer token is used for an HTTP(S) transfer that redirects to a second URL, curl could unintentionally leak the token. This occurs if the second hostname has entries in the `.netrc` file, allowing the bearer token intended for the first host to be sent to the redirected host. This information disclosure could allow an attacker to gain unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Information disclosure via OAuth2 bearer token leakage during HTTP(S) redirect",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3783"
},
{
"category": "external",
"summary": "RHBZ#2446450",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446450"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/03/11/2",
"url": "http://www.openwall.com/lists/oss-security/2026/03/11/2"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-3783.html",
"url": "https://curl.se/docs/CVE-2026-3783.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-3783.json",
"url": "https://curl.se/docs/CVE-2026-3783.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3583983",
"url": "https://hackerone.com/reports/3583983"
}
],
"release_date": "2026-03-11T10:09:08.746000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"category": "workaround",
"details": "To prevent the leakage of OAuth2 bearer tokens, ensure that `.netrc` files are carefully managed. Avoid configuring `.netrc` entries for untrusted or unknown hostnames, particularly when `curl` is used with OAuth2 bearer tokens and is configured to follow redirects. Regularly review and restrict the scope of credentials stored in `.netrc` files to only explicitly trusted destinations.",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: curl: Information disclosure via OAuth2 bearer token leakage during HTTP(S) redirect"
},
{
"cve": "CVE-2026-3784",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2026-03-11T11:00:57.752827+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446449"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. This vulnerability allows curl to wrongly reuse an existing HTTP proxy connection when performing a CONNECT request to a server, even if the new request uses different authentication credentials for the HTTP proxy. This improper connection reuse could lead to an attacker gaining unauthorized access to resources or information intended for a different user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Unauthorized access due to improper HTTP proxy connection reuse",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3784"
},
{
"category": "external",
"summary": "RHBZ#2446449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446449"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3784"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/03/11/3",
"url": "http://www.openwall.com/lists/oss-security/2026/03/11/3"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-3784.html",
"url": "https://curl.se/docs/CVE-2026-3784.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-3784.json",
"url": "https://curl.se/docs/CVE-2026-3784.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3584903",
"url": "https://hackerone.com/reports/3584903"
}
],
"release_date": "2026-03-11T10:09:21.418000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: curl: Unauthorized access due to improper HTTP proxy connection reuse"
},
{
"cve": "CVE-2026-3805",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-03-11T11:01:04.465150+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When handling a second Server Message Block (SMB) request to the same host, curl incorrectly accesses memory that has already been freed. This memory corruption vulnerability, known as a use-after-free, could allow a remote attacker to potentially execute arbitrary code or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Arbitrary code execution or Denial of Service via use-after-free in SMB request handling",
"title": "Vulnerability summary"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3805"
},
{
"category": "external",
"summary": "RHBZ#2446451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3805",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3805"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3805",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3805"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/03/11/4",
"url": "http://www.openwall.com/lists/oss-security/2026/03/11/4"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-3805.html",
"url": "https://curl.se/docs/CVE-2026-3805.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-3805.json",
"url": "https://curl.se/docs/CVE-2026-3805.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3591944",
"url": "https://hackerone.com/reports/3591944"
}
],
"release_date": "2026-03-11T10:09:37.729000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T15:43:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6893"
},
{
"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": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:curl-main@aarch64",
"Red Hat Hardened Images:curl-main@src",
"Red Hat Hardened Images:curl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: curl: Arbitrary code execution or Denial of Service via use-after-free in SMB request handling"
}
]
}
SSA-089022
Vulnerability from csaf_siemens - Published: 2026-01-28 00:00 - Updated: 2026-02-24 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RUGGEDCOM RST2428P (6GK6242-6PA00)
Siemens / RUGGEDCOM RST2428P (6GK6242-6PA00)
|
6GK6242-6PA00
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
Siemens / SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
|
vers:intdot/<3.3 |
Vendor Fix
Vendor Fix
|
|
|
SCALANCE XCH328 (6GK5328-4TS01-2EC2)
Siemens / SCALANCE XCH328 (6GK5328-4TS01-2EC2)
|
6GK5328-4TS01-2EC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM324 (6GK5324-8TS01-2AC2)
Siemens / SCALANCE XCM324 (6GK5324-8TS01-2AC2)
|
6GK5324-8TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM328 (6GK5328-4TS01-2AC2)
Siemens / SCALANCE XCM328 (6GK5328-4TS01-2AC2)
|
6GK5328-4TS01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XCM332 (6GK5332-0GA01-2AC2)
Siemens / SCALANCE XCM332 (6GK5332-0GA01-2AC2)
|
6GK5332-0GA01-2AC2
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
Siemens / SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
|
6GK5334-2TS01-2ER3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
|
6GK5334-3TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
Siemens / SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
|
6GK5334-2TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
Siemens / SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
|
6GK5334-5TS01-3AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
|
6GK5334-3TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Siemens / SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
|
6GK5334-2TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
Siemens / SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)
|
6GK5334-5TS01-2AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
|
6GK5334-3TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
|
6GK5334-2TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
|
SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
Siemens / SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)
|
6GK5334-5TS01-4AR3
|
vers:intdot/<3.3 |
Vendor Fix
fix
|
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)",
"tlp": {
"label": "WHITE"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "SINEC OS before V3.3 contains third-party components with multiple vulnerabilities.\n\nSiemens has released new versions for the affected products and recommends to update to the latest versions.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "productcert@siemens.com",
"name": "Siemens ProductCERT",
"namespace": "https://www.siemens.com"
},
"references": [
{
"category": "self",
"summary": "SSA-089022: Multiple Vulnerabilities in Third-Party Components in SINEC OS before V3.3 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-089022.html"
},
{
"category": "self",
"summary": "SSA-089022: Multiple Vulnerabilities in Third-Party Components in SINEC OS before V3.3 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-089022.json"
}
],
"title": "SSA-089022: Multiple Vulnerabilities in Third-Party Components in SINEC OS before V3.3",
"tracking": {
"current_release_date": "2026-02-24T00:00:00Z",
"generator": {
"engine": {
"name": "Siemens ProductCERT CSAF Generator",
"version": "1"
}
},
"id": "SSA-089022",
"initial_release_date": "2026-01-28T00:00:00Z",
"revision_history": [
{
"date": "2026-01-28T00:00:00Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
},
{
"date": "2026-02-24T00:00:00Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family to the affected products, Clarified that only SINEC OS firmware is impacted."
}
],
"status": "interim",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "RUGGEDCOM RST2428P (6GK6242-6PA00)",
"product_id": "1",
"product_identification_helper": {
"model_numbers": [
"6GK6242-6PA00"
]
}
}
}
],
"category": "product_name",
"name": "RUGGEDCOM RST2428P (6GK6242-6PA00)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family",
"product_id": "2"
}
}
],
"category": "product_name",
"name": "SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)",
"product_id": "3",
"product_identification_helper": {
"model_numbers": [
"6GK5328-4TS01-2EC2"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)",
"product_id": "4",
"product_identification_helper": {
"model_numbers": [
"6GK5324-8TS01-2AC2"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)",
"product_id": "5",
"product_identification_helper": {
"model_numbers": [
"6GK5328-4TS01-2AC2"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)",
"product_id": "6",
"product_identification_helper": {
"model_numbers": [
"6GK5332-0GA01-2AC2"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)",
"product_id": "7",
"product_identification_helper": {
"model_numbers": [
"6GK5334-2TS01-2ER3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)",
"product_id": "8",
"product_identification_helper": {
"model_numbers": [
"6GK5334-3TS01-3AR3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)",
"product_id": "9",
"product_identification_helper": {
"model_numbers": [
"6GK5334-2TS01-3AR3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)",
"product_id": "10",
"product_identification_helper": {
"model_numbers": [
"6GK5334-5TS01-3AR3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)",
"product_id": "11",
"product_identification_helper": {
"model_numbers": [
"6GK5334-3TS01-2AR3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)",
"product_id": "12",
"product_identification_helper": {
"model_numbers": [
"6GK5334-2TS01-2AR3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)",
"product_id": "13",
"product_identification_helper": {
"model_numbers": [
"6GK5334-5TS01-2AR3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRM334 (24V DC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-2AR3)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)",
"product_id": "14",
"product_identification_helper": {
"model_numbers": [
"6GK5334-3TS01-4AR3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)",
"product_id": "15",
"product_identification_helper": {
"model_numbers": [
"6GK5334-2TS01-4AR3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:intdot/\u003c3.3",
"product": {
"name": "SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)",
"product_id": "16",
"product_identification_helper": {
"model_numbers": [
"6GK5334-5TS01-4AR3"
]
}
}
}
],
"category": "product_name",
"name": "SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3)"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-48174",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "There is a stack overflow vulnerability in ash.c:6030 in busybox before 1.35. In the environment of Internet of Vehicles, this vulnerability can be executed from command to arbitrary code execution.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2022-48174"
},
{
"cve": "CVE-2023-7256",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "In affected libpcap versions during the setup of a remote packet capture the internal function sock_initaddress() calls getaddrinfo() and possibly freeaddrinfo(), but does not clearly indicate to the caller function whether freeaddrinfo() still remains to be called after the function returns. This makes it possible in some scenarios that both the function and its caller call freeaddrinfo() for the same allocated memory block. A similar problem was reported in Apple libpcap, to which Apple assigned CVE-2023-40400.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2023-7256"
},
{
"cve": "CVE-2023-39810",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "An issue in the CPIO command of Busybox v1.33.2 allows attackers to execute a directory traversal.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2023-39810"
},
{
"cve": "CVE-2023-42363",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability was discovered in xasprintf function in xfuncs_printf.c:344 in BusyBox v.1.36.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2023-42363"
},
{
"cve": "CVE-2023-42364",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability in BusyBox v.1.36.1 allows attackers to cause a denial of service via a crafted awk pattern in the awk.c evaluate function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2023-42364"
},
{
"cve": "CVE-2023-42365",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free vulnerability was discovered in BusyBox v.1.36.1 via a crafted awk pattern in the awk.c copyvar function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2023-42365"
},
{
"cve": "CVE-2023-42366",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "A heap-buffer-overflow was discovered in BusyBox v.1.36.1 in the next_token function at awk.c:1159.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2023-42366"
},
{
"cve": "CVE-2024-6197",
"cwe": {
"id": "CWE-590",
"name": "Free of Memory not on the Heap"
},
"notes": [
{
"category": "summary",
"text": "libcurl\u0027s ASN1 parser has this utf8asn1str() function used for parsing an ASN.1 UTF-8 string. Itcan detect an invalid field and return error. Unfortunately, when doing so it also invokes `free()` on a 4 byte localstack buffer. Most modern malloc implementations detect this error and immediately abort. Some however accept the input pointer and add that memory to its list of available chunks. This leads to the overwriting of nearby stack memory. The content of the overwrite is decided by the `free()` implementation; likely to be memory pointers and a set of flags. The most likely outcome of exploting this flaw is a crash, although it cannot be ruled out that more serious results can be had in special circumstances.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-6197"
},
{
"cve": "CVE-2024-6874",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"notes": [
{
"category": "summary",
"text": "libcurl\u0027s URL API function\n[curl_url_get()](https://curl.se/libcurl/c/curl_url_get.html) offers punycode\nconversions, to and from IDN. Asking to convert a name that is exactly 256\nbytes, libcurl ends up reading outside of a stack based buffer when built to\nuse the *macidn* IDN backend. The conversion function then fills up the\nprovided buffer exactly - but does not null terminate the string.\n\nThis flaw can lead to stack contents accidently getting returned as part of\nthe converted string.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-6874"
},
{
"cve": "CVE-2024-7264",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "libcurl\u0027s ASN1 parser code has the `GTime2str()` function, used for parsing an ASN.1 Generalized Time field. If given an syntactically incorrect field, the parser might end up using -1 for the length of the *time fraction*, leading to a `strlen()` getting performed on a pointer to a heap buffer area that is not (purposely) null terminated. This flaw most likely leads to a crash, but can also lead to heap contents getting returned to the application when [CURLINFO_CERTINFO](https://curl.se/libcurl/c/CURLINFO_CERTINFO.html) is used.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-7264"
},
{
"cve": "CVE-2024-8006",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "Remote packet capture support is disabled by default in libpcap. When a user builds libpcap with remote packet capture support enabled, one of the functions that become available is pcap_findalldevs_ex(). One of the function arguments can be a filesystem path, which normally means a directory with input data files. When the specified path cannot be used as a directory, the function receives NULL from opendir(), but does not check the return value and passes the NULL value to readdir(), which causes a NULL pointer derefence.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-8006"
},
{
"cve": "CVE-2024-8096",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. If the returned status reports another error than \u0027revoked\u0027 (like for example \u0027unauthorized\u0027) it is not treated as a bad certficate.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-8096"
},
{
"cve": "CVE-2024-9681",
"cwe": {
"id": "CWE-697",
"name": "Incorrect Comparison"
},
"notes": [
{
"category": "summary",
"text": "When curl is asked to use HSTS, the expiry time for a subdomain might\r\noverwrite a parent domain\u0027s cache entry, making it end sooner or later than\r\notherwise intended.\r\n\r\nThis affects curl using applications that enable HSTS and use URLs with the\r\ninsecure `HTTP://` scheme and perform transfers with hosts like\r\n`x.example.com` as well as `example.com` where the first host is a subdomain\r\nof the second host.\r\n\r\n(The HSTS cache either needs to have been populated manually or there needs to\r\nhave been previous HTTPS accesses done as the cache needs to have entries for\r\nthe domains involved to trigger this problem.)\r\n\r\nWhen `x.example.com` responds with `Strict-Transport-Security:` headers, this\r\nbug can make the subdomain\u0027s expiry timeout *bleed over* and get set for the\r\nparent domain `example.com` in curl\u0027s HSTS cache.\r\n\r\nThe result of a triggered bug is that HTTP accesses to `example.com` get\r\nconverted to HTTPS for a different period of time than what was asked for by\r\nthe origin server. If `example.com` for example stops supporting HTTPS at its\r\nexpiry time, curl might then fail to access `http://example.com` until the\r\n(wrongly set) timeout expires. This bug can also expire the parent\u0027s entry\r\n*earlier*, thus making curl inadvertently switch back to insecure HTTP earlier\r\nthan otherwise intended.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-9681"
},
{
"cve": "CVE-2024-11053",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "When asked to both use a `.netrc` file for credentials and to follow HTTP redirects, curl could leak the password used for the first host to the followed-to host under certain circumstances. This flaw only manifests itself if the netrc file has an entry that matches the redirect target hostname but the entry either omits just the password or omits both login and password.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-11053"
},
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Allows modifying some file metadata (e.g. last modified) with filter=\"data\"\u00a0or file permissions (chmod) with filter=\"tar\"\u00a0of files outside the extraction directory.\nYou are affected by this vulnerability if using the tarfile\u00a0module to extract untrusted tar archives using TarFile.extractall()\u00a0or TarFile.extract()\u00a0using the filter=\u00a0parameter with a value of \"data\"\u00a0or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter \u00a0for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don\u0027t include the extraction filter feature.\n\nNote that for Python 3.14 or later the default value of filter=\u00a0changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2024-41996",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "Validating the order of the public keys in the Diffie-Hellman Key Agreement Protocol, when an approved safe prime is used, allows remote attackers (from the client side) to trigger unnecessarily expensive server-side DHE modular-exponentiation calculations. The client may cause asymmetric resource consumption. The basic attack scenario is that the client must claim that it can only communicate with DHE, and the server must be configured to allow DHE and validate the order of the public key.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-41996"
},
{
"cve": "CVE-2024-47619",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"notes": [
{
"category": "summary",
"text": "syslog-ng is an enhanced log daemo. Prior to version 4.8.2, `tls_wildcard_match()` matches on certificates such as `foo.*.bar` although that is not allowed. It is also possible to pass partial wildcards such as `foo.a*c.bar` which glib matches but should be avoided / invalidated. This issue could have an impact on TLS connections, such as in man-in-the-middle situations. Version 4.8.2 contains a fix for the issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"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:H/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-47619"
},
{
"cve": "CVE-2024-52533",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "gio/gsocks4aproxy.c in GNOME GLib before 2.82.1 has an off-by-one error and resultant buffer overflow because SOCKS4_CONN_MSG_LEN is not sufficient for a trailing \u0027\\\\0\u0027 character.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2024-52533"
},
{
"cve": "CVE-2025-0167",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "summary",
"text": "When asked to use a .netrc file for credentials and to follow HTTP redirects, curl could leak the password used for the first host to the followed-to host under certain circumstances. This flaw only manifests itself if the netrc file has a default entry that omits both login and password. A rare circumstance.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.4,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-0167"
},
{
"cve": "CVE-2025-0665",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"notes": [
{
"category": "summary",
"text": "libcurl would wrongly close the same eventfd file descriptor twice when taking down a connection channel after having completed a threaded name resolve.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-0665"
},
{
"cve": "CVE-2025-0725",
"cwe": {
"id": "CWE-680",
"name": "Integer Overflow to Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "When libcurl is asked to perform automatic gzip decompression of content-encoded HTTP responses with the CURLOPT_ACCEPT_ENCODING option, using zlib 1.2.0.3 or older, an attacker-controlled integer overflow would make libcurl perform a buffer overflow.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-0725"
},
{
"cve": "CVE-2025-1390",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "summary",
"text": "The PAM module pam_cap.so of libcap configuration supports group names starting with \u201c@\u201d, during actual parsing, configurations not starting with \u201c@\u201d are incorrectly recognized as group names. This may result in nonintended users being granted an inherited capability set, potentially leading to security risks. Attackers can exploit this vulnerability to achieve local privilege escalation on systems where /etc/security/capability.conf is used to configure user inherited privileges by constructing specific usernames.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-1390"
},
{
"cve": "CVE-2025-3360",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "summary",
"text": "An integer overflow and buffer under-read in GLib occur when parsing a long invalid ISO 8601 timestamp with the g_date_time_new_from_iso8601() function.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-3360"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile\u00a0module to extract untrusted tar archives using TarFile.extractall()\u00a0or TarFile.extract()\u00a0using the filter=\u00a0parameter with a value of \"data\"\u00a0or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter \u00a0for more information.\n\nNote that for Python 3.14 or later the default value of filter=\u00a0changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-4138"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile\u00a0module to extract untrusted tar archives using TarFile.extractall()\u00a0or TarFile.extract()\u00a0using the filter=\u00a0parameter with a value of \"data\"\u00a0or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter \u00a0for more information.\n\nNote that for Python 3.14 or later the default value of filter=\u00a0changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"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:H/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4373",
"cwe": {
"id": "CWE-124",
"name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
},
"notes": [
{
"category": "summary",
"text": "GLib is vulnerable to an integer overflow in the g_string_insert_unichar() function. When the position at which to insert the character is large, the position will overflow, leading to a buffer underwrite.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-4373"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"notes": [
{
"category": "summary",
"text": "When using a TarFile.errorlevel = 0\u00a0and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0\u00a0in affected versions is that the member would still be extracted and not skipped.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"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:H/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4516",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\"data\".\n\n\nYou are affected by this vulnerability if using the tarfile\u00a0module to extract untrusted tar archives using TarFile.extractall()\u00a0or TarFile.extract()\u00a0using the filter=\u00a0parameter with a value of \"data\"\u00a0or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter \u00a0for more information.\n\nNote that for Python 3.14 or later the default value of filter=\u00a0changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.4,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-6141",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "A vulnerability has been found in GNU ncurses up to 6.5-20250322 and classified as problematic. This vulnerability affects the function postprocess_termcap of the file tinfo/parse_entry.c. The manipulation leads to stack-based buffer overflow. The attack needs to be approached locally. Upgrading to version 6.5-20250329 is able to address this issue. It is recommended to upgrade the affected component.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-6141"
},
{
"cve": "CVE-2025-9086",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "1. A cookie is set using the `secure` keyword for `https://target`\n2. curl is redirected to or otherwise made to speak with `http://target` (same\n hostname, but using clear text HTTP) using the same cookie set\n3. The same cookie name is set - but with just a slash as path (`path=\u0027/\u0027`).\n Since this site is not secure, the cookie *should* just be ignored.\n4. A bug in the path comparison logic makes curl read outside a heap buffer\n boundary\n\nThe bug either causes a crash or it potentially makes the comparison come to\nthe wrong conclusion and lets the clear-text site override the contents of the\nsecure cookie, contrary to expectations and depending on the memory contents\nimmediately following the single-byte allocation that holds the path.\n\nThe presumed and correct behavior would be to plainly ignore the second set of\nthe cookie since it was already set as secure on a secure host so overriding\nit on an insecure host should not be okay.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-9086"
},
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "summary",
"text": "An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write. Impact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service or Execution of attacker-supplied code. Although the consequences of a successful exploit of this vulnerability could be severe, the probability that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to our Security Policy. The FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-9230"
},
{
"cve": "CVE-2025-9231",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: A timing side-channel which could potentially allow remote\nrecovery of the private key exists in the SM2 algorithm implementation on 64 bit\nARM platforms.\n\nImpact summary: A timing side-channel in SM2 signature computations on 64 bit\nARM platforms could allow recovering the private key by an attacker..\n\nWhile remote key recovery over a network was not attempted by the reporter,\ntiming measurements revealed a timing signal which may allow such an attack.\n\nOpenSSL does not directly support certificates with SM2 keys in TLS, and so\nthis CVE is not relevant in most TLS contexts. However, given that it is\npossible to add support for such certificates via a custom provider, coupled\nwith the fact that in such a custom provider context the private key may be\nrecoverable via remote timing measurements, we consider this to be a Moderate\nseverity issue.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this\nissue, as SM2 is not an approved algorithm.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-9231"
},
{
"cve": "CVE-2025-9232",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "Issue summary: An application using the OpenSSL HTTP client API functions may\ntrigger an out-of-bounds read if the \u0027no_proxy\u0027 environment variable is set and\nthe host portion of the authority component of the HTTP URL is an IPv6 address.\n\nImpact summary: An out-of-bounds read can trigger a crash which leads to\nDenial of Service for an application.\n\nThe OpenSSL HTTP client API functions can be used directly by applications\nbut they are also used by the OCSP client functions and CMP (Certificate\nManagement Protocol) client implementation in OpenSSL. However the URLs used\nby these implementations are unlikely to be controlled by an attacker.\n\nIn this vulnerable code the out of bounds read can only trigger a crash.\nFurthermore the vulnerability requires an attacker-controlled URL to be\npassed from an application to the OpenSSL function and the user has to have\na \u0027no_proxy\u0027 environment variable set. For the aforementioned reasons the\nissue was assessed as Low severity.\n\nThe vulnerable code was introduced in the following patch releases:\n3.0.16, 3.1.8, 3.2.4, 3.3.3, 3.4.0 and 3.5.0.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this\nissue, as the HTTP client implementation is outside the OpenSSL FIPS module\nboundary.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-9232"
},
{
"cve": "CVE-2025-10148",
"cwe": {
"id": "CWE-340",
"name": "Generation of Predictable Numbers or Identifiers"
},
"notes": [
{
"category": "summary",
"text": "curl\u0027s websocket code did not update the 32 bit mask pattern for each new\n outgoing frame as the specification says. Instead it used a fixed mask that\npersisted and was used throughout the entire connection.\n\nA predictable mask pattern allows for a malicious server to induce traffic\nbetween the two communicating parties that could be interpreted by an involved\nproxy (configured or transparent) as genuine, real, HTTP traffic with content\nand thereby poison its cache. That cached poisoned content could then be\nserved to all users of that proxy.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-27587",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"notes": [
{
"category": "summary",
"text": "OpenSSL 3.0.0 through 3.3.2 on the PowerPC architecture is vulnerable to a Minerva attack, exploitable by measuring the time of signing of random messages using the EVP_DigestSign API, and then using the private key to extract the K value (nonce) from the signatures. Next, based on the bit size of the extracted nonce, one can compare the signing time of full-sized nonces to signatures that used smaller nonces, via statistical tests. There is a side-channel in the P-364 curve that allows private key extraction (also, there is a dependency between the bit size of K and the size of the side channel). NOTE: This CVE is disputed because the OpenSSL security policy explicitly notes that any side channels which require same physical system to be detected are outside of the threat model for the software. The timing signal is so small that it is infeasible to be detected without having the attacking process running on the same physical system.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-27587"
},
{
"cve": "CVE-2025-32433",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"notes": [
{
"category": "summary",
"text": "Erlang/OTP is a set of libraries for the Erlang programming language. Prior to versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20, a SSH server may allow an attacker to perform unauthenticated remote code execution (RCE). By exploiting a flaw in SSH protocol message handling, a malicious actor could gain unauthorized access to affected systems and execute arbitrary commands without valid credentials. This issue is patched in versions OTP-27.3.3, OTP-26.2.5.11, and OTP-25.3.2.20. A temporary workaround involves disabling the SSH server or to prevent access via firewall rules.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-32433"
},
{
"cve": "CVE-2025-38084",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb: unshare page tables during VMA split, not before\n\nCurrently, __split_vma() triggers hugetlb page table unsharing through\nvm_ops-\u003emay_split(). This happens before the VMA lock and rmap locks are\ntaken - which is too early, it allows racing VMA-locked page faults in our\nprocess and racing rmap walks from other processes to cause page tables to\nbe shared again before we actually perform the split.\n\nFix it by explicitly calling into the hugetlb unshare logic from\n__split_vma() in the same place where THP splitting also happens. At that\npoint, both the VMA and the rmap(s) are write-locked.\n\nAn annoying detail is that we can now call into the helper\nhugetlb_unshare_pmds() from two different locking contexts:\n\n1. from hugetlb_split(), holding:\n - mmap lock (exclusively)\n - VMA lock\n - file rmap lock (exclusively)\n2. hugetlb_unshare_all_pmds(), which I think is designed to be able to\n call us with only the mmap lock held (in shared mode), but currently\n only runs while holding mmap lock (exclusively) and VMA lock\n\nBackporting note:\nThis commit fixes a racy protection that was introduced in commit\nb30c14cd6102 (\"hugetlb: unshare some PMDs when splitting VMAs\"); that\ncommit claimed to fix an issue introduced in 5.13, but it should actually\nalso go all the way back.\n\n[jannh@google.com: v2]",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-38084"
},
{
"cve": "CVE-2025-38085",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race\n\nhuge_pmd_unshare() drops a reference on a page table that may have\npreviously been shared across processes, potentially turning it into a\nnormal page table used in another process in which unrelated VMAs can\nafterwards be installed.\n\nIf this happens in the middle of a concurrent gup_fast(), gup_fast() could\nend up walking the page tables of another process. While I don\u0027t see any\nway in which that immediately leads to kernel memory corruption, it is\nreally weird and unexpected.\n\nFix it with an explicit broadcast IPI through tlb_remove_table_sync_one(),\njust like we do in khugepaged when removing page tables for a THP\ncollapse.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-38085"
},
{
"cve": "CVE-2025-38086",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ch9200: fix uninitialised access during mii_nway_restart\n\nIn mii_nway_restart() the code attempts to call\nmii-\u003emdio_read which is ch9200_mdio_read(). ch9200_mdio_read()\nutilises a local buffer called \"buff\", which is initialised\nwith control_read(). However \"buff\" is conditionally\ninitialised inside control_read():\n\n if (err == size) {\n memcpy(data, buf, size);\n }\n\nIf the condition of \"err == size\" is not met, then\n\"buff\" remains uninitialised. Once this happens the\nuninitialised \"buff\" is accessed and returned during\nch9200_mdio_read():\n\n return (buff[0] | buff[1] \u003c\u003c 8);\n\nThe problem stems from the fact that ch9200_mdio_read()\nignores the return value of control_read(), leading to\nuinit-access of \"buff\".\n\nTo fix this we should check the return value of\ncontrol_read() and return early on error.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-38086"
},
{
"cve": "CVE-2025-38345",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPICA: fix acpi operand cache leak in dswstate.c\n\nACPICA commit 987a3b5cf7175916e2a4b6ea5b8e70f830dfe732\n\nI found an ACPI cache leak in ACPI early termination and boot continuing case.\n\nWhen early termination occurs due to malicious ACPI table, Linux kernel\nterminates ACPI function and continues to boot process. While kernel terminates\nACPI function, kmem_cache_destroy() reports Acpi-Operand cache leak.\n\nBoot log of ACPI operand cache leak is as follows:\n\u003e[ 0.585957] ACPI: Added _OSI(Module Device)\n\u003e[ 0.587218] ACPI: Added _OSI(Processor Device)\n\u003e[ 0.588530] ACPI: Added _OSI(3.0 _SCP Extensions)\n\u003e[ 0.589790] ACPI: Added _OSI(Processor Aggregator Device)\n\u003e[ 0.591534] ACPI Error: Illegal I/O port address/length above 64K: C806E00000004002/0x2 (20170303/hwvalid-155)\n\u003e[ 0.594351] ACPI Exception: AE_LIMIT, Unable to initialize fixed events (20170303/evevent-88)\n\u003e[ 0.597858] ACPI: Unable to start the ACPI Interpreter\n\u003e[ 0.599162] ACPI Error: Could not remove SCI handler (20170303/evmisc-281)\n\u003e[ 0.601836] kmem_cache_destroy Acpi-Operand: Slab cache still has objects\n\u003e[ 0.603556] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.12.0-rc5 #26\n\u003e[ 0.605159] Hardware name: innotek gmb_h virtual_box/virtual_box, BIOS virtual_box 12/01/2006\n\u003e[ 0.609177] Call Trace:\n\u003e[ 0.610063] ? dump_stack+0x5c/0x81\n\u003e[ 0.611118] ? kmem_cache_destroy+0x1aa/0x1c0\n\u003e[ 0.612632] ? acpi_sleep_proc_init+0x27/0x27\n\u003e[ 0.613906] ? acpi_os_delete_cache+0xa/0x10\n\u003e[ 0.617986] ? acpi_ut_delete_caches+0x3f/0x7b\n\u003e[ 0.619293] ? acpi_terminate+0xa/0x14\n\u003e[ 0.620394] ? acpi_init+0x2af/0x34f\n\u003e[ 0.621616] ? __class_create+0x4c/0x80\n\u003e[ 0.623412] ? video_setup+0x7f/0x7f\n\u003e[ 0.624585] ? acpi_sleep_proc_init+0x27/0x27\n\u003e[ 0.625861] ? do_one_initcall+0x4e/0x1a0\n\u003e[ 0.627513] ? kernel_init_freeable+0x19e/0x21f\n\u003e[ 0.628972] ? rest_init+0x80/0x80\n\u003e[ 0.630043] ? kernel_init+0xa/0x100\n\u003e[ 0.631084] ? ret_from_fork+0x25/0x30\n\u003e[ 0.633343] vgaarb: loaded\n\u003e[ 0.635036] EDAC MC: Ver: 3.0.0\n\u003e[ 0.638601] PCI: Probing PCI hardware\n\u003e[ 0.639833] PCI host bridge to bus 0000:00\n\u003e[ 0.641031] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]\n\u003e ... Continue to boot and log is omitted ...\n\nI analyzed this memory leak in detail and found acpi_ds_obj_stack_pop_and_\ndelete() function miscalculated the top of the stack. acpi_ds_obj_stack_push()\nfunction uses walk_state-\u003eoperand_index for start position of the top, but\nacpi_ds_obj_stack_pop_and_delete() function considers index 0 for it.\nTherefore, this causes acpi operand memory leak.\n\nThis cache leak causes a security threat because an old kernel (\u003c= 4.9) shows\nmemory locations of kernel functions in stack dump. Some malicious users\ncould use this information to neutralize kernel ASLR.\n\nI made a patch to fix ACPI operand cache leak.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-38345"
},
{
"cve": "CVE-2025-38350",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: Always pass notifications when child class becomes empty\n\nCertain classful qdiscs may invoke their classes\u0027 dequeue handler on an\nenqueue operation. This may unexpectedly empty the child qdisc and thus\nmake an in-flight class passive via qlen_notify(). Most qdiscs do not\nexpect such behaviour at this point in time and may re-activate the\nclass eventually anyways which will lead to a use-after-free.\n\nThe referenced fix commit attempted to fix this behavior for the HFSC\ncase by moving the backlog accounting around, though this turned out to\nbe incomplete since the parent\u0027s parent may run into the issue too.\nThe following reproducer demonstrates this use-after-free:\n\n tc qdisc add dev lo root handle 1: drr\n tc filter add dev lo parent 1: basic classid 1:1\n tc class add dev lo parent 1: classid 1:1 drr\n tc qdisc add dev lo parent 1:1 handle 2: hfsc def 1\n tc class add dev lo parent 2: classid 2:1 hfsc rt m1 8 d 1 m2 0\n tc qdisc add dev lo parent 2:1 handle 3: netem\n tc qdisc add dev lo parent 3:1 handle 4: blackhole\n\n echo 1 | socat -u STDIN UDP4-DATAGRAM:127.0.0.1:8888\n tc class delete dev lo classid 1:1\n echo 1 | socat -u STDIN UDP4-DATAGRAM:127.0.0.1:8888\n\nSince backlog accounting issues leading to a use-after-frees on stale\nclass pointers is a recurring pattern at this point, this patch takes\na different approach. Instead of trying to fix the accounting, the patch\nensures that qdisc_tree_reduce_backlog always calls qlen_notify when\nthe child qdisc is empty. This solves the problem because deletion of\nqdiscs always involves a call to qdisc_reset() and / or\nqdisc_purge_queue() which ultimately resets its qlen to 0 thus causing\nthe following qdisc_tree_reduce_backlog() to report to the parent. Note\nthat this may call qlen_notify on passive classes multiple times. This\nis not a problem after the recent patch series that made all the\nclassful qdiscs qlen_notify() handlers idempotent.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-38350"
},
{
"cve": "CVE-2025-38498",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndo_change_type(): refuse to operate on unmounted/not ours mounts\n\nEnsure that propagation settings can only be changed for mounts located\nin the caller\u0027s mount namespace. This change aligns permission checking\nwith the rest of mount(2).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-38498"
},
{
"cve": "CVE-2025-39839",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbatman-adv: fix OOB read/write in network-coding decode\n\nbatadv_nc_skb_decode_packet() trusts coded_len and checks only against\nskb-\u003elen. XOR starts at sizeof(struct batadv_unicast_packet), reducing\npayload headroom, and the source skb length is not verified, allowing an\nout-of-bounds read and a small out-of-bounds write.\n\nValidate that coded_len fits within the payload area of both destination\nand source sk_buffs before XORing.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-39839"
},
{
"cve": "CVE-2025-39841",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Fix buffer free/clear order in deferred receive path\n\nFix a use-after-free window by correcting the buffer release sequence in\nthe deferred receive path. The code freed the RQ buffer first and only\nthen cleared the context pointer under the lock. Concurrent paths (e.g.,\nABTS and the repost path) also inspect and release the same pointer under\nthe lock, so the old order could lead to double-free/UAF.\n\nNote that the repost path already uses the correct pattern: detach the\npointer under the lock, then free it after dropping the lock. The\ndeferred path should do the same.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-39841"
},
{
"cve": "CVE-2025-39846",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\npcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()\n\nIn __iodyn_find_io_region(), pcmcia_make_resource() is assigned to\nres and used in pci_bus_alloc_resource(). There is a dereference of res\nin pci_bus_alloc_resource(), which could lead to a NULL pointer\ndereference on failure of pcmcia_make_resource().\n\nFix this bug by adding a check of res.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-39846"
},
{
"cve": "CVE-2025-39853",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni40e: Fix potential invalid access when MAC list is empty\n\nlist_first_entry() never returns NULL - if the list is empty, it still\nreturns a pointer to an invalid object, leading to potential invalid\nmemory access when dereferenced.\n\nFix this by using list_first_entry_or_null instead of list_first_entry.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-39853"
},
{
"cve": "CVE-2025-39860",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()\n\nsyzbot reported the splat below without a repro.\n\nIn the splat, a single thread calling bt_accept_dequeue() freed sk\nand touched it after that.\n\nThe root cause would be the racy l2cap_sock_cleanup_listen() call\nadded by the cited commit.\n\nbt_accept_dequeue() is called under lock_sock() except for\nl2cap_sock_release().\n\nTwo threads could see the same socket during the list iteration\nin bt_accept_dequeue():\n\n CPU1 CPU2 (close())\n ---- ----\n sock_hold(sk) sock_hold(sk);\n lock_sock(sk) \u003c-- block close()\n sock_put(sk)\n bt_accept_unlink(sk)\n sock_put(sk) \u003c-- refcnt by bt_accept_enqueue()\n release_sock(sk)\n lock_sock(sk)\n sock_put(sk)\n bt_accept_unlink(sk)\n sock_put(sk) \u003c-- last refcnt\n bt_accept_unlink(sk) \u003c-- UAF\n\nDepending on the timing, the other thread could show up in the\n\"Freed by task\" part.\n\nLet\u0027s call l2cap_sock_cleanup_listen() under lock_sock() in\nl2cap_sock_release().\n\n[0]:\nBUG: KASAN: slab-use-after-free in debug_spin_lock_before kernel/locking/spinlock_debug.c:86 [inline]\nBUG: KASAN: slab-use-after-free in do_raw_spin_lock+0x26f/0x2b0 kernel/locking/spinlock_debug.c:115\nRead of size 4 at addr ffff88803b7eb1c4 by task syz.5.3276/16995\nCPU: 3 UID: 0 PID: 16995 Comm: syz.5.3276 Not tainted syzkaller #0 PREEMPT(full)\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-debian-1.16.3-2~bpo12+1 04/01/2014\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:94 [inline]\n dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:378 [inline]\n print_report+0xcd/0x630 mm/kasan/report.c:482\n kasan_report+0xe0/0x110 mm/kasan/report.c:595\n debug_spin_lock_before kernel/locking/spinlock_debug.c:86 [inline]\n do_raw_spin_lock+0x26f/0x2b0 kernel/locking/spinlock_debug.c:115\n spin_lock_bh include/linux/spinlock.h:356 [inline]\n release_sock+0x21/0x220 net/core/sock.c:3746\n bt_accept_dequeue+0x505/0x600 net/bluetooth/af_bluetooth.c:312\n l2cap_sock_cleanup_listen+0x5c/0x2a0 net/bluetooth/l2cap_sock.c:1451\n l2cap_sock_release+0x5c/0x210 net/bluetooth/l2cap_sock.c:1425\n __sock_release+0xb3/0x270 net/socket.c:649\n sock_close+0x1c/0x30 net/socket.c:1439\n __fput+0x3ff/0xb70 fs/file_table.c:468\n task_work_run+0x14d/0x240 kernel/task_work.c:227\n resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]\n exit_to_user_mode_loop+0xeb/0x110 kernel/entry/common.c:43\n exit_to_user_mode_prepare include/linux/irq-entry-common.h:225 [inline]\n syscall_exit_to_user_mode_work include/linux/entry-common.h:175 [inline]\n syscall_exit_to_user_mode include/linux/entry-common.h:210 [inline]\n do_syscall_64+0x3f6/0x4c0 arch/x86/entry/syscall_64.c:100\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\nRIP: 0033:0x7f2accf8ebe9\nCode: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 \u003c48\u003e 3d 01 f0 ff ff 73 01 c3 48 c7 c1 a8 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffdb6cb1378 EFLAGS: 00000246 ORIG_RAX: 00000000000001b4\nRAX: 0000000000000000 RBX: 00000000000426fb RCX: 00007f2accf8ebe9\nRDX: 0000000000000000 RSI: 000000000000001e RDI: 0000000000000003\nRBP: 00007f2acd1b7da0 R08: 0000000000000001 R09: 00000012b6cb166f\nR10: 0000001b30e20000 R11: 0000000000000246 R12: 00007f2acd1b609c\nR13: 00007f2acd1b6090 R14: ffffffffffffffff R15: 00007ffdb6cb1490\n \u003c/TASK\u003e\n\nAllocated by task 5326:\n kasan_save_stack+0x33/0x60 mm/kasan/common.c:47\n kasan_save_track+0x14/0x30 mm/kasan/common.c:68\n poison_kmalloc_redzone mm/kasan/common.c:388 [inline]\n __kasan_kmalloc+0xaa/0xb0 mm/kasan/common.c:405\n kasan_kmalloc include/linux/kasan.h:260 [inline]\n __do_kmalloc_node mm/slub.c:4365 [inline]\n __kmalloc_nopro\n---truncated---",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-39860"
},
{
"cve": "CVE-2025-39864",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: cfg80211: fix use-after-free in cmp_bss()\n\nFollowing bss_free() quirk introduced in commit 776b3580178f\n(\"cfg80211: track hidden SSID networks properly\"), adjust\ncfg80211_update_known_bss() to free the last beacon frame\nelements only if they\u0027re not shared via the corresponding\n\u0027hidden_beacon_bss\u0027 pointer.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-39864"
},
{
"cve": "CVE-2025-39865",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntee: fix NULL pointer dereference in tee_shm_put\n\ntee_shm_put have NULL pointer dereference:\n\n__optee_disable_shm_cache --\u003e\n\tshm = reg_pair_to_ptr(...);//shm maybe return NULL\n tee_shm_free(shm); --\u003e\n\t\ttee_shm_put(shm);//crash\n\nAdd check in tee_shm_put to fix it.\n\npanic log:\nUnable to handle kernel paging request at virtual address 0000000000100cca\nMem abort info:\nESR = 0x0000000096000004\nEC = 0x25: DABT (current EL), IL = 32 bits\nSET = 0, FnV = 0\nEA = 0, S1PTW = 0\nFSC = 0x04: level 0 translation fault\nData abort info:\nISV = 0, ISS = 0x00000004, ISS2 = 0x00000000\nCM = 0, WnR = 0, TnD = 0, TagAccess = 0\nGCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0\nuser pgtable: 4k pages, 48-bit VAs, pgdp=0000002049d07000\n[0000000000100cca] pgd=0000000000000000, p4d=0000000000000000\nInternal error: Oops: 0000000096000004 [#1] SMP\nCPU: 2 PID: 14442 Comm: systemd-sleep Tainted: P OE ------- ----\n6.6.0-39-generic #38\nSource Version: 938b255f6cb8817c95b0dd5c8c2944acfce94b07\nHardware name: greatwall GW-001Y1A-FTH, BIOS Great Wall BIOS V3.0\n10/26/2022\npstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : tee_shm_put+0x24/0x188\nlr : tee_shm_free+0x14/0x28\nsp : ffff001f98f9faf0\nx29: ffff001f98f9faf0 x28: ffff0020df543cc0 x27: 0000000000000000\nx26: ffff001f811344a0 x25: ffff8000818dac00 x24: ffff800082d8d048\nx23: ffff001f850fcd18 x22: 0000000000000001 x21: ffff001f98f9fb88\nx20: ffff001f83e76218 x19: ffff001f83e761e0 x18: 000000000000ffff\nx17: 303a30303a303030 x16: 0000000000000000 x15: 0000000000000003\nx14: 0000000000000001 x13: 0000000000000000 x12: 0101010101010101\nx11: 0000000000000001 x10: 0000000000000001 x9 : ffff800080e08d0c\nx8 : ffff001f98f9fb88 x7 : 0000000000000000 x6 : 0000000000000000\nx5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000000\nx2 : ffff001f83e761e0 x1 : 00000000ffff001f x0 : 0000000000100cca\nCall trace:\ntee_shm_put+0x24/0x188\ntee_shm_free+0x14/0x28\n__optee_disable_shm_cache+0xa8/0x108\noptee_shutdown+0x28/0x38\nplatform_shutdown+0x28/0x40\ndevice_shutdown+0x144/0x2b0\nkernel_power_off+0x3c/0x80\nhibernate+0x35c/0x388\nstate_store+0x64/0x80\nkobj_attr_store+0x14/0x28\nsysfs_kf_write+0x48/0x60\nkernfs_fop_write_iter+0x128/0x1c0\nvfs_write+0x270/0x370\nksys_write+0x6c/0x100\n__arm64_sys_write+0x20/0x30\ninvoke_syscall+0x4c/0x120\nel0_svc_common.constprop.0+0x44/0xf0\ndo_el0_svc+0x24/0x38\nel0_svc+0x24/0x88\nel0t_64_sync_handler+0x134/0x150\nel0t_64_sync+0x14c/0x15",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-39865"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "libexpat in Expat before 2.7.2 allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"1",
"3",
"4",
"5",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"6"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109997626/"
},
{
"category": "vendor_fix",
"details": "See Section Additional Information.",
"product_ids": [
"2"
]
},
{
"category": "vendor_fix",
"details": "Update to V3.3 or later version",
"product_ids": [
"2"
]
}
],
"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": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16"
]
}
],
"title": "CVE-2025-59375"
}
]
}
SUSE-SU-2025:03173-1
Vulnerability from csaf_suse - Published: 2025-09-11 12:55 - Updated: 2025-09-11 12:55| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:curl-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl-devel-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-32bit-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:curl-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl-devel-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-32bit-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-8.0.1-11.108.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for curl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for curl fixes the following issues:\n\n- CVE-2025-9086: bug in path comparison logic when processing cookies can lead to out-of-bounds read in heap buffer\n (bsc#1249191).\n- CVE-2025-10148: predictable websocket mask can lead to proxy cache poisoning by malicious server (bsc#1249348).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3173,SUSE-SLE-SERVER-12-SP5-LTSS-2025-3173,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3173",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03173-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03173-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503173-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03173-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041656.html"
},
{
"category": "self",
"summary": "SUSE Bug 1249191",
"url": "https://bugzilla.suse.com/1249191"
},
{
"category": "self",
"summary": "SUSE Bug 1249348",
"url": "https://bugzilla.suse.com/1249348"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-10148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-10148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9086 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9086/"
}
],
"title": "Security update for curl",
"tracking": {
"current_release_date": "2025-09-11T12:55:00Z",
"generator": {
"date": "2025-09-11T12:55:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03173-1",
"initial_release_date": "2025-09-11T12:55:00Z",
"revision_history": [
{
"date": "2025-09-11T12:55:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "curl-8.0.1-11.108.1.aarch64",
"product": {
"name": "curl-8.0.1-11.108.1.aarch64",
"product_id": "curl-8.0.1-11.108.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.0.1-11.108.1.aarch64",
"product": {
"name": "libcurl-devel-8.0.1-11.108.1.aarch64",
"product_id": "libcurl-devel-8.0.1-11.108.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.0.1-11.108.1.aarch64",
"product": {
"name": "libcurl4-8.0.1-11.108.1.aarch64",
"product_id": "libcurl4-8.0.1-11.108.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcurl-devel-64bit-8.0.1-11.108.1.aarch64_ilp32",
"product": {
"name": "libcurl-devel-64bit-8.0.1-11.108.1.aarch64_ilp32",
"product_id": "libcurl-devel-64bit-8.0.1-11.108.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcurl4-64bit-8.0.1-11.108.1.aarch64_ilp32",
"product": {
"name": "libcurl4-64bit-8.0.1-11.108.1.aarch64_ilp32",
"product_id": "libcurl4-64bit-8.0.1-11.108.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.0.1-11.108.1.i586",
"product": {
"name": "curl-8.0.1-11.108.1.i586",
"product_id": "curl-8.0.1-11.108.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.0.1-11.108.1.i586",
"product": {
"name": "libcurl-devel-8.0.1-11.108.1.i586",
"product_id": "libcurl-devel-8.0.1-11.108.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl4-8.0.1-11.108.1.i586",
"product": {
"name": "libcurl4-8.0.1-11.108.1.i586",
"product_id": "libcurl4-8.0.1-11.108.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.0.1-11.108.1.ppc64le",
"product": {
"name": "curl-8.0.1-11.108.1.ppc64le",
"product_id": "curl-8.0.1-11.108.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.0.1-11.108.1.ppc64le",
"product": {
"name": "libcurl-devel-8.0.1-11.108.1.ppc64le",
"product_id": "libcurl-devel-8.0.1-11.108.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl4-8.0.1-11.108.1.ppc64le",
"product": {
"name": "libcurl4-8.0.1-11.108.1.ppc64le",
"product_id": "libcurl4-8.0.1-11.108.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.0.1-11.108.1.s390",
"product": {
"name": "curl-8.0.1-11.108.1.s390",
"product_id": "curl-8.0.1-11.108.1.s390"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.0.1-11.108.1.s390",
"product": {
"name": "libcurl-devel-8.0.1-11.108.1.s390",
"product_id": "libcurl-devel-8.0.1-11.108.1.s390"
}
},
{
"category": "product_version",
"name": "libcurl4-8.0.1-11.108.1.s390",
"product": {
"name": "libcurl4-8.0.1-11.108.1.s390",
"product_id": "libcurl4-8.0.1-11.108.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.0.1-11.108.1.s390x",
"product": {
"name": "curl-8.0.1-11.108.1.s390x",
"product_id": "curl-8.0.1-11.108.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.0.1-11.108.1.s390x",
"product": {
"name": "libcurl-devel-8.0.1-11.108.1.s390x",
"product_id": "libcurl-devel-8.0.1-11.108.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-devel-32bit-8.0.1-11.108.1.s390x",
"product": {
"name": "libcurl-devel-32bit-8.0.1-11.108.1.s390x",
"product_id": "libcurl-devel-32bit-8.0.1-11.108.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-8.0.1-11.108.1.s390x",
"product": {
"name": "libcurl4-8.0.1-11.108.1.s390x",
"product_id": "libcurl4-8.0.1-11.108.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-32bit-8.0.1-11.108.1.s390x",
"product": {
"name": "libcurl4-32bit-8.0.1-11.108.1.s390x",
"product_id": "libcurl4-32bit-8.0.1-11.108.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.0.1-11.108.1.x86_64",
"product": {
"name": "curl-8.0.1-11.108.1.x86_64",
"product_id": "curl-8.0.1-11.108.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.0.1-11.108.1.x86_64",
"product": {
"name": "libcurl-devel-8.0.1-11.108.1.x86_64",
"product_id": "libcurl-devel-8.0.1-11.108.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-32bit-8.0.1-11.108.1.x86_64",
"product": {
"name": "libcurl-devel-32bit-8.0.1-11.108.1.x86_64",
"product_id": "libcurl-devel-32bit-8.0.1-11.108.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.0.1-11.108.1.x86_64",
"product": {
"name": "libcurl4-8.0.1-11.108.1.x86_64",
"product_id": "libcurl4-8.0.1-11.108.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-32bit-8.0.1-11.108.1.x86_64",
"product": {
"name": "libcurl4-32bit-8.0.1-11.108.1.x86_64",
"product_id": "libcurl4-32bit-8.0.1-11.108.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.0.1-11.108.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.aarch64"
},
"product_reference": "curl-8.0.1-11.108.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.0.1-11.108.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.ppc64le"
},
"product_reference": "curl-8.0.1-11.108.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.0.1-11.108.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.s390x"
},
"product_reference": "curl-8.0.1-11.108.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.0.1-11.108.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.x86_64"
},
"product_reference": "curl-8.0.1-11.108.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.0.1-11.108.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.aarch64"
},
"product_reference": "libcurl-devel-8.0.1-11.108.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.0.1-11.108.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.ppc64le"
},
"product_reference": "libcurl-devel-8.0.1-11.108.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.0.1-11.108.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.s390x"
},
"product_reference": "libcurl-devel-8.0.1-11.108.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.0.1-11.108.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.x86_64"
},
"product_reference": "libcurl-devel-8.0.1-11.108.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.0.1-11.108.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.aarch64"
},
"product_reference": "libcurl4-8.0.1-11.108.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.0.1-11.108.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.ppc64le"
},
"product_reference": "libcurl4-8.0.1-11.108.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.0.1-11.108.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.s390x"
},
"product_reference": "libcurl4-8.0.1-11.108.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.0.1-11.108.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.x86_64"
},
"product_reference": "libcurl4-8.0.1-11.108.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.0.1-11.108.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.s390x"
},
"product_reference": "libcurl4-32bit-8.0.1-11.108.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.0.1-11.108.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.0.1-11.108.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.0.1-11.108.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:curl-8.0.1-11.108.1.x86_64"
},
"product_reference": "curl-8.0.1-11.108.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.0.1-11.108.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl-devel-8.0.1-11.108.1.x86_64"
},
"product_reference": "libcurl-devel-8.0.1-11.108.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.0.1-11.108.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-8.0.1-11.108.1.x86_64"
},
"product_reference": "libcurl4-8.0.1-11.108.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.0.1-11.108.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-32bit-8.0.1-11.108.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.0.1-11.108.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-10148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-10148"
}
],
"notes": [
{
"category": "general",
"text": "curl\u0027s websocket code did not update the 32 bit mask pattern for each new\n outgoing frame as the specification says. Instead it used a fixed mask that\npersisted and was used throughout the entire connection.\n\nA predictable mask pattern allows for a malicious server to induce traffic\nbetween the two communicating parties that could be interpreted by an involved\nproxy (configured or transparent) as genuine, real, HTTP traffic with content\nand thereby poison its cache. That cached poisoned content could then be\nserved to all users of that proxy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-8.0.1-11.108.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-10148",
"url": "https://www.suse.com/security/cve/CVE-2025-10148"
},
{
"category": "external",
"summary": "SUSE Bug 1249348 for CVE-2025-10148",
"url": "https://bugzilla.suse.com/1249348"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-8.0.1-11.108.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T12:55:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-9086",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9086"
}
],
"notes": [
{
"category": "general",
"text": "1. A cookie is set using the `secure` keyword for `https://target`\n2. curl is redirected to or otherwise made to speak with `http://target` (same\n hostname, but using clear text HTTP) using the same cookie set\n3. The same cookie name is set - but with just a slash as path (`path=\u0027/\u0027`).\n Since this site is not secure, the cookie *should* just be ignored.\n4. A bug in the path comparison logic makes curl read outside a heap buffer\n boundary\n\nThe bug either causes a crash or it potentially makes the comparison come to\nthe wrong conclusion and lets the clear-text site override the contents of the\nsecure cookie, contrary to expectations and depending on the memory contents\nimmediately following the single-byte allocation that holds the path.\n\nThe presumed and correct behavior would be to plainly ignore the second set of\nthe cookie since it was already set as secure on a secure host so overriding\nit on an insecure host should not be okay.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-8.0.1-11.108.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9086",
"url": "https://www.suse.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "SUSE Bug 1249191 for CVE-2025-9086",
"url": "https://bugzilla.suse.com/1249191"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-8.0.1-11.108.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libcurl4-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:curl-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl-devel-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-32bit-8.0.1-11.108.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libcurl4-8.0.1-11.108.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T12:55:00Z",
"details": "important"
}
],
"title": "CVE-2025-9086"
}
]
}
SUSE-SU-2025:03198-1
Vulnerability from csaf_suse - Published: 2025-09-12 12:15 - Updated: 2025-09-12 12:15| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for curl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for curl fixes the following issues:\n\nUpdate to version 8.14.1 (jsc#PED-13055, jsc#PED-13056). \n \nSecurity issues fixed:\n\n- CVE-2025-0665: eventfd double close can cause libcurl to act unreliably (bsc#1236589).\n- CVE-2025-4947: QUIC certificate check is skipped with wolfSSL allows for MITM attacks (bsc#1243397).\n- CVE-2025-5025: no QUIC certificate pinning with wolfSSL can lead to connections to impostor servers that are not\n easily noticed (bsc#1243706).\n- CVE-2025-5399: bug in websocket code can cause libcurl to get trapped in an endless busy-loop when processing\n specially crafted packets (bsc#1243933).\n- CVE-2024-6874: punycode conversions to/from IDN can leak stack content when libcurl is built to use the macidn IDN\n backend (bsc#1228260).\n- CVE-2025-9086: bug in patch comparison logic when processing cookies can lead to out-of-bounds read in heap buffer\n (bsc#1249191).\n- CVE-2025-10148: predictable websocket mask can lead to proxy cache poisoning by malicious server (bsc#1249348).\n\nOther issues fixed:\n \n- Fix wrong return code when --retry is used (bsc#1249367).\n * tool_operate: fix return code when --retry is used but not triggered [b42776b]\n \n- Fix the --ftp-pasv option in curl v8.14.1 (bsc#1246197).\n * tool_getparam: fix --ftp-pasv [5f805ee]\n\n- Fixed with version 8.14.1:\n * TLS: add CURLOPT_SSL_SIGNATURE_ALGORITHMS and --sigalgs.\n * websocket: add option to disable auto-pong reply.\n * huge number of bugfixes.\n\n Please see https://curl.se/ch/ for full changelogs.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3198,SUSE-SLE-Module-Basesystem-15-SP6-2025-3198,SUSE-SLE-Module-Basesystem-15-SP7-2025-3198,openSUSE-SLE-15.6-2025-3198",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03198-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03198-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503198-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03198-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041687.html"
},
{
"category": "self",
"summary": "SUSE Bug 1228260",
"url": "https://bugzilla.suse.com/1228260"
},
{
"category": "self",
"summary": "SUSE Bug 1236589",
"url": "https://bugzilla.suse.com/1236589"
},
{
"category": "self",
"summary": "SUSE Bug 1243397",
"url": "https://bugzilla.suse.com/1243397"
},
{
"category": "self",
"summary": "SUSE Bug 1243706",
"url": "https://bugzilla.suse.com/1243706"
},
{
"category": "self",
"summary": "SUSE Bug 1243933",
"url": "https://bugzilla.suse.com/1243933"
},
{
"category": "self",
"summary": "SUSE Bug 1246197",
"url": "https://bugzilla.suse.com/1246197"
},
{
"category": "self",
"summary": "SUSE Bug 1249191",
"url": "https://bugzilla.suse.com/1249191"
},
{
"category": "self",
"summary": "SUSE Bug 1249348",
"url": "https://bugzilla.suse.com/1249348"
},
{
"category": "self",
"summary": "SUSE Bug 1249367",
"url": "https://bugzilla.suse.com/1249367"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6874 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0665 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0665/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-10148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-10148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4947 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4947/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5025 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5025/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5399 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5399/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9086 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9086/"
}
],
"title": "Security update for curl",
"tracking": {
"current_release_date": "2025-09-12T12:15:10Z",
"generator": {
"date": "2025-09-12T12:15:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03198-1",
"initial_release_date": "2025-09-12T12:15:10Z",
"revision_history": [
{
"date": "2025-09-12T12:15:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150600.4.28.1.aarch64",
"product": {
"name": "curl-8.14.1-150600.4.28.1.aarch64",
"product_id": "curl-8.14.1-150600.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"product": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"product_id": "libcurl-devel-8.14.1-150600.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150600.4.28.1.aarch64",
"product": {
"name": "libcurl-mini4-8.14.1-150600.4.28.1.aarch64",
"product_id": "libcurl-mini4-8.14.1-150600.4.28.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150600.4.28.1.aarch64",
"product": {
"name": "libcurl4-8.14.1-150600.4.28.1.aarch64",
"product_id": "libcurl4-8.14.1-150600.4.28.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcurl-devel-64bit-8.14.1-150600.4.28.1.aarch64_ilp32",
"product": {
"name": "libcurl-devel-64bit-8.14.1-150600.4.28.1.aarch64_ilp32",
"product_id": "libcurl-devel-64bit-8.14.1-150600.4.28.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcurl4-64bit-8.14.1-150600.4.28.1.aarch64_ilp32",
"product": {
"name": "libcurl4-64bit-8.14.1-150600.4.28.1.aarch64_ilp32",
"product_id": "libcurl4-64bit-8.14.1-150600.4.28.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150600.4.28.1.i586",
"product": {
"name": "curl-8.14.1-150600.4.28.1.i586",
"product_id": "curl-8.14.1-150600.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150600.4.28.1.i586",
"product": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.i586",
"product_id": "libcurl-devel-8.14.1-150600.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150600.4.28.1.i586",
"product": {
"name": "libcurl-mini4-8.14.1-150600.4.28.1.i586",
"product_id": "libcurl-mini4-8.14.1-150600.4.28.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150600.4.28.1.i586",
"product": {
"name": "libcurl4-8.14.1-150600.4.28.1.i586",
"product_id": "libcurl4-8.14.1-150600.4.28.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-fish-completion-8.14.1-150600.4.28.1.noarch",
"product": {
"name": "curl-fish-completion-8.14.1-150600.4.28.1.noarch",
"product_id": "curl-fish-completion-8.14.1-150600.4.28.1.noarch"
}
},
{
"category": "product_version",
"name": "curl-zsh-completion-8.14.1-150600.4.28.1.noarch",
"product": {
"name": "curl-zsh-completion-8.14.1-150600.4.28.1.noarch",
"product_id": "curl-zsh-completion-8.14.1-150600.4.28.1.noarch"
}
},
{
"category": "product_version",
"name": "libcurl-devel-doc-8.14.1-150600.4.28.1.noarch",
"product": {
"name": "libcurl-devel-doc-8.14.1-150600.4.28.1.noarch",
"product_id": "libcurl-devel-doc-8.14.1-150600.4.28.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150600.4.28.1.ppc64le",
"product": {
"name": "curl-8.14.1-150600.4.28.1.ppc64le",
"product_id": "curl-8.14.1-150600.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"product": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"product_id": "libcurl-devel-8.14.1-150600.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150600.4.28.1.ppc64le",
"product": {
"name": "libcurl-mini4-8.14.1-150600.4.28.1.ppc64le",
"product_id": "libcurl-mini4-8.14.1-150600.4.28.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150600.4.28.1.ppc64le",
"product": {
"name": "libcurl4-8.14.1-150600.4.28.1.ppc64le",
"product_id": "libcurl4-8.14.1-150600.4.28.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150600.4.28.1.s390x",
"product": {
"name": "curl-8.14.1-150600.4.28.1.s390x",
"product_id": "curl-8.14.1-150600.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150600.4.28.1.s390x",
"product": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.s390x",
"product_id": "libcurl-devel-8.14.1-150600.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150600.4.28.1.s390x",
"product": {
"name": "libcurl-mini4-8.14.1-150600.4.28.1.s390x",
"product_id": "libcurl-mini4-8.14.1-150600.4.28.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150600.4.28.1.s390x",
"product": {
"name": "libcurl4-8.14.1-150600.4.28.1.s390x",
"product_id": "libcurl4-8.14.1-150600.4.28.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150600.4.28.1.x86_64",
"product": {
"name": "curl-8.14.1-150600.4.28.1.x86_64",
"product_id": "curl-8.14.1-150600.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"product": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"product_id": "libcurl-devel-8.14.1-150600.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"product": {
"name": "libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"product_id": "libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150600.4.28.1.x86_64",
"product": {
"name": "libcurl-mini4-8.14.1-150600.4.28.1.x86_64",
"product_id": "libcurl-mini4-8.14.1-150600.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150600.4.28.1.x86_64",
"product": {
"name": "libcurl4-8.14.1-150600.4.28.1.x86_64",
"product_id": "libcurl4-8.14.1-150600.4.28.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"product": {
"name": "libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"product_id": "libcurl4-32bit-8.14.1-150600.4.28.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64"
},
"product_reference": "curl-8.14.1-150600.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le"
},
"product_reference": "curl-8.14.1-150600.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x"
},
"product_reference": "curl-8.14.1-150600.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "curl-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64"
},
"product_reference": "curl-8.14.1-150600.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le"
},
"product_reference": "curl-8.14.1-150600.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x"
},
"product_reference": "curl-8.14.1-150600.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "curl-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64"
},
"product_reference": "curl-8.14.1-150600.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le"
},
"product_reference": "curl-8.14.1-150600.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x"
},
"product_reference": "curl-8.14.1-150600.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150600.4.28.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "curl-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150600.4.28.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150600.4.28.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150600.4.28.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6874"
}
],
"notes": [
{
"category": "general",
"text": "libcurl\u0027s URL API function\n[curl_url_get()](https://curl.se/libcurl/c/curl_url_get.html) offers punycode\nconversions, to and from IDN. Asking to convert a name that is exactly 256\nbytes, libcurl ends up reading outside of a stack based buffer when built to\nuse the *macidn* IDN backend. The conversion function then fills up the\nprovided buffer exactly - but does not null terminate the string.\n\nThis flaw can lead to stack contents accidently getting returned as part of\nthe converted string.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6874",
"url": "https://www.suse.com/security/cve/CVE-2024-6874"
},
{
"category": "external",
"summary": "SUSE Bug 1228260 for CVE-2024-6874",
"url": "https://bugzilla.suse.com/1228260"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-12T12:15:10Z",
"details": "moderate"
}
],
"title": "CVE-2024-6874"
},
{
"cve": "CVE-2025-0665",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0665"
}
],
"notes": [
{
"category": "general",
"text": "libcurl would wrongly close the same eventfd file descriptor twice when taking\ndown a connection channel after having completed a threaded name resolve.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0665",
"url": "https://www.suse.com/security/cve/CVE-2025-0665"
},
{
"category": "external",
"summary": "SUSE Bug 1236589 for CVE-2025-0665",
"url": "https://bugzilla.suse.com/1236589"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-12T12:15:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-0665"
},
{
"cve": "CVE-2025-10148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-10148"
}
],
"notes": [
{
"category": "general",
"text": "curl\u0027s websocket code did not update the 32 bit mask pattern for each new\n outgoing frame as the specification says. Instead it used a fixed mask that\npersisted and was used throughout the entire connection.\n\nA predictable mask pattern allows for a malicious server to induce traffic\nbetween the two communicating parties that could be interpreted by an involved\nproxy (configured or transparent) as genuine, real, HTTP traffic with content\nand thereby poison its cache. That cached poisoned content could then be\nserved to all users of that proxy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-10148",
"url": "https://www.suse.com/security/cve/CVE-2025-10148"
},
{
"category": "external",
"summary": "SUSE Bug 1249348 for CVE-2025-10148",
"url": "https://bugzilla.suse.com/1249348"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-12T12:15:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-4947",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4947"
}
],
"notes": [
{
"category": "general",
"text": "libcurl accidentally skips the certificate verification for QUIC connections when connecting to a host specified as an IP address in the URL. Therefore, it does not detect impostors or man-in-the-middle attacks.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4947",
"url": "https://www.suse.com/security/cve/CVE-2025-4947"
},
{
"category": "external",
"summary": "SUSE Bug 1243397 for CVE-2025-4947",
"url": "https://bugzilla.suse.com/1243397"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-12T12:15:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-4947"
},
{
"cve": "CVE-2025-5025",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5025"
}
],
"notes": [
{
"category": "general",
"text": "libcurl supports *pinning* of the server certificate public key for HTTPS transfers. Due to an omission, this check is not performed when connecting with QUIC for HTTP/3, when the TLS backend is wolfSSL. Documentation says the option works with wolfSSL, failing to specify that it does not for QUIC and HTTP/3. Since pinning makes the transfer succeed if the pin is fine, users could unwittingly connect to an impostor server without noticing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5025",
"url": "https://www.suse.com/security/cve/CVE-2025-5025"
},
{
"category": "external",
"summary": "SUSE Bug 1243706 for CVE-2025-5025",
"url": "https://bugzilla.suse.com/1243706"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-12T12:15:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-5025"
},
{
"cve": "CVE-2025-5399",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5399"
}
],
"notes": [
{
"category": "general",
"text": "Due to a mistake in libcurl\u0027s WebSocket code, a malicious server can send a\nparticularly crafted packet which makes libcurl get trapped in an endless\nbusy-loop.\n\nThere is no other way for the application to escape or exit this loop other\nthan killing the thread/process.\n\nThis might be used to DoS libcurl-using application.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5399",
"url": "https://www.suse.com/security/cve/CVE-2025-5399"
},
{
"category": "external",
"summary": "SUSE Bug 1243933 for CVE-2025-5399",
"url": "https://bugzilla.suse.com/1243933"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-12T12:15:10Z",
"details": "moderate"
}
],
"title": "CVE-2025-5399"
},
{
"cve": "CVE-2025-9086",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9086"
}
],
"notes": [
{
"category": "general",
"text": "1. A cookie is set using the `secure` keyword for `https://target`\n2. curl is redirected to or otherwise made to speak with `http://target` (same\n hostname, but using clear text HTTP) using the same cookie set\n3. The same cookie name is set - but with just a slash as path (`path=\u0027/\u0027`).\n Since this site is not secure, the cookie *should* just be ignored.\n4. A bug in the path comparison logic makes curl read outside a heap buffer\n boundary\n\nThe bug either causes a crash or it potentially makes the comparison come to\nthe wrong conclusion and lets the clear-text site override the contents of the\nsecure cookie, contrary to expectations and depending on the memory contents\nimmediately following the single-byte allocation that holds the path.\n\nThe presumed and correct behavior would be to plainly ignore the second set of\nthe cookie since it was already set as secure on a secure host so overriding\nit on an insecure host should not be okay.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9086",
"url": "https://www.suse.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "SUSE Bug 1249191 for CVE-2025-9086",
"url": "https://bugzilla.suse.com/1249191"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libcurl4-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:curl-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libcurl4-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:curl-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl-devel-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-32bit-8.14.1-150600.4.28.1.x86_64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.aarch64",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.ppc64le",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.s390x",
"openSUSE Leap 15.6:libcurl4-8.14.1-150600.4.28.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-12T12:15:10Z",
"details": "important"
}
],
"title": "CVE-2025-9086"
}
]
}
SUSE-SU-2025:03267-1
Vulnerability from csaf_suse - Published: 2025-09-18 11:06 - Updated: 2025-09-18 11:06| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for curl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for curl fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2025-9086: bug in patch comparison logic when processing cookies can lead to out-of-bounds read in heap buffer\n (bsc#1249191).\n- CVE-2025-10148: predictable websocket mask can lead to proxy cache poisoning by malicious server (bsc#1249348).\n \nOther issues fixed:\n \n- Fix the --ftp-pasv option in curl v8.14.1 (bsc#1246197).\n * tool_getparam: fix --ftp-pasv [5f805ee]\n\n- Update to version 8.14.1 (jsc#PED-13055, jsc#PED-13056).\n * TLS: add CURLOPT_SSL_SIGNATURE_ALGORITHMS and --sigalgs.\n * websocket: add option to disable auto-pong reply.\n * huge number of bugfixes.\n\n Please see https://curl.se/ch/ for full changelogs.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3267,SUSE-SLE-INSTALLER-15-SP4-2025-3267,SUSE-SLE-INSTALLER-15-SP5-2025-3267,SUSE-SLE-Micro-5.3-2025-3267,SUSE-SLE-Micro-5.4-2025-3267,SUSE-SLE-Micro-5.5-2025-3267,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3267,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3267,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3267,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3267,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3267,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3267,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3267,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-3267,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-3267",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03267-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03267-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503267-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03267-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041770.html"
},
{
"category": "self",
"summary": "SUSE Bug 1246197",
"url": "https://bugzilla.suse.com/1246197"
},
{
"category": "self",
"summary": "SUSE Bug 1249191",
"url": "https://bugzilla.suse.com/1249191"
},
{
"category": "self",
"summary": "SUSE Bug 1249348",
"url": "https://bugzilla.suse.com/1249348"
},
{
"category": "self",
"summary": "SUSE Bug 1249367",
"url": "https://bugzilla.suse.com/1249367"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-10148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-10148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9086 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9086/"
}
],
"title": "Security update for curl",
"tracking": {
"current_release_date": "2025-09-18T11:06:28Z",
"generator": {
"date": "2025-09-18T11:06:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03267-1",
"initial_release_date": "2025-09-18T11:06:28Z",
"revision_history": [
{
"date": "2025-09-18T11:06:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150400.5.69.1.aarch64",
"product": {
"name": "curl-8.14.1-150400.5.69.1.aarch64",
"product_id": "curl-8.14.1-150400.5.69.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"product": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"product_id": "libcurl-devel-8.14.1-150400.5.69.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150400.5.69.1.aarch64",
"product": {
"name": "libcurl-mini4-8.14.1-150400.5.69.1.aarch64",
"product_id": "libcurl-mini4-8.14.1-150400.5.69.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"product": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"product_id": "libcurl4-8.14.1-150400.5.69.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcurl-devel-64bit-8.14.1-150400.5.69.1.aarch64_ilp32",
"product": {
"name": "libcurl-devel-64bit-8.14.1-150400.5.69.1.aarch64_ilp32",
"product_id": "libcurl-devel-64bit-8.14.1-150400.5.69.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcurl4-64bit-8.14.1-150400.5.69.1.aarch64_ilp32",
"product": {
"name": "libcurl4-64bit-8.14.1-150400.5.69.1.aarch64_ilp32",
"product_id": "libcurl4-64bit-8.14.1-150400.5.69.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150400.5.69.1.i586",
"product": {
"name": "curl-8.14.1-150400.5.69.1.i586",
"product_id": "curl-8.14.1-150400.5.69.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150400.5.69.1.i586",
"product": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.i586",
"product_id": "libcurl-devel-8.14.1-150400.5.69.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150400.5.69.1.i586",
"product": {
"name": "libcurl-mini4-8.14.1-150400.5.69.1.i586",
"product_id": "libcurl-mini4-8.14.1-150400.5.69.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150400.5.69.1.i586",
"product": {
"name": "libcurl4-8.14.1-150400.5.69.1.i586",
"product_id": "libcurl4-8.14.1-150400.5.69.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-fish-completion-8.14.1-150400.5.69.1.noarch",
"product": {
"name": "curl-fish-completion-8.14.1-150400.5.69.1.noarch",
"product_id": "curl-fish-completion-8.14.1-150400.5.69.1.noarch"
}
},
{
"category": "product_version",
"name": "curl-zsh-completion-8.14.1-150400.5.69.1.noarch",
"product": {
"name": "curl-zsh-completion-8.14.1-150400.5.69.1.noarch",
"product_id": "curl-zsh-completion-8.14.1-150400.5.69.1.noarch"
}
},
{
"category": "product_version",
"name": "libcurl-devel-doc-8.14.1-150400.5.69.1.noarch",
"product": {
"name": "libcurl-devel-doc-8.14.1-150400.5.69.1.noarch",
"product_id": "libcurl-devel-doc-8.14.1-150400.5.69.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150400.5.69.1.ppc64le",
"product": {
"name": "curl-8.14.1-150400.5.69.1.ppc64le",
"product_id": "curl-8.14.1-150400.5.69.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"product": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"product_id": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150400.5.69.1.ppc64le",
"product": {
"name": "libcurl-mini4-8.14.1-150400.5.69.1.ppc64le",
"product_id": "libcurl-mini4-8.14.1-150400.5.69.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150400.5.69.1.ppc64le",
"product": {
"name": "libcurl4-8.14.1-150400.5.69.1.ppc64le",
"product_id": "libcurl4-8.14.1-150400.5.69.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150400.5.69.1.s390x",
"product": {
"name": "curl-8.14.1-150400.5.69.1.s390x",
"product_id": "curl-8.14.1-150400.5.69.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150400.5.69.1.s390x",
"product": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.s390x",
"product_id": "libcurl-devel-8.14.1-150400.5.69.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150400.5.69.1.s390x",
"product": {
"name": "libcurl-mini4-8.14.1-150400.5.69.1.s390x",
"product_id": "libcurl-mini4-8.14.1-150400.5.69.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150400.5.69.1.s390x",
"product": {
"name": "libcurl4-8.14.1-150400.5.69.1.s390x",
"product_id": "libcurl4-8.14.1-150400.5.69.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-150400.5.69.1.x86_64",
"product": {
"name": "curl-8.14.1-150400.5.69.1.x86_64",
"product_id": "curl-8.14.1-150400.5.69.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"product": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"product_id": "libcurl-devel-8.14.1-150400.5.69.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-32bit-8.14.1-150400.5.69.1.x86_64",
"product": {
"name": "libcurl-devel-32bit-8.14.1-150400.5.69.1.x86_64",
"product_id": "libcurl-devel-32bit-8.14.1-150400.5.69.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150400.5.69.1.x86_64",
"product": {
"name": "libcurl-mini4-8.14.1-150400.5.69.1.x86_64",
"product_id": "libcurl-mini4-8.14.1-150400.5.69.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"product": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"product_id": "libcurl4-8.14.1-150400.5.69.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"product": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"product_id": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Installer Updates 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Installer Updates 15 SP4",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP4"
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Installer Updates 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Installer Updates 15 SP5",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP5"
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy LTS 4.3",
"product": {
"name": "SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server LTS 4.3",
"product": {
"name": "SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server-lts:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15 SP4",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15 SP4",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Installer Updates 15 SP4",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15 SP4",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Installer Updates 15 SP5",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Installer Updates 15 SP5",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Installer Updates 15 SP5",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Installer Updates 15 SP5",
"product_id": "SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Installer Updates 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "curl-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "curl-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "curl-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "curl-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "curl-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "curl-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "curl-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "curl-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "curl-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "curl-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "curl-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150400.5.69.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "curl-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150400.5.69.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150400.5.69.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-10148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-10148"
}
],
"notes": [
{
"category": "general",
"text": "curl\u0027s websocket code did not update the 32 bit mask pattern for each new\n outgoing frame as the specification says. Instead it used a fixed mask that\npersisted and was used throughout the entire connection.\n\nA predictable mask pattern allows for a malicious server to induce traffic\nbetween the two communicating parties that could be interpreted by an involved\nproxy (configured or transparent) as genuine, real, HTTP traffic with content\nand thereby poison its cache. That cached poisoned content could then be\nserved to all users of that proxy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-10148",
"url": "https://www.suse.com/security/cve/CVE-2025-10148"
},
{
"category": "external",
"summary": "SUSE Bug 1249348 for CVE-2025-10148",
"url": "https://bugzilla.suse.com/1249348"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-18T11:06:28Z",
"details": "moderate"
}
],
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-9086",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9086"
}
],
"notes": [
{
"category": "general",
"text": "1. A cookie is set using the `secure` keyword for `https://target`\n2. curl is redirected to or otherwise made to speak with `http://target` (same\n hostname, but using clear text HTTP) using the same cookie set\n3. The same cookie name is set - but with just a slash as path (`path=\u0027/\u0027`).\n Since this site is not secure, the cookie *should* just be ignored.\n4. A bug in the path comparison logic makes curl read outside a heap buffer\n boundary\n\nThe bug either causes a crash or it potentially makes the comparison come to\nthe wrong conclusion and lets the clear-text site override the contents of the\nsecure cookie, contrary to expectations and depending on the memory contents\nimmediately following the single-byte allocation that holds the path.\n\nThe presumed and correct behavior would be to plainly ignore the second set of\nthe cookie since it was already set as secure on a secure host so overriding\nit on an insecure host should not be okay.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9086",
"url": "https://www.suse.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "SUSE Bug 1249191 for CVE-2025-9086",
"url": "https://bugzilla.suse.com/1249191"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Installer Updates 15 SP5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:curl-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl-devel-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-32bit-8.14.1-150400.5.69.1.x86_64",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.ppc64le",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.s390x",
"SUSE Manager Server LTS 4.3:libcurl4-8.14.1-150400.5.69.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-18T11:06:28Z",
"details": "important"
}
],
"title": "CVE-2025-9086"
}
]
}
SUSE-SU-2025:03268-1
Vulnerability from csaf_suse - Published: 2025-09-18 11:08 - Updated: 2025-09-18 11:08| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for curl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for curl fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2025-9086: bug in patch comparison logic when processing cookies can lead to out-of-bounds read in heap buffer\n (bsc#1249191).\n- CVE-2025-10148: predictable websocket mask can lead to proxy cache poisoning by malicious server (bsc#1249348).\n \nOther issues fixed:\n \n- Fix the --ftp-pasv option in curl v8.14.1 (bsc#1246197).\n * tool_getparam: fix --ftp-pasv [5f805ee]\n\n- Update to version 8.14.1 (jsc#PED-13055, jsc#PED-13056).\n * TLS: add CURLOPT_SSL_SIGNATURE_ALGORITHMS and --sigalgs.\n * websocket: add option to disable auto-pong reply.\n * huge number of bugfixes.\n\n Please see https://curl.se/ch/ for full changelogs.\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3268,SUSE-SLE-Micro-5.3-2025-3268,SUSE-SLE-Micro-5.4-2025-3268,SUSE-SLE-Micro-5.5-2025-3268,SUSE-SLE-Module-Basesystem-15-SP6-2025-3268,SUSE-SLE-Module-Basesystem-15-SP7-2025-3268,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3268,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3268,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3268,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3268,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3268,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3268,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3268,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3268,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3268,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3268,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3268,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-3268,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-3268,SUSE-SUSE-MicroOS-5.1-2025-3268,SUSE-SUSE-MicroOS-5.2-2025-3268,SUSE-Storage-7.1-2025-3268,openSUSE-SLE-15.6-2025-3268",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03268-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03268-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503268-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03268-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041769.html"
},
{
"category": "self",
"summary": "SUSE Bug 1246197",
"url": "https://bugzilla.suse.com/1246197"
},
{
"category": "self",
"summary": "SUSE Bug 1249191",
"url": "https://bugzilla.suse.com/1249191"
},
{
"category": "self",
"summary": "SUSE Bug 1249348",
"url": "https://bugzilla.suse.com/1249348"
},
{
"category": "self",
"summary": "SUSE Bug 1249367",
"url": "https://bugzilla.suse.com/1249367"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-10148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-10148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9086 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9086/"
}
],
"title": "Security update for curl",
"tracking": {
"current_release_date": "2025-09-18T11:08:43Z",
"generator": {
"date": "2025-09-18T11:08:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03268-1",
"initial_release_date": "2025-09-18T11:08:43Z",
"revision_history": [
{
"date": "2025-09-18T11:08:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "brotli-1.0.7-150200.3.5.1.aarch64",
"product": {
"name": "brotli-1.0.7-150200.3.5.1.aarch64",
"product_id": "brotli-1.0.7-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "curl-8.14.1-150200.4.91.1.aarch64",
"product": {
"name": "curl-8.14.1-150200.4.91.1.aarch64",
"product_id": "curl-8.14.1-150200.4.91.1.aarch64"
}
},
{
"category": "product_version",
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"product": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"product_id": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"product": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"product_id": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"product": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"product_id": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"product": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"product_id": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"product": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"product_id": "libcurl-devel-8.14.1-150200.4.91.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150200.4.91.1.aarch64",
"product": {
"name": "libcurl-mini4-8.14.1-150200.4.91.1.aarch64",
"product_id": "libcurl-mini4-8.14.1-150200.4.91.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150200.4.91.1.aarch64",
"product": {
"name": "libcurl4-8.14.1-150200.4.91.1.aarch64",
"product_id": "libcurl4-8.14.1-150200.4.91.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libbrotlicommon1-64bit-1.0.7-150200.3.5.1.aarch64_ilp32",
"product": {
"name": "libbrotlicommon1-64bit-1.0.7-150200.3.5.1.aarch64_ilp32",
"product_id": "libbrotlicommon1-64bit-1.0.7-150200.3.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libbrotlidec1-64bit-1.0.7-150200.3.5.1.aarch64_ilp32",
"product": {
"name": "libbrotlidec1-64bit-1.0.7-150200.3.5.1.aarch64_ilp32",
"product_id": "libbrotlidec1-64bit-1.0.7-150200.3.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libbrotlienc1-64bit-1.0.7-150200.3.5.1.aarch64_ilp32",
"product": {
"name": "libbrotlienc1-64bit-1.0.7-150200.3.5.1.aarch64_ilp32",
"product_id": "libbrotlienc1-64bit-1.0.7-150200.3.5.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcurl-devel-64bit-8.14.1-150200.4.91.1.aarch64_ilp32",
"product": {
"name": "libcurl-devel-64bit-8.14.1-150200.4.91.1.aarch64_ilp32",
"product_id": "libcurl-devel-64bit-8.14.1-150200.4.91.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libcurl4-64bit-8.14.1-150200.4.91.1.aarch64_ilp32",
"product": {
"name": "libcurl4-64bit-8.14.1-150200.4.91.1.aarch64_ilp32",
"product_id": "libcurl4-64bit-8.14.1-150200.4.91.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "brotli-1.0.7-150200.3.5.1.i586",
"product": {
"name": "brotli-1.0.7-150200.3.5.1.i586",
"product_id": "brotli-1.0.7-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "curl-8.14.1-150200.4.91.1.i586",
"product": {
"name": "curl-8.14.1-150200.4.91.1.i586",
"product_id": "curl-8.14.1-150200.4.91.1.i586"
}
},
{
"category": "product_version",
"name": "libbrotli-devel-1.0.7-150200.3.5.1.i586",
"product": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.i586",
"product_id": "libbrotli-devel-1.0.7-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.i586",
"product": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.i586",
"product_id": "libbrotlicommon1-1.0.7-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libbrotlidec1-1.0.7-150200.3.5.1.i586",
"product": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.i586",
"product_id": "libbrotlidec1-1.0.7-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libbrotlienc1-1.0.7-150200.3.5.1.i586",
"product": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.i586",
"product_id": "libbrotlienc1-1.0.7-150200.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150200.4.91.1.i586",
"product": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.i586",
"product_id": "libcurl-devel-8.14.1-150200.4.91.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150200.4.91.1.i586",
"product": {
"name": "libcurl-mini4-8.14.1-150200.4.91.1.i586",
"product_id": "libcurl-mini4-8.14.1-150200.4.91.1.i586"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150200.4.91.1.i586",
"product": {
"name": "libcurl4-8.14.1-150200.4.91.1.i586",
"product_id": "libcurl4-8.14.1-150200.4.91.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-fish-completion-8.14.1-150200.4.91.1.noarch",
"product": {
"name": "curl-fish-completion-8.14.1-150200.4.91.1.noarch",
"product_id": "curl-fish-completion-8.14.1-150200.4.91.1.noarch"
}
},
{
"category": "product_version",
"name": "curl-zsh-completion-8.14.1-150200.4.91.1.noarch",
"product": {
"name": "curl-zsh-completion-8.14.1-150200.4.91.1.noarch",
"product_id": "curl-zsh-completion-8.14.1-150200.4.91.1.noarch"
}
},
{
"category": "product_version",
"name": "libcurl-devel-doc-8.14.1-150200.4.91.1.noarch",
"product": {
"name": "libcurl-devel-doc-8.14.1-150200.4.91.1.noarch",
"product_id": "libcurl-devel-doc-8.14.1-150200.4.91.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "brotli-1.0.7-150200.3.5.1.ppc64le",
"product": {
"name": "brotli-1.0.7-150200.3.5.1.ppc64le",
"product_id": "brotli-1.0.7-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "curl-8.14.1-150200.4.91.1.ppc64le",
"product": {
"name": "curl-8.14.1-150200.4.91.1.ppc64le",
"product_id": "curl-8.14.1-150200.4.91.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"product": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"product_id": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"product": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"product_id": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"product": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"product_id": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"product": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"product_id": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"product": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"product_id": "libcurl-devel-8.14.1-150200.4.91.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150200.4.91.1.ppc64le",
"product": {
"name": "libcurl-mini4-8.14.1-150200.4.91.1.ppc64le",
"product_id": "libcurl-mini4-8.14.1-150200.4.91.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150200.4.91.1.ppc64le",
"product": {
"name": "libcurl4-8.14.1-150200.4.91.1.ppc64le",
"product_id": "libcurl4-8.14.1-150200.4.91.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "brotli-1.0.7-150200.3.5.1.s390x",
"product": {
"name": "brotli-1.0.7-150200.3.5.1.s390x",
"product_id": "brotli-1.0.7-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "curl-8.14.1-150200.4.91.1.s390x",
"product": {
"name": "curl-8.14.1-150200.4.91.1.s390x",
"product_id": "curl-8.14.1-150200.4.91.1.s390x"
}
},
{
"category": "product_version",
"name": "libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"product": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"product_id": "libbrotli-devel-1.0.7-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"product": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"product_id": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"product": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"product_id": "libbrotlidec1-1.0.7-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"product": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"product_id": "libbrotlienc1-1.0.7-150200.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150200.4.91.1.s390x",
"product": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.s390x",
"product_id": "libcurl-devel-8.14.1-150200.4.91.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150200.4.91.1.s390x",
"product": {
"name": "libcurl-mini4-8.14.1-150200.4.91.1.s390x",
"product_id": "libcurl-mini4-8.14.1-150200.4.91.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150200.4.91.1.s390x",
"product": {
"name": "libcurl4-8.14.1-150200.4.91.1.s390x",
"product_id": "libcurl4-8.14.1-150200.4.91.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "brotli-1.0.7-150200.3.5.1.x86_64",
"product": {
"name": "brotli-1.0.7-150200.3.5.1.x86_64",
"product_id": "brotli-1.0.7-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "curl-8.14.1-150200.4.91.1.x86_64",
"product": {
"name": "curl-8.14.1-150200.4.91.1.x86_64",
"product_id": "curl-8.14.1-150200.4.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"product": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"product_id": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"product": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"product_id": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"product": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"product_id": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"product": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"product_id": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"product": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"product_id": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"product": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"product_id": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64",
"product": {
"name": "libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64",
"product_id": "libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"product": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"product_id": "libcurl-devel-8.14.1-150200.4.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-32bit-8.14.1-150200.4.91.1.x86_64",
"product": {
"name": "libcurl-devel-32bit-8.14.1-150200.4.91.1.x86_64",
"product_id": "libcurl-devel-32bit-8.14.1-150200.4.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-mini4-8.14.1-150200.4.91.1.x86_64",
"product": {
"name": "libcurl-mini4-8.14.1-150200.4.91.1.x86_64",
"product_id": "libcurl-mini4-8.14.1-150200.4.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-150200.4.91.1.x86_64",
"product": {
"name": "libcurl4-8.14.1-150200.4.91.1.x86_64",
"product_id": "libcurl4-8.14.1-150200.4.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"product": {
"name": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"product_id": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy LTS 4.3",
"product": {
"name": "SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server LTS 4.3",
"product": {
"name": "SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.ppc64le"
},
"product_reference": "curl-8.14.1-150200.4.91.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.s390x"
},
"product_reference": "curl-8.14.1-150200.4.91.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.ppc64le"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.s390x"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.ppc64le"
},
"product_reference": "curl-8.14.1-150200.4.91.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.ppc64le"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.s390x"
},
"product_reference": "curl-8.14.1-150200.4.91.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.s390x"
},
"product_reference": "curl-8.14.1-150200.4.91.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.s390x"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-150200.4.91.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "curl-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-8.14.1-150200.4.91.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-150200.4.91.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64"
},
"product_reference": "libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "brotli-1.0.7-150200.3.5.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "brotli-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "brotli-1.0.7-150200.3.5.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "brotli-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "brotli-1.0.7-150200.3.5.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "brotli-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "brotli-1.0.7-150200.3.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "brotli-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.s390x"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64"
},
"product_reference": "libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-10148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-10148"
}
],
"notes": [
{
"category": "general",
"text": "curl\u0027s websocket code did not update the 32 bit mask pattern for each new\n outgoing frame as the specification says. Instead it used a fixed mask that\npersisted and was used throughout the entire connection.\n\nA predictable mask pattern allows for a malicious server to induce traffic\nbetween the two communicating parties that could be interpreted by an involved\nproxy (configured or transparent) as genuine, real, HTTP traffic with content\nand thereby poison its cache. That cached poisoned content could then be\nserved to all users of that proxy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-10148",
"url": "https://www.suse.com/security/cve/CVE-2025-10148"
},
{
"category": "external",
"summary": "SUSE Bug 1249348 for CVE-2025-10148",
"url": "https://bugzilla.suse.com/1249348"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-18T11:08:43Z",
"details": "moderate"
}
],
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-9086",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9086"
}
],
"notes": [
{
"category": "general",
"text": "1. A cookie is set using the `secure` keyword for `https://target`\n2. curl is redirected to or otherwise made to speak with `http://target` (same\n hostname, but using clear text HTTP) using the same cookie set\n3. The same cookie name is set - but with just a slash as path (`path=\u0027/\u0027`).\n Since this site is not secure, the cookie *should* just be ignored.\n4. A bug in the path comparison logic makes curl read outside a heap buffer\n boundary\n\nThe bug either causes a crash or it potentially makes the comparison come to\nthe wrong conclusion and lets the clear-text site override the contents of the\nsecure cookie, contrary to expectations and depending on the memory contents\nimmediately following the single-byte allocation that holds the path.\n\nThe presumed and correct behavior would be to plainly ignore the second set of\nthe cookie since it was already set as secure on a secure host so overriding\nit on an insecure host should not be okay.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9086",
"url": "https://www.suse.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "SUSE Bug 1249191 for CVE-2025-9086",
"url": "https://bugzilla.suse.com/1249191"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Enterprise Storage 7.1:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Enterprise Storage 7.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:curl-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl-devel-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-32bit-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libcurl4-8.14.1-150200.4.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Proxy LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"SUSE Manager Server LTS 4.3:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:brotli-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotli-devel-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlicommon1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlicommon1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlidec1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlidec1-32bit-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.aarch64",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.ppc64le",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.s390x",
"openSUSE Leap 15.6:libbrotlienc1-1.0.7-150200.3.5.1.x86_64",
"openSUSE Leap 15.6:libbrotlienc1-32bit-1.0.7-150200.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-18T11:08:43Z",
"details": "important"
}
],
"title": "CVE-2025-9086"
}
]
}
SUSE-SU-2025:20802-1
Vulnerability from csaf_suse - Published: 2025-09-26 09:20 - Updated: 2025-09-26 09:20| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for curl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for curl fixes the following issues:\n\n- tool_operate: fix return code when --retry is used but not\n triggered [bsc#1249367]\n\n- Security fixes:\n \n * CVE-2025-9086: Fixed Out of bounds read for cookie path (bsc#1249191)\n * CVE-2025-10148: Fixed predictable WebSocket mask (bsc#1249348)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-286",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20802-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20802-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520802-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20802-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042139.html"
},
{
"category": "self",
"summary": "SUSE Bug 1249191",
"url": "https://bugzilla.suse.com/1249191"
},
{
"category": "self",
"summary": "SUSE Bug 1249348",
"url": "https://bugzilla.suse.com/1249348"
},
{
"category": "self",
"summary": "SUSE Bug 1249367",
"url": "https://bugzilla.suse.com/1249367"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-10148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-10148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9086 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9086/"
}
],
"title": "Security update for curl",
"tracking": {
"current_release_date": "2025-09-26T09:20:48Z",
"generator": {
"date": "2025-09-26T09:20:48Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20802-1",
"initial_release_date": "2025-09-26T09:20:48Z",
"revision_history": [
{
"date": "2025-09-26T09:20:48Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-slfo.1.1_2.1.aarch64",
"product": {
"name": "curl-8.14.1-slfo.1.1_2.1.aarch64",
"product_id": "curl-8.14.1-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-slfo.1.1_2.1.aarch64",
"product": {
"name": "libcurl4-8.14.1-slfo.1.1_2.1.aarch64",
"product_id": "libcurl4-8.14.1-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-slfo.1.1_2.1.ppc64le",
"product": {
"name": "curl-8.14.1-slfo.1.1_2.1.ppc64le",
"product_id": "curl-8.14.1-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-slfo.1.1_2.1.ppc64le",
"product": {
"name": "libcurl4-8.14.1-slfo.1.1_2.1.ppc64le",
"product_id": "libcurl4-8.14.1-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-slfo.1.1_2.1.s390x",
"product": {
"name": "curl-8.14.1-slfo.1.1_2.1.s390x",
"product_id": "curl-8.14.1-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-slfo.1.1_2.1.s390x",
"product": {
"name": "libcurl4-8.14.1-slfo.1.1_2.1.s390x",
"product_id": "libcurl4-8.14.1-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-slfo.1.1_2.1.x86_64",
"product": {
"name": "curl-8.14.1-slfo.1.1_2.1.x86_64",
"product_id": "curl-8.14.1-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-slfo.1.1_2.1.x86_64",
"product": {
"name": "libcurl4-8.14.1-slfo.1.1_2.1.x86_64",
"product_id": "libcurl4-8.14.1-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.aarch64"
},
"product_reference": "curl-8.14.1-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.ppc64le"
},
"product_reference": "curl-8.14.1-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.s390x"
},
"product_reference": "curl-8.14.1-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.x86_64"
},
"product_reference": "curl-8.14.1-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.s390x"
},
"product_reference": "libcurl4-8.14.1-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-10148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-10148"
}
],
"notes": [
{
"category": "general",
"text": "curl\u0027s websocket code did not update the 32 bit mask pattern for each new\n outgoing frame as the specification says. Instead it used a fixed mask that\npersisted and was used throughout the entire connection.\n\nA predictable mask pattern allows for a malicious server to induce traffic\nbetween the two communicating parties that could be interpreted by an involved\nproxy (configured or transparent) as genuine, real, HTTP traffic with content\nand thereby poison its cache. That cached poisoned content could then be\nserved to all users of that proxy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-10148",
"url": "https://www.suse.com/security/cve/CVE-2025-10148"
},
{
"category": "external",
"summary": "SUSE Bug 1249348 for CVE-2025-10148",
"url": "https://bugzilla.suse.com/1249348"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-26T09:20:48Z",
"details": "moderate"
}
],
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-9086",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9086"
}
],
"notes": [
{
"category": "general",
"text": "1. A cookie is set using the `secure` keyword for `https://target`\n2. curl is redirected to or otherwise made to speak with `http://target` (same\n hostname, but using clear text HTTP) using the same cookie set\n3. The same cookie name is set - but with just a slash as path (`path=\u0027/\u0027`).\n Since this site is not secure, the cookie *should* just be ignored.\n4. A bug in the path comparison logic makes curl read outside a heap buffer\n boundary\n\nThe bug either causes a crash or it potentially makes the comparison come to\nthe wrong conclusion and lets the clear-text site override the contents of the\nsecure cookie, contrary to expectations and depending on the memory contents\nimmediately following the single-byte allocation that holds the path.\n\nThe presumed and correct behavior would be to plainly ignore the second set of\nthe cookie since it was already set as secure on a secure host so overriding\nit on an insecure host should not be okay.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9086",
"url": "https://www.suse.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "SUSE Bug 1249191 for CVE-2025-9086",
"url": "https://bugzilla.suse.com/1249191"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:curl-8.14.1-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcurl4-8.14.1-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-26T09:20:48Z",
"details": "important"
}
],
"title": "CVE-2025-9086"
}
]
}
SUSE-SU-2025:20824-1
Vulnerability from csaf_suse - Published: 2025-09-25 10:52 - Updated: 2025-09-25 10:52| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:curl-8.14.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:curl-8.14.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:curl-8.14.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:curl-8.14.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:curl-8.14.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:curl-8.14.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for curl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for curl fixes the following issues:\n\n- CVE-2025-9086: Fixed Out of bounds read for cookie path (bsc#1249191)\n- CVE-2025-10148: Predictable WebSocket mask (bsc#1249348)\n- Fix the --ftp-pasv option in curl v8.14.1 [bsc#1246197]\n- tool_operate: fix return code when --retry is used but not\n triggered [bsc#1249367]\n\n- Updated to 8.14.1: [jsc#PED-13055, jsc#PED-13056]\n * Add _multibuild\n * Bugfixes:\n - asyn-thrdd: fix cleanup when RR fails due to OOM\n - ftp: fix teardown of DATA connection in done\n - http: fail early when rewind of input failed when following redirects\n - multi: fix add_handle resizing\n - tls BIOs: handle BIO_CTRL_EOF correctly\n - tool_getparam: make --no-anyauth not be accepted\n - wolfssl: fix sending of early data\n - ws: handle blocked sends better\n - ws: tests and fixes\n\n- Sync spec file with SLE codestreams: [jsc#PED-13055, jsc#PED-13056]\n \n * Add curl-mini.rpmlintrc to avoid rpmlint shlib-policy-name-error\n when building the curl-mini package in SLE.\n * Add libssh minimum version requirements.\n * Use ldconfig_scriptlets when available.\n * Remove unused option --disable-ntlm-wb.\n\n- Update to 8.14.0:\n \n * Changes:\n - mqtt: send ping at upkeep interval\n - schannel: handle pkcs12 client certificates containing CA certificates\n - TLS: add CURLOPT_SSL_SIGNATURE_ALGORITHMS and --sigalgs\n - vquic: ngtcp2 + openssl support\n - wcurl: import v2025.04.20 script + docs\n - websocket: add option to disable auto-pong reply\n \n * Bugfixes:\n - asny-thrdd: fix detach from running thread\n - async-threaded resolver: use ref counter\n - async: DoH improvements\n - build: enable gcc-12/13+, clang-10+ picky warnings\n - build: enable gcc-15 picky warnings\n - certs: drop unused `default_bits` from `.prm` files\n - cf-https-connect: use the passed in dns struct pointer\n - cf-socket: fix FTP accept connect\n - cfilters: remove assert\n - cmake: fix nghttp3 static linking with `USE_OPENSSL_QUIC=ON`\n - cmake: prefer `COMPILE_OPTIONS` over `CMAKE_C_FLAGS` for custom C options\n - cmake: revert `CURL_LTO` behavior for multi-config generators\n - configure: fix --disable-rt\n - CONTRIBUTE: add project guidelines for AI use\n - cpool/cshutdown: force close connections under pressure\n - curl: fix memory leak when -h is used in config file\n - curl_get_line: handle lines ending on the buffer boundary\n - headers: enforce a max number of response header to accept\n - http: fix HTTP/2 handling of TE request header using \"trailers\"\n - lib: include files using known path\n - lib: unify conversions to/from hex\n - libssh: add NULL check for Curl_meta_get()\n - libssh: fix memory leak\n - mqtt: use conn/easy meta hash\n - multi: do transfer book keeping using mid\n - multi: init_do(): check result\n - netrc: avoid NULL deref on weird input\n - netrc: avoid strdup NULL\n - netrc: deal with null token better\n - openssl-quic: avoid potential `-Wnull-dereference`, add assert\n - openssl-quic: fix shutdown when stream not open\n - openssl: enable builds for *both* engines and providers\n - openssl: set the cipher string before doing private cert\n - progress: avoid integer overflow when gathering total transfer size\n - rand: update comment on Curl_rand_bytes weak random\n - rustls: make max size of cert and key reasonable\n - smb: avoid integer overflow on weird input date\n - urlapi: redirecting to \"\" is considered fine\n\n- Update to 8.13.0:\n \n * Changes:\n - curl: add write-out variable \u0027tls_earlydata\u0027\n - curl: make --url support a file with URLs\n - gnutls: set priority via --ciphers\n - IMAP: add CURLOPT_UPLOAD_FLAGS and --upload-flags\n - lib: add CURLFOLLOW_OBEYCODE and CURLFOLLOW_FIRSTONLY\n - OpenSSL/quictls: add support for TLSv1.3 early data\n - rustls: add support for CERTINFO\n - rustls: add support for SSLKEYLOGFILE\n - rustls: support ECH w/ DoH lookup for config\n - rustls: support native platform verifier\n - var: add a \u002764dec\u0027 function that can base64 decode a string\n \n * Bugfixes:\n - conn: fix connection reuse when SSL is optional\n - hash: use single linked list for entries\n - http2: detect session being closed on ingress handling\n - http2: reset stream on response header error\n - http: remove a HTTP method size restriction\n - http: version negotiation\n - httpsrr: fix port detection\n - libssh: fix freeing of resources in disconnect\n - libssh: fix scp large file upload for 32-bit size_t systems\n - openssl-quic: do not iterate over multi handles\n - openssl: check return value of X509_get0_pubkey\n - openssl: drop support for old OpenSSL/LibreSSL versions\n - openssl: fix crash on missing cert password\n - openssl: fix pkcs11 URI checking for key files.\n - openssl: remove bad `goto`s into other scope\n - setopt: illegal CURLOPT_SOCKS5_AUTH should return error\n - setopt: setting PROXYUSERPWD after PROXYUSERNAME/PASSWORD is fine\n - sshserver.pl: adjust `AuthorizedKeysFile2` cutoff version\n - sshserver: fix excluding obsolete client config lines\n - SSLCERTS: list support for SSL_CERT_FILE and SSL_CERT_DIR\n - tftpd: prefix TFTP protocol error `E*` constants with `TFTP_`\n - tool_operate: fail SSH transfers without server auth\n - url: call protocol handler\u0027s disconnect in Curl_conn_free\n - urlapi: remove percent encoded dot sequences from the URL path\n - urldata: remove \u0027hostname\u0027 from struct Curl_async\n\n- Update to 8.12.1:\n \n * Bugfixes:\n - asyn-thread: fix build with \u0027CURL_DISABLE_SOCKETPAIR\u0027\n - asyn-thread: fix HTTPS RR crash\n - asyn-thread: fix the returned bitmask from Curl_resolver_getsock\n - asyn-thread: survive a c-ares channel set to NULL\n - cmake: always reference OpenSSL and ZLIB via imported targets\n - cmake: respect \u0027GNUTLS_CFLAGS\u0027 when detected via \u0027pkg-config\u0027\n - cmake: respect \u0027GNUTLS_LIBRARY_DIRS\u0027 in \u0027libcurl.pc\u0027 and \u0027curl-config\u0027\n - content_encoding: #error on too old zlib\n - imap: TLS upgrade fix\n - ldap: drop support for legacy Novell LDAP SDK\n - libssh2: comparison is always true because rc \u003c= -1\n - libssh2: raise lowest supported version to 1.2.8\n - libssh: drop support for libssh older than 0.9.0\n - openssl-quic: ignore ciphers for h3\n - pop3: TLS upgrade fix\n - runtests: fix the disabling of the memory tracking\n - runtests: quote commands to support paths with spaces\n - scache: add magic checks\n - smb: silence \u0027-Warray-bounds\u0027 with gcc 13+\n - smtp: TLS upgrade fix\n - tool_cfgable: sort struct fields by size, use bitfields for booleans\n - tool_getparam: add \"TLS required\" flag for each such option\n - vtls: fix multissl-init\n - wakeup_write: make sure the eventfd write sends eight bytes\n\n- Update to 8.12.0:\n \n * Changes:\n - curl: add byte range support to --variable reading from file\n - curl: make --etag-save acknowledge --create-dirs\n - getinfo: fix CURLINFO_QUEUE_TIME_T and add \u0027time_queue\u0027 var\n - getinfo: provide info which auth was used for HTTP and proxy\n - hyper: drop support\n - openssl: add support to use keys and certificates from PKCS#11 provider\n - QUIC: 0RTT for gnutls via CURLSSLOPT_EARLYDATA\n - vtls: feature ssls-export for SSL session im-/export\n \n * Bugfixes:\n - altsvc: avoid integer overflow in expire calculation\n - asyn-ares: acknowledge CURLOPT_DNS_SERVERS set to NULL\n - asyn-ares: fix memory leak\n - asyn-ares: initial HTTPS resolve support\n - asyn-thread: use c-ares to resolve HTTPS RR\n - async-thread: avoid closing eventfd twice\n - cd2nroff: do not insist on quoted \u003c\u003e within backticks\n - cd2nroff: support \"none\" as a TLS backend\n - conncache: count shutdowns against host and max limits\n - content_encoding: drop support for zlib before 1.2.0.4\n - content_encoding: namespace GZIP flag constants\n - content_encoding: put the decomp buffers into the writer structs\n - content_encoding: support use of custom libzstd memory functions\n - cookie: cap expire times to 400 days\n - cookie: parse only the exact expire date\n - curl: return error if etag options are used with multiple URLs\n - curl_multi_fdset: include the shutdown connections in the set\n - curl_sha512_256: rename symbols to the curl namespace\n - curl_url_set.md: adjust the added-in to 7.62.0\n - doh: send HTTPS RR requests for all HTTP(S) transfers\n - easy: allow connect-only handle reuse with easy_perform\n - easy: make curl_easy_perform() return error if connection still there\n - easy_lock: use Sleep(1) for thread yield on old Windows\n - ECH: update APIs to those agreed with OpenSSL maintainers\n - GnuTLS: fix \u0027time_appconnect\u0027 for early data\n - HTTP/2: strip TE request header\n - http2: fix data_pending check\n - http2: fix value stored to \u0027result\u0027 is never read\n - http: ignore invalid Retry-After times\n - http_aws_sigv4: Fix invalid compare function handling zero-length pairs\n - https-connect: start next immediately on failure\n - lib: redirect handling by protocol handler\n - multi: fix curl_multi_waitfds reporting of fd_count\n - netrc: \u0027default\u0027 with no credentials is not a match\n - netrc: fix password-only entries\n - netrc: restore _netrc fallback logic\n - ngtcp2: fix memory leak on connect failure\n - openssl: define `HAVE_KEYLOG_CALLBACK` before use\n - openssl: fix ECH logic\n - osslq: use SSL_poll to determine writeability of QUIC streams\n - sectransp: free certificate on error\n - select: avoid a NULL deref in cwfds_add_sock\n - src: omit hugehelp and ca-embed from libcurltool\n - ssl session cache: change cache dimensions\n - system.h: add 64-bit curl_off_t definitions for NonStop\n - telnet: handle single-byte input option\n - TLS: check connection for SSL use, not handler\n - tool_formparse.c: make curlx_uztoso a static in here\n - tool_formparse: accept digits in --form type= strings\n - tool_getparam: ECH param parsing refix\n - tool_getparam: fail --hostpubsha256 if libssh2 is not used\n - tool_getparam: fix \"Ignored Return Value\"\n - tool_getparam: fix memory leak on error in parse_ech\n - tool_getparam: fix the ECH parser\n - tool_operate: make --etag-compare always accept a non-existing file\n - transfer: fix CURLOPT_CURLU override logic\n - urlapi: fix redirect to a new fragment or query (only)\n - vquic: make vquic_send_packets not return without setting psent\n - vtls: fix default SSL backend as a fallback\n - vtls: only remember the expiry timestamp in session cache\n - websocket: fix message send corruption\n - x509asn1: add parse recursion limit\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-477",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20824-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20824-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520824-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20824-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042161.html"
},
{
"category": "self",
"summary": "SUSE Bug 1246197",
"url": "https://bugzilla.suse.com/1246197"
},
{
"category": "self",
"summary": "SUSE Bug 1249191",
"url": "https://bugzilla.suse.com/1249191"
},
{
"category": "self",
"summary": "SUSE Bug 1249348",
"url": "https://bugzilla.suse.com/1249348"
},
{
"category": "self",
"summary": "SUSE Bug 1249367",
"url": "https://bugzilla.suse.com/1249367"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-10148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-10148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9086 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9086/"
}
],
"title": "Security update for curl",
"tracking": {
"current_release_date": "2025-09-25T10:52:04Z",
"generator": {
"date": "2025-09-25T10:52:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20824-1",
"initial_release_date": "2025-09-25T10:52:04Z",
"revision_history": [
{
"date": "2025-09-25T10:52:04Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-1.1.aarch64",
"product": {
"name": "curl-8.14.1-1.1.aarch64",
"product_id": "curl-8.14.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-1.1.aarch64",
"product": {
"name": "libcurl4-8.14.1-1.1.aarch64",
"product_id": "libcurl4-8.14.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-1.1.s390x",
"product": {
"name": "curl-8.14.1-1.1.s390x",
"product_id": "curl-8.14.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-1.1.s390x",
"product": {
"name": "libcurl4-8.14.1-1.1.s390x",
"product_id": "libcurl4-8.14.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-1.1.x86_64",
"product": {
"name": "curl-8.14.1-1.1.x86_64",
"product_id": "curl-8.14.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-1.1.x86_64",
"product": {
"name": "libcurl4-8.14.1-1.1.x86_64",
"product_id": "libcurl4-8.14.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:curl-8.14.1-1.1.aarch64"
},
"product_reference": "curl-8.14.1-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:curl-8.14.1-1.1.s390x"
},
"product_reference": "curl-8.14.1-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:curl-8.14.1-1.1.x86_64"
},
"product_reference": "curl-8.14.1-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-1.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-1.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.s390x"
},
"product_reference": "libcurl4-8.14.1-1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-1.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-10148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-10148"
}
],
"notes": [
{
"category": "general",
"text": "curl\u0027s websocket code did not update the 32 bit mask pattern for each new\n outgoing frame as the specification says. Instead it used a fixed mask that\npersisted and was used throughout the entire connection.\n\nA predictable mask pattern allows for a malicious server to induce traffic\nbetween the two communicating parties that could be interpreted by an involved\nproxy (configured or transparent) as genuine, real, HTTP traffic with content\nand thereby poison its cache. That cached poisoned content could then be\nserved to all users of that proxy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.x86_64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-10148",
"url": "https://www.suse.com/security/cve/CVE-2025-10148"
},
{
"category": "external",
"summary": "SUSE Bug 1249348 for CVE-2025-10148",
"url": "https://bugzilla.suse.com/1249348"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.x86_64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-25T10:52:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-9086",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9086"
}
],
"notes": [
{
"category": "general",
"text": "1. A cookie is set using the `secure` keyword for `https://target`\n2. curl is redirected to or otherwise made to speak with `http://target` (same\n hostname, but using clear text HTTP) using the same cookie set\n3. The same cookie name is set - but with just a slash as path (`path=\u0027/\u0027`).\n Since this site is not secure, the cookie *should* just be ignored.\n4. A bug in the path comparison logic makes curl read outside a heap buffer\n boundary\n\nThe bug either causes a crash or it potentially makes the comparison come to\nthe wrong conclusion and lets the clear-text site override the contents of the\nsecure cookie, contrary to expectations and depending on the memory contents\nimmediately following the single-byte allocation that holds the path.\n\nThe presumed and correct behavior would be to plainly ignore the second set of\nthe cookie since it was already set as secure on a secure host so overriding\nit on an insecure host should not be okay.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.x86_64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9086",
"url": "https://www.suse.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "SUSE Bug 1249191 for CVE-2025-9086",
"url": "https://bugzilla.suse.com/1249191"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.x86_64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:curl-8.14.1-1.1.x86_64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.aarch64",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.s390x",
"SUSE Linux Micro 6.0:libcurl4-8.14.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-25T10:52:04Z",
"details": "important"
}
],
"title": "CVE-2025-9086"
}
]
}
SUSE-SU-2025:21077-1
Vulnerability from csaf_suse - Published: 2025-11-26 14:28 - Updated: 2025-11-26 14:28| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for curl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for curl fixes the following issues:\n\n- CVE-2025-9086: Fixed Out of bounds read for cookie path (bsc#1249191)\n- CVE-2025-11563: Fixed wcurl path traversal with percent-encoded slashes (bsc#1253757)\n- CVE-2025-10148: Fixed predictable WebSocket mask (bsc#1249348)\n\nOther fixes:\n- tool_operate: fix return code when --retry is used but not\n triggered (bsc#1249367)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-57",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_21077-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:21077-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202521077-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:21077-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023430.html"
},
{
"category": "self",
"summary": "SUSE Bug 1249191",
"url": "https://bugzilla.suse.com/1249191"
},
{
"category": "self",
"summary": "SUSE Bug 1249348",
"url": "https://bugzilla.suse.com/1249348"
},
{
"category": "self",
"summary": "SUSE Bug 1249367",
"url": "https://bugzilla.suse.com/1249367"
},
{
"category": "self",
"summary": "SUSE Bug 1253757",
"url": "https://bugzilla.suse.com/1253757"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-10148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-10148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11563 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11563/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9086 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9086/"
}
],
"title": "Security update for curl",
"tracking": {
"current_release_date": "2025-11-26T14:28:47Z",
"generator": {
"date": "2025-11-26T14:28:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:21077-1",
"initial_release_date": "2025-11-26T14:28:47Z",
"revision_history": [
{
"date": "2025-11-26T14:28:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-160000.3.1.aarch64",
"product": {
"name": "curl-8.14.1-160000.3.1.aarch64",
"product_id": "curl-8.14.1-160000.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-160000.3.1.aarch64",
"product": {
"name": "libcurl4-8.14.1-160000.3.1.aarch64",
"product_id": "libcurl4-8.14.1-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-160000.3.1.ppc64le",
"product": {
"name": "curl-8.14.1-160000.3.1.ppc64le",
"product_id": "curl-8.14.1-160000.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-160000.3.1.ppc64le",
"product": {
"name": "libcurl4-8.14.1-160000.3.1.ppc64le",
"product_id": "libcurl4-8.14.1-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-160000.3.1.s390x",
"product": {
"name": "curl-8.14.1-160000.3.1.s390x",
"product_id": "curl-8.14.1-160000.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-160000.3.1.s390x",
"product": {
"name": "libcurl4-8.14.1-160000.3.1.s390x",
"product_id": "libcurl4-8.14.1-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-8.14.1-160000.3.1.x86_64",
"product": {
"name": "curl-8.14.1-160000.3.1.x86_64",
"product_id": "curl-8.14.1-160000.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-8.14.1-160000.3.1.x86_64",
"product": {
"name": "libcurl4-8.14.1-160000.3.1.x86_64",
"product_id": "libcurl4-8.14.1-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:transactional"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-160000.3.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64"
},
"product_reference": "curl-8.14.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-160000.3.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le"
},
"product_reference": "curl-8.14.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-160000.3.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x"
},
"product_reference": "curl-8.14.1-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-8.14.1-160000.3.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64"
},
"product_reference": "curl-8.14.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-160000.3.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64"
},
"product_reference": "libcurl4-8.14.1-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-160000.3.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le"
},
"product_reference": "libcurl4-8.14.1-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-160000.3.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x"
},
"product_reference": "libcurl4-8.14.1-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-8.14.1-160000.3.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64"
},
"product_reference": "libcurl4-8.14.1-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-10148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-10148"
}
],
"notes": [
{
"category": "general",
"text": "curl\u0027s websocket code did not update the 32 bit mask pattern for each new\n outgoing frame as the specification says. Instead it used a fixed mask that\npersisted and was used throughout the entire connection.\n\nA predictable mask pattern allows for a malicious server to induce traffic\nbetween the two communicating parties that could be interpreted by an involved\nproxy (configured or transparent) as genuine, real, HTTP traffic with content\nand thereby poison its cache. That cached poisoned content could then be\nserved to all users of that proxy.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-10148",
"url": "https://www.suse.com/security/cve/CVE-2025-10148"
},
{
"category": "external",
"summary": "SUSE Bug 1249348 for CVE-2025-10148",
"url": "https://bugzilla.suse.com/1249348"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-26T14:28:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-11563",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11563"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11563",
"url": "https://www.suse.com/security/cve/CVE-2025-11563"
},
{
"category": "external",
"summary": "SUSE Bug 1253757 for CVE-2025-11563",
"url": "https://bugzilla.suse.com/1253757"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-26T14:28:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-11563"
},
{
"cve": "CVE-2025-9086",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9086"
}
],
"notes": [
{
"category": "general",
"text": "1. A cookie is set using the `secure` keyword for `https://target`\n2. curl is redirected to or otherwise made to speak with `http://target` (same\n hostname, but using clear text HTTP) using the same cookie set\n3. The same cookie name is set - but with just a slash as path (`path=\u0027/\u0027`).\n Since this site is not secure, the cookie *should* just be ignored.\n4. A bug in the path comparison logic makes curl read outside a heap buffer\n boundary\n\nThe bug either causes a crash or it potentially makes the comparison come to\nthe wrong conclusion and lets the clear-text site override the contents of the\nsecure cookie, contrary to expectations and depending on the memory contents\nimmediately following the single-byte allocation that holds the path.\n\nThe presumed and correct behavior would be to plainly ignore the second set of\nthe cookie since it was already set as secure on a secure host so overriding\nit on an insecure host should not be okay.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9086",
"url": "https://www.suse.com/security/cve/CVE-2025-9086"
},
{
"category": "external",
"summary": "SUSE Bug 1249191 for CVE-2025-9086",
"url": "https://bugzilla.suse.com/1249191"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:curl-8.14.1-160000.3.1.x86_64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.aarch64",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.ppc64le",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.s390x",
"SUSE Linux Micro 6.2:libcurl4-8.14.1-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-26T14:28:47Z",
"details": "important"
}
],
"title": "CVE-2025-9086"
}
]
}
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.