Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-42919 (GCVE-0-2022-42919)
Vulnerability from cvelistv5 – Published: 2022-11-06 00:00 – Updated: 2025-11-03 21:46- n/a
- CWE-502 - Deserialization of Untrusted Data
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-03T21:46:36.550Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://github.com/python/cpython/issues/97514"
},
{
"name": "FEDORA-2022-1166a1df1e",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/"
},
{
"name": "FEDORA-2022-028c09eaa7",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/"
},
{
"name": "FEDORA-2022-b17bf30e88",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/"
},
{
"name": "FEDORA-2022-462f39dd2f",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/"
},
{
"name": "FEDORA-2022-a7cad6bd22",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/"
},
{
"name": "FEDORA-2022-f44dd1bec2",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20221209-0006/"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/python/cpython/issues/97514#issuecomment-1310277840"
},
{
"name": "FEDORA-2023-af5206f71d",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/"
},
{
"name": "FEDORA-2023-097dd40685",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/python/cpython/compare/v3.10.8...v3.10.9"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/python/cpython/compare/v3.9.15...v3.9.16"
},
{
"name": "GLSA-202305-02",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202305-02"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2022-42919",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-05-02T18:38:02.303100Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-502",
"description": "CWE-502 Deserialization of Untrusted Data",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-05-02T18:38:36.346Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-05-03T00:00:00.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://github.com/python/cpython/issues/97514"
},
{
"name": "FEDORA-2022-1166a1df1e",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/"
},
{
"name": "FEDORA-2022-028c09eaa7",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/"
},
{
"name": "FEDORA-2022-b17bf30e88",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/"
},
{
"name": "FEDORA-2022-462f39dd2f",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/"
},
{
"name": "FEDORA-2022-a7cad6bd22",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/"
},
{
"name": "FEDORA-2022-f44dd1bec2",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20221209-0006/"
},
{
"url": "https://github.com/python/cpython/issues/97514#issuecomment-1310277840"
},
{
"name": "FEDORA-2023-af5206f71d",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/"
},
{
"name": "FEDORA-2023-097dd40685",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/"
},
{
"url": "https://github.com/python/cpython/compare/v3.10.8...v3.10.9"
},
{
"url": "https://github.com/python/cpython/compare/v3.9.15...v3.9.16"
},
{
"name": "GLSA-202305-02",
"tags": [
"vendor-advisory"
],
"url": "https://security.gentoo.org/glsa/202305-02"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2022-42919",
"datePublished": "2022-11-06T00:00:00.000Z",
"dateReserved": "2022-10-14T00:00:00.000Z",
"dateUpdated": "2025-11-03T21:46:36.550Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-42919",
"date": "2026-06-08",
"epss": "0.00035",
"percentile": "0.10814"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.7.3\", \"versionEndIncluding\": \"3.7.15\", \"matchCriteriaId\": \"D90DBA72-F261-408A-B8DD-5D2DD7E5985F\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.8.3\", \"versionEndIncluding\": \"3.8.15\", \"matchCriteriaId\": \"78F6D00F-54D9-4B4F-91CB-20F262F83570\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.9.0\", \"versionEndExcluding\": \"3.9.16\", \"matchCriteriaId\": \"E28B140D-129A-4B9F-AC2B-F121E7EAD70C\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"3.10.0\", \"versionEndExcluding\": \"3.10.9\", \"matchCriteriaId\": \"95E57263-9F7E-489E-9578-D89B584095B2\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.\"}, {\"lang\": \"es\", \"value\": \"Python 3.9.x anterior a la versi\\u00f3n 3.9.16 y 3.10.x anterior a la versi\\u00f3n 3.10.9 en Linux permite la escalada de privilegios locales en una configuraci\\u00f3n no predeterminada. La librer\\u00eda de multiprocesamiento Python, cuando se usa con el m\\u00e9todo de inicio forkserver en Linux, permite deserializar pickles de cualquier usuario en el mismo espacio de nombres de red local de la m\\u00e1quina, lo que en muchas configuraciones del sistema significa cualquier usuario en la misma m\\u00e1quina. Pickles puede ejecutar c\\u00f3digo arbitrario. Por lo tanto, esto permite escalar los privilegios del usuario local al usuario con el que se ejecuta cualquier proceso de forkserver. Como workaround se puede configurar multiprocessing.util.abstract_sockets_supported a False. El m\\u00e9todo de inicio de forkserver para multiprocesamiento no es el m\\u00e9todo de inicio predeterminado. Este problema es espec\\u00edfico de Linux porque solo Linux admite sockets de espacios de nombres abstractos. CPython anterior a 3.9 no utiliza sockets de espacio de nombres abstractos de Linux de forma predeterminada. Se a\\u00f1adi\\u00f3 soporte para usuarios que especifican manualmente un socket de espacio de nombres abstracto como correcci\\u00f3n de errores en 3.7.8 y 3.8.3, pero los usuarios tendr\\u00edan que realizar llamadas API poco comunes espec\\u00edficas para poder hacerlo en CPython antes de 3.9.\"}]",
"id": "CVE-2022-42919",
"lastModified": "2024-11-21T07:25:35.660",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 5.9}]}",
"published": "2022-11-07T00:15:09.697",
"references": "[{\"url\": \"https://github.com/python/cpython/compare/v3.10.8...v3.10.9\", \"source\": \"cve@mitre.org\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/python/cpython/compare/v3.9.15...v3.9.16\", \"source\": \"cve@mitre.org\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/python/cpython/issues/97514\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/python/cpython/issues/97514#issuecomment-1310277840\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://security.gentoo.org/glsa/202305-02\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221209-0006/\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/python/cpython/compare/v3.10.8...v3.10.9\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/python/cpython/compare/v3.9.15...v3.9.16\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/python/cpython/issues/97514\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/python/cpython/issues/97514#issuecomment-1310277840\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.gentoo.org/glsa/202305-02\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221209-0006/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"NVD-CWE-noinfo\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-42919\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2022-11-07T00:15:09.697\",\"lastModified\":\"2025-11-03T22:16:00.810\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.\"},{\"lang\":\"es\",\"value\":\"Python 3.9.x anterior a la versi\u00f3n 3.9.16 y 3.10.x anterior a la versi\u00f3n 3.10.9 en Linux permite la escalada de privilegios locales en una configuraci\u00f3n no predeterminada. La librer\u00eda de multiprocesamiento Python, cuando se usa con el m\u00e9todo de inicio forkserver en Linux, permite deserializar pickles de cualquier usuario en el mismo espacio de nombres de red local de la m\u00e1quina, lo que en muchas configuraciones del sistema significa cualquier usuario en la misma m\u00e1quina. Pickles puede ejecutar c\u00f3digo arbitrario. Por lo tanto, esto permite escalar los privilegios del usuario local al usuario con el que se ejecuta cualquier proceso de forkserver. Como workaround se puede configurar multiprocessing.util.abstract_sockets_supported a False. El m\u00e9todo de inicio de forkserver para multiprocesamiento no es el m\u00e9todo de inicio predeterminado. Este problema es espec\u00edfico de Linux porque solo Linux admite sockets de espacios de nombres abstractos. CPython anterior a 3.9 no utiliza sockets de espacio de nombres abstractos de Linux de forma predeterminada. Se a\u00f1adi\u00f3 soporte para usuarios que especifican manualmente un socket de espacio de nombres abstracto como correcci\u00f3n de errores en 3.7.8 y 3.8.3, pero los usuarios tendr\u00edan que realizar llamadas API poco comunes espec\u00edficas para poder hacerlo en CPython antes de 3.9.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-502\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.7.3\",\"versionEndIncluding\":\"3.7.15\",\"matchCriteriaId\":\"D90DBA72-F261-408A-B8DD-5D2DD7E5985F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.8.3\",\"versionEndIncluding\":\"3.8.15\",\"matchCriteriaId\":\"78F6D00F-54D9-4B4F-91CB-20F262F83570\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.9.0\",\"versionEndExcluding\":\"3.9.16\",\"matchCriteriaId\":\"E28B140D-129A-4B9F-AC2B-F121E7EAD70C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.10.0\",\"versionEndExcluding\":\"3.10.9\",\"matchCriteriaId\":\"95E57263-9F7E-489E-9578-D89B584095B2\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"}]}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/compare/v3.10.8...v3.10.9\",\"source\":\"cve@mitre.org\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/python/cpython/compare/v3.9.15...v3.9.16\",\"source\":\"cve@mitre.org\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/python/cpython/issues/97514\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/python/cpython/issues/97514#issuecomment-1310277840\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://security.gentoo.org/glsa/202305-02\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20221209-0006/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/python/cpython/compare/v3.10.8...v3.10.9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/python/cpython/compare/v3.9.15...v3.9.16\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/python/cpython/issues/97514\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/python/cpython/issues/97514#issuecomment-1310277840\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202305-02\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20221209-0006/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/python/cpython/issues/97514\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/\", \"name\": \"FEDORA-2022-1166a1df1e\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/\", \"name\": \"FEDORA-2022-028c09eaa7\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/\", \"name\": \"FEDORA-2022-b17bf30e88\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/\", \"name\": \"FEDORA-2022-462f39dd2f\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/\", \"name\": \"FEDORA-2022-a7cad6bd22\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/\", \"name\": \"FEDORA-2022-f44dd1bec2\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221209-0006/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/issues/97514#issuecomment-1310277840\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/\", \"name\": \"FEDORA-2023-af5206f71d\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/\", \"name\": \"FEDORA-2023-097dd40685\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/compare/v3.10.8...v3.10.9\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/compare/v3.9.15...v3.9.16\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202305-02\", \"name\": \"GLSA-202305-02\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T21:46:36.550Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-42919\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-02T18:38:02.303100Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-502\", \"description\": \"CWE-502 Deserialization of Untrusted Data\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-02T18:38:32.746Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/97514\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/\", \"name\": \"FEDORA-2022-1166a1df1e\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/\", \"name\": \"FEDORA-2022-028c09eaa7\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/\", \"name\": \"FEDORA-2022-b17bf30e88\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/\", \"name\": \"FEDORA-2022-462f39dd2f\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/\", \"name\": \"FEDORA-2022-a7cad6bd22\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/\", \"name\": \"FEDORA-2022-f44dd1bec2\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221209-0006/\"}, {\"url\": \"https://github.com/python/cpython/issues/97514#issuecomment-1310277840\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/\", \"name\": \"FEDORA-2023-af5206f71d\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/\", \"name\": \"FEDORA-2023-097dd40685\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/compare/v3.10.8...v3.10.9\"}, {\"url\": \"https://github.com/python/cpython/compare/v3.9.15...v3.9.16\"}, {\"url\": \"https://security.gentoo.org/glsa/202305-02\", \"name\": \"GLSA-202305-02\", \"tags\": [\"vendor-advisory\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2023-05-03T00:00:00.000Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-42919\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T21:46:36.550Z\", \"dateReserved\": \"2022-10-14T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2022-11-06T00:00:00.000Z\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2023:0707-1
Vulnerability from csaf_suse - Published: 2023-03-10 13:19 - Updated: 2023-03-10 13:19| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.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 python39",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python39 fixes the following issues:\n\n- CVE-2023-24329: Fixed blocklists bypass via the urllib.parse component when supplying a URL that starts with blank characters (bsc#1208471).\n \nUpdate to 3.9.16:\n- python -m http.server no longer allows terminal control\n characters sent within a garbage request to be printed to the\n stderr server log.\n This is done by changing the http.server\n BaseHTTPRequestHandler .log_message method to replace control\n characters with a \\xHH hex escape before printing.\n- Avoid publishing list of active per-interpreter audit hooks\n via the gc module\n- The IDNA codec decoder used on DNS hostnames by socket or\n asyncio related name resolution functions no longer involves\n a quadratic algorithm. This prevents a potential CPU denial\n of service if an out-of-spec excessive length hostname\n involving bidirectional characters were decoded. Some\n protocols such as urllib http 3xx redirects potentially allow\n for an attacker to supply such a name (CVE-2015-20107).\n- Update bundled libexpat to 2.5.0\n- Port XKCP\u2019s fix for the buffer overflows in SHA-3\n (CVE-2022-37454).\n- On Linux the multiprocessing module returns to using\n filesystem backed unix domain sockets for communication with\n the forkserver process instead of the Linux abstract socket\n namespace. Only code that chooses to use the \u201cforkserver\u201d\n start method is affected.\n Abstract sockets have no permissions and could allow any\n user on the system in the same network namespace (often\n the whole system) to inject code into the multiprocessing\n forkserver process. This was a potential privilege\n escalation. Filesystem based socket permissions restrict this\n to the forkserver process user as was the default in Python\n 3.8 and earlier.\n This prevents Linux CVE-2022-42919.\n- The deprecated mailcap module now refuses to inject unsafe\n text (filenames, MIME types, parameters) into shell\n commands. Instead of using such text, it will warn and act\n as if a match was not found (or for test commands, as if the\n test failed).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-707,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-707,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-707,SUSE-SLE-Product-RT-15-SP3-2023-707,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-707,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-707,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-707,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-707,SUSE-Storage-7.1-2023-707,openSUSE-SLE-15.4-2023-707",
"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-2023_0707-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:0707-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20230707-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:0707-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/014021.html"
},
{
"category": "self",
"summary": "SUSE Bug 1208471",
"url": "https://bugzilla.suse.com/1208471"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-20107 page",
"url": "https://www.suse.com/security/cve/CVE-2015-20107/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-37454 page",
"url": "https://www.suse.com/security/cve/CVE-2022-37454/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-42919 page",
"url": "https://www.suse.com/security/cve/CVE-2022-42919/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-45061 page",
"url": "https://www.suse.com/security/cve/CVE-2022-45061/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24329 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24329/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2023-03-10T13:19:51Z",
"generator": {
"date": "2023-03-10T13:19:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:0707-1",
"initial_release_date": "2023-03-10T13:19:51Z",
"revision_history": [
{
"date": "2023-03-10T13:19:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"product_id": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-base-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-base-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-curses-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-curses-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-dbm-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-dbm-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-devel-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-devel-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-doc-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-doc-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-idle-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-idle-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-testsuite-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-tk-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-tk-3.9.16-150300.4.24.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.16-150300.4.24.1.aarch64",
"product": {
"name": "python39-tools-3.9.16-150300.4.24.1.aarch64",
"product_id": "python39-tools-3.9.16-150300.4.24.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-64bit-3.9.16-150300.4.24.1.aarch64_ilp32",
"product": {
"name": "libpython3_9-1_0-64bit-3.9.16-150300.4.24.1.aarch64_ilp32",
"product_id": "libpython3_9-1_0-64bit-3.9.16-150300.4.24.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-64bit-3.9.16-150300.4.24.1.aarch64_ilp32",
"product": {
"name": "python39-64bit-3.9.16-150300.4.24.1.aarch64_ilp32",
"product_id": "python39-64bit-3.9.16-150300.4.24.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-base-64bit-3.9.16-150300.4.24.1.aarch64_ilp32",
"product": {
"name": "python39-base-64bit-3.9.16-150300.4.24.1.aarch64_ilp32",
"product_id": "python39-base-64bit-3.9.16-150300.4.24.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.i586",
"product": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.i586",
"product_id": "libpython3_9-1_0-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-3.9.16-150300.4.24.1.i586",
"product_id": "python39-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-base-3.9.16-150300.4.24.1.i586",
"product_id": "python39-base-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-curses-3.9.16-150300.4.24.1.i586",
"product_id": "python39-curses-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-dbm-3.9.16-150300.4.24.1.i586",
"product_id": "python39-dbm-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-devel-3.9.16-150300.4.24.1.i586",
"product_id": "python39-devel-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-doc-3.9.16-150300.4.24.1.i586",
"product_id": "python39-doc-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.i586",
"product_id": "python39-doc-devhelp-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-idle-3.9.16-150300.4.24.1.i586",
"product_id": "python39-idle-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-testsuite-3.9.16-150300.4.24.1.i586",
"product_id": "python39-testsuite-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-tk-3.9.16-150300.4.24.1.i586",
"product_id": "python39-tk-3.9.16-150300.4.24.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.16-150300.4.24.1.i586",
"product": {
"name": "python39-tools-3.9.16-150300.4.24.1.i586",
"product_id": "python39-tools-3.9.16-150300.4.24.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"product_id": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-base-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-base-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-curses-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-curses-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-dbm-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-devel-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-devel-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-doc-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-doc-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-idle-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-idle-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-testsuite-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-tk-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-tk-3.9.16-150300.4.24.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.16-150300.4.24.1.ppc64le",
"product": {
"name": "python39-tools-3.9.16-150300.4.24.1.ppc64le",
"product_id": "python39-tools-3.9.16-150300.4.24.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"product_id": "libpython3_9-1_0-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-base-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-base-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-curses-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-curses-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-dbm-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-dbm-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-devel-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-devel-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-doc-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-doc-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-doc-devhelp-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-idle-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-idle-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-testsuite-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-testsuite-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-tk-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-tk-3.9.16-150300.4.24.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.16-150300.4.24.1.s390x",
"product": {
"name": "python39-tools-3.9.16-150300.4.24.1.s390x",
"product_id": "python39-tools-3.9.16-150300.4.24.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"product_id": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"product_id": "libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-32bit-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-32bit-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-base-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-base-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-base-32bit-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-curses-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-dbm-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-devel-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-doc-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-doc-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-idle-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-testsuite-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-tk-3.9.16-150300.4.24.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.16-150300.4.24.1.x86_64",
"product": {
"name": "python39-tools-3.9.16-150300.4.24.1.x86_64",
"product_id": "python39-tools-3.9.16-150300.4.24.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"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 Real Time 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_rt:15:sp3"
}
}
},
{
"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 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 Manager Proxy 4.2",
"product": {
"name": "SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.2",
"product": {
"name": "SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.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.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.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:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.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:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.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:python39-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.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:python39-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.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:python39-base-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.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:python39-base-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.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:python39-curses-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.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:python39-curses-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.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:python39-dbm-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.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:python39-dbm-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.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:python39-devel-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.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:python39-devel-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.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:python39-idle-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.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:python39-idle-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.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:python39-tk-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.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:python39-tk-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.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:python39-tools-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.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:python39-tools-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.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:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.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:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.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:python39-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.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:python39-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.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:python39-base-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.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:python39-base-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.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:python39-curses-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.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:python39-curses-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.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:python39-dbm-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.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:python39-dbm-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.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:python39-devel-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.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:python39-devel-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.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:python39-idle-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.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:python39-idle-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.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:python39-tk-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.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:python39-tk-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.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:python39-tools-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.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:python39-tools-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-32bit-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-curses-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-dbm-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-devel-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-doc-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-doc-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-doc-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-doc-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-idle-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-testsuite-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tk-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.16-150300.4.24.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
},
"product_reference": "python39-tools-3.9.16-150300.4.24.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2015-20107",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-20107"
}
],
"notes": [
{
"category": "general",
"text": "In Python (aka CPython) up to 3.10.8, the mailcap module does not add escape characters into commands discovered in the system mailcap file. This may allow attackers to inject shell commands into applications that call mailcap.findmatch with untrusted input (if they lack validation of user-provided filenames or arguments). The fix is also back-ported to 3.7, 3.8, 3.9",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-20107",
"url": "https://www.suse.com/security/cve/CVE-2015-20107"
},
{
"category": "external",
"summary": "SUSE Bug 1198511 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1198511"
},
{
"category": "external",
"summary": "SUSE Bug 1200507 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1200507"
},
{
"category": "external",
"summary": "SUSE Bug 1201777 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1201777"
},
{
"category": "external",
"summary": "SUSE Bug 1201791 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1201791"
},
{
"category": "external",
"summary": "SUSE Bug 1205068 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1205068"
},
{
"category": "external",
"summary": "SUSE Bug 1208337 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1208337"
}
],
"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:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-10T13:19:51Z",
"details": "important"
}
],
"title": "CVE-2015-20107"
},
{
"cve": "CVE-2022-37454",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-37454"
}
],
"notes": [
{
"category": "general",
"text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-37454",
"url": "https://www.suse.com/security/cve/CVE-2022-37454"
},
{
"category": "external",
"summary": "SUSE Bug 1204577 for CVE-2022-37454",
"url": "https://bugzilla.suse.com/1204577"
},
{
"category": "external",
"summary": "SUSE Bug 1204966 for CVE-2022-37454",
"url": "https://bugzilla.suse.com/1204966"
},
{
"category": "external",
"summary": "SUSE Bug 1205836 for CVE-2022-37454",
"url": "https://bugzilla.suse.com/1205836"
}
],
"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:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-10T13:19:51Z",
"details": "important"
}
],
"title": "CVE-2022-37454"
},
{
"cve": "CVE-2022-42919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-42919"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-42919",
"url": "https://www.suse.com/security/cve/CVE-2022-42919"
},
{
"category": "external",
"summary": "SUSE Bug 1204886 for CVE-2022-42919",
"url": "https://bugzilla.suse.com/1204886"
}
],
"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:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
}
],
"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": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-10T13:19:51Z",
"details": "important"
}
],
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-45061",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-45061"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-45061",
"url": "https://www.suse.com/security/cve/CVE-2022-45061"
},
{
"category": "external",
"summary": "SUSE Bug 1205244 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1205244"
},
{
"category": "external",
"summary": "SUSE Bug 1211488 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1211488"
}
],
"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:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.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 Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-10T13:19:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2023-24329",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24329"
}
],
"notes": [
{
"category": "general",
"text": "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24329",
"url": "https://www.suse.com/security/cve/CVE-2023-24329"
},
{
"category": "external",
"summary": "SUSE Bug 1208471 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1208471"
},
{
"category": "external",
"summary": "SUSE Bug 1213553 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213553"
},
{
"category": "external",
"summary": "SUSE Bug 1213554 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213554"
},
{
"category": "external",
"summary": "SUSE Bug 1213839 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213839"
},
{
"category": "external",
"summary": "SUSE Bug 1225672 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1225672"
}
],
"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:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Enterprise Storage 7.1:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python39-tools-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Proxy 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-base-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-curses-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-devel-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-idle-3.9.16-150300.4.24.1.x86_64",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.s390x",
"SUSE Manager Server 4.2:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:libpython3_9-1_0-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:libpython3_9-1_0-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-base-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-base-32bit-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-curses-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-dbm-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-devel-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-doc-devhelp-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-idle-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-testsuite-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tk-3.9.16-150300.4.24.1.x86_64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.aarch64",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.ppc64le",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.s390x",
"openSUSE Leap 15.4:python39-tools-3.9.16-150300.4.24.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-10T13:19:51Z",
"details": "important"
}
],
"title": "CVE-2023-24329"
}
]
}
SUSE-SU-2023:0748-1
Vulnerability from csaf_suse - Published: 2023-03-15 19:34 - Updated: 2023-03-15 19:34| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.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 python310",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python310 fixes the following issues:\n\n- CVE-2023-24329: Fixed blocklist bypass via the urllib.parse component when supplying a URL that starts with blank characters (bsc#1208471).\n\nUpdate to 3.10.10:\n\n- Add provides for readline and sqlite3 to the main Python\n package.\n- Disable NIS for new products, it\u0027s deprecated and gets removed\n\nUpdate to 3.10.9:\n \n- python -m http.server no longer allows terminal\n control characters sent within a garbage request to be\n printed to the stderr server lo This is done by changing\n the http.server BaseHTTPRequestHandler .log_message method\n to replace control characters with a \\xHH hex escape before\n printin\n- Avoid publishing list of active per-interpreter\n audit hooks via the gc module\n- The IDNA codec decoder used on DNS hostnames by\n socket or asyncio related name resolution functions no\n longer involves a quadratic algorithm. This prevents a\n potential CPU denial of service if an out-of-spec excessive\n length hostname involving bidirectional characters were\n decoded. Some protocols such as urllib http 3xx redirects\n potentially allow for an attacker to supply such a name.\n- Update bundled libexpat to 2.5.0\n- Port XKCP\u2019s fix for the buffer overflows in SHA-3\n (CVE-2022-37454).\n- On Linux the multiprocessing module returns\n to using filesystem backed unix domain sockets for\n communication with the forkserver process instead of the\n Linux abstract socket namespace. Only code that chooses\n to use the \u201cforkserver\u201d start method is affected Abstract\n sockets have no permissions and could allow any user\n on the system in the same network namespace (often the\n whole system) to inject code into the multiprocessing\n forkserver process. This was a potential privilege\n escalation. Filesystem based socket permissions restrict\n this to the forkserver process user as was the default in\n Python 3.8 and earlier This prevents Linux CVE-2022-42919\n- Fix a reference bug in _imp.create_builtin()\n after the creation of the first sub-interpreter for modules\n builtins and sys. Patch by Victor Stinner.\n- Fixed a bug that was causing a buffer overflow if\n the tokenizer copies a line missing the newline caracter\n from a file that is as long as the available tokenizer\n buffer. Patch by Pablo galindo\n- Update faulthandler to emit an error message with\n the proper unexpected signal number. Patch by Dong-hee Na.\n- Fix subscription of types.GenericAlias instances\n containing bare generic types: for example tuple[A, T][int],\n where A is a generic type, and T is a type variable.\n- Fix detection of MAC addresses for uuid on certain\n OSs. Patch by Chaim Sanders\n- Print exception class name instead of its string\n representation when raising errors from ctypes calls.\n- Allow pdb to locate source for frozen modules in\n the standard library.\n- Raise ValueError instead of SystemError when\n methods of uninitialized io.IncrementalNewlineDecoder objects\n are called. Patch by Oren Milman.\n- Fix a possible assertion failure in io.FileIO when\n the opener returns an invalid file descriptor.\n- Also escape s in the http.server\n BaseHTTPRequestHandler.log_message so that it is technically\n possible to parse the line and reconstruct what the original\n data was. Without this a xHH is ambiguious as to if it is a\n hex replacement we put in or the characters r\u201dx\u201d came through\n in the original request line.\n- asyncio.get_event_loop() now only emits a\n deprecation warning when a new event loop was created\n implicitly. It no longer emits a deprecation warning if the\n current event loop was set.\n- Fix bug when calling trace.CoverageResults with\n valid infile.\n- Fix a bug in handling class cleanups in\n unittest.TestCase. Now addClassCleanup() uses separate lists\n for different TestCase subclasses, and doClassCleanups() only\n cleans up the particular class.\n- Release the GIL when calling termios APIs to avoid\n blocking threads.\n- Fix ast.increment_lineno() to also cover\n ast.TypeIgnore when changing line numbers.\n- Fixed bug where inspect.signature() reported\n incorrect arguments for decorated methods.\n- Fix SystemError in ctypes when exception was not\n set during __initsubclass__.\n- Fix statistics.NormalDist pickle with 0 and 1\n protocols.\n- Update the bundled copy of pip to version 22.3.1.\n- Apply bugfixes from importlib_metadata 4.11.4,\n namely: In PathDistribution._name_from_stem, avoid\n including parts of the extension in the result. In\n PathDistribution._normalized_name, ensure names loaded from\n the stem of the filename are also normalized, ensuring\n duplicate entry points by packages varying only by\n non-normalized name are hidden.\n- Clean up refleak on failed module initialisation in\n _zoneinfo\n- Clean up refleaks on failed module initialisation\n in in _pickle\n- Clean up refleak on failed module initialisation in\n _io.\n- Fix memory leak in math.dist() when both points\n don\u2019t have the same dimension. Patch by Kumar Aditya.\n- Fix argument typechecks in _overlapped.WSAConnect()\n and _overlapped.Overlapped.WSASendTo() functions.\n- Fix internal error in the re module which in\n very rare circumstances prevented compilation of a regular\n expression containing a conditional expression without the\n \u201celse\u201d branch.\n- Fix asyncio.StreamWriter.drain() to call\n protocol.connection_lost callback only once on Windows.\n- Add a mutex to unittest.mock.NonCallableMock to\n protect concurrent access to mock attributes.\n- Fix hang on Windows in subprocess.wait_closed() in\n asyncio with ProactorEventLoop. Patch by Kumar Aditya.\n- Fix infinite loop in unittest when a\n self-referencing chained exception is raised\n- tkinter.Text.count() raises now an exception for\n options starting with \u201c-\u201d instead of silently ignoring them.\n- On uname_result, restored expectation that _fields\n and _asdict would include all six properties including\n processor.\n- Update the bundled copies of pip and setuptools to\n versions 22.3 and 65.5.0 respectively.\n- Fix bug in urllib.parse.urlparse() that causes\n certain port numbers containing whitespace, underscores,\n plus and minus signs, or non-ASCII digits to be incorrectly\n accepted.\n- Allow venv to pass along PYTHON* variables to\n ensurepip and pip when they do not impact path resolution\n- On macOS, fix a crash in syslog.syslog() in\n multi-threaded applications. On macOS, the libc syslog()\n function is not thread-safe, so syslog.syslog() no longer\n releases the GIL to call it. Patch by Victor Stinner.\n- Allow BUILTINS to be a valid field name for frozen\n dataclasses.\n- Make sure patch.dict() can be applied on async\n functions.\n- To avoid apparent memory leaks when\n asyncio.open_connection() raises, break reference cycles\n generated by local exception and future instances (which has\n exception instance as its member var). Patch by Dong Uk,\n Kang.\n- Prevent error when activating venv in nested fish\n instances.\n- Restrict use of sockets instead of pipes for stdin\n of subprocesses created by asyncio to AIX platform only.\n- shutil.copytree() now applies the\n ignore_dangling_symlinks argument recursively.\n- Fix IndexError in argparse.ArgumentParser when a\n store_true action is given an explicit argument.\n- Document that calling variadic functions with\n ctypes requires special care on macOS/arm64 (and possibly\n other platforms).\n- Skip test_normalization() of test_unicodedata\n if it fails to download NormalizationTest.txt file from\n pythontest.net. Patch by Victor Stinner.\n- Some C API tests were moved into the new\n Lib/test/test_capi/ directory.\n- Fix -Wimplicit-int, -Wstrict-prototypes, and\n -Wimplicit-function-declaration compiler warnings in\n configure checks.\n- Fix -Wimplicit-int compiler warning in configure\n check for PTHREAD_SCOPE_SYSTEM.\n- Specify the full path to the source location for\n make docclean (needed for cross-builds).\n- Fix NO_MISALIGNED_ACCESSES being not defined\n for the SHA3 extension when HAVE_ALIGNED_REQUIRED is\n set. Allowing builds on hardware that unaligned memory\n accesses are not allowed.\n- Fix handling of module docstrings in\n Tools/i18n/pygettext.py.\n\n- Add invalid-json.patch fixing invalid JSON in \n Doc/howto/logging-cookbook.rst (somehow similar to gh#python/cpython#102582).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-748,SUSE-SLE-Module-Python3-15-SP4-2023-748,openSUSE-SLE-15.4-2023-748",
"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-2023_0748-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:0748-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20230748-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:0748-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/014044.html"
},
{
"category": "self",
"summary": "SUSE Bug 1208471",
"url": "https://bugzilla.suse.com/1208471"
},
{
"category": "self",
"summary": "SUSE Bug 831629",
"url": "https://bugzilla.suse.com/831629"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-20107 page",
"url": "https://www.suse.com/security/cve/CVE-2015-20107/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-37454 page",
"url": "https://www.suse.com/security/cve/CVE-2022-37454/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-42919 page",
"url": "https://www.suse.com/security/cve/CVE-2022-42919/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-45061 page",
"url": "https://www.suse.com/security/cve/CVE-2022-45061/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24329 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24329/"
}
],
"title": "Security update for python310",
"tracking": {
"current_release_date": "2023-03-15T19:34:11Z",
"generator": {
"date": "2023-03-15T19:34:11Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:0748-1",
"initial_release_date": "2023-03-15T19:34:11Z",
"revision_history": [
{
"date": "2023-03-15T19:34:11Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"product_id": "libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-base-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-base-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-curses-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-curses-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-dbm-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-dbm-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-devel-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-devel-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-doc-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-doc-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-idle-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-idle-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-testsuite-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-tk-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-tk-3.10.10-150400.4.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.10-150400.4.22.1.aarch64",
"product": {
"name": "python310-tools-3.10.10-150400.4.22.1.aarch64",
"product_id": "python310-tools-3.10.10-150400.4.22.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-64bit-3.10.10-150400.4.22.1.aarch64_ilp32",
"product": {
"name": "libpython3_10-1_0-64bit-3.10.10-150400.4.22.1.aarch64_ilp32",
"product_id": "libpython3_10-1_0-64bit-3.10.10-150400.4.22.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-64bit-3.10.10-150400.4.22.1.aarch64_ilp32",
"product": {
"name": "python310-64bit-3.10.10-150400.4.22.1.aarch64_ilp32",
"product_id": "python310-64bit-3.10.10-150400.4.22.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-base-64bit-3.10.10-150400.4.22.1.aarch64_ilp32",
"product": {
"name": "python310-base-64bit-3.10.10-150400.4.22.1.aarch64_ilp32",
"product_id": "python310-base-64bit-3.10.10-150400.4.22.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.i586",
"product": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.i586",
"product_id": "libpython3_10-1_0-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-3.10.10-150400.4.22.1.i586",
"product_id": "python310-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-base-3.10.10-150400.4.22.1.i586",
"product_id": "python310-base-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-curses-3.10.10-150400.4.22.1.i586",
"product_id": "python310-curses-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-dbm-3.10.10-150400.4.22.1.i586",
"product_id": "python310-dbm-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-devel-3.10.10-150400.4.22.1.i586",
"product_id": "python310-devel-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-doc-3.10.10-150400.4.22.1.i586",
"product_id": "python310-doc-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.i586",
"product_id": "python310-doc-devhelp-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-idle-3.10.10-150400.4.22.1.i586",
"product_id": "python310-idle-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-testsuite-3.10.10-150400.4.22.1.i586",
"product_id": "python310-testsuite-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-tk-3.10.10-150400.4.22.1.i586",
"product_id": "python310-tk-3.10.10-150400.4.22.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.10-150400.4.22.1.i586",
"product": {
"name": "python310-tools-3.10.10-150400.4.22.1.i586",
"product_id": "python310-tools-3.10.10-150400.4.22.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"product_id": "libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-base-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-base-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-curses-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-curses-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-dbm-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-devel-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-devel-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-doc-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-doc-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-idle-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-idle-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-testsuite-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-tk-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-tk-3.10.10-150400.4.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.10-150400.4.22.1.ppc64le",
"product": {
"name": "python310-tools-3.10.10-150400.4.22.1.ppc64le",
"product_id": "python310-tools-3.10.10-150400.4.22.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"product_id": "libpython3_10-1_0-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-base-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-base-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-curses-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-curses-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-dbm-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-dbm-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-devel-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-devel-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-doc-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-doc-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-doc-devhelp-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-idle-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-idle-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-testsuite-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-testsuite-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-tk-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-tk-3.10.10-150400.4.22.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.10-150400.4.22.1.s390x",
"product": {
"name": "python310-tools-3.10.10-150400.4.22.1.s390x",
"product_id": "python310-tools-3.10.10-150400.4.22.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"product_id": "libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"product_id": "libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-32bit-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-32bit-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-base-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-base-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-base-32bit-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-curses-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-curses-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-dbm-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-dbm-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-devel-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-devel-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-doc-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-doc-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-idle-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-idle-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-testsuite-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-tk-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-tk-3.10.10-150400.4.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.10-150400.4.22.1.x86_64",
"product": {
"name": "python310-tools-3.10.10-150400.4.22.1.x86_64",
"product_id": "python310-tools-3.10.10-150400.4.22.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.10-150400.4.22.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.10-150400.4.22.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.10-150400.4.22.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.10-150400.4.22.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.10-150400.4.22.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-base-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.10-150400.4.22.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-base-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.10-150400.4.22.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-base-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.10-150400.4.22.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-base-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.10-150400.4.22.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-curses-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.10-150400.4.22.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-curses-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.10-150400.4.22.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-curses-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.10-150400.4.22.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-curses-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.10-150400.4.22.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-dbm-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.10-150400.4.22.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.10-150400.4.22.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-dbm-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.10-150400.4.22.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-dbm-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.10-150400.4.22.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-devel-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.10-150400.4.22.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-devel-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.10-150400.4.22.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-devel-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.10-150400.4.22.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-devel-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.10-150400.4.22.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-idle-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.10-150400.4.22.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-idle-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.10-150400.4.22.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-idle-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.10-150400.4.22.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-idle-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.10-150400.4.22.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-tk-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.10-150400.4.22.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-tk-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.10-150400.4.22.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-tk-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.10-150400.4.22.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-tk-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.10-150400.4.22.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-tools-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.10-150400.4.22.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-tools-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.10-150400.4.22.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-tools-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.10-150400.4.22.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-tools-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-32bit-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-base-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-base-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-base-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-base-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-curses-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-curses-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-curses-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-curses-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-dbm-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-dbm-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-dbm-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-devel-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-devel-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-devel-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-devel-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-doc-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-doc-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-doc-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-doc-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-idle-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-idle-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-idle-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-idle-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-testsuite-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-tk-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-tk-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-tk-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-tk-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.10-150400.4.22.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64"
},
"product_reference": "python310-tools-3.10.10-150400.4.22.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.10-150400.4.22.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le"
},
"product_reference": "python310-tools-3.10.10-150400.4.22.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.10-150400.4.22.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x"
},
"product_reference": "python310-tools-3.10.10-150400.4.22.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.10-150400.4.22.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
},
"product_reference": "python310-tools-3.10.10-150400.4.22.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2015-20107",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-20107"
}
],
"notes": [
{
"category": "general",
"text": "In Python (aka CPython) up to 3.10.8, the mailcap module does not add escape characters into commands discovered in the system mailcap file. This may allow attackers to inject shell commands into applications that call mailcap.findmatch with untrusted input (if they lack validation of user-provided filenames or arguments). The fix is also back-ported to 3.7, 3.8, 3.9",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-20107",
"url": "https://www.suse.com/security/cve/CVE-2015-20107"
},
{
"category": "external",
"summary": "SUSE Bug 1198511 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1198511"
},
{
"category": "external",
"summary": "SUSE Bug 1200507 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1200507"
},
{
"category": "external",
"summary": "SUSE Bug 1201777 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1201777"
},
{
"category": "external",
"summary": "SUSE Bug 1201791 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1201791"
},
{
"category": "external",
"summary": "SUSE Bug 1205068 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1205068"
},
{
"category": "external",
"summary": "SUSE Bug 1208337 for CVE-2015-20107",
"url": "https://bugzilla.suse.com/1208337"
}
],
"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 Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-15T19:34:11Z",
"details": "important"
}
],
"title": "CVE-2015-20107"
},
{
"cve": "CVE-2022-37454",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-37454"
}
],
"notes": [
{
"category": "general",
"text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-37454",
"url": "https://www.suse.com/security/cve/CVE-2022-37454"
},
{
"category": "external",
"summary": "SUSE Bug 1204577 for CVE-2022-37454",
"url": "https://bugzilla.suse.com/1204577"
},
{
"category": "external",
"summary": "SUSE Bug 1204966 for CVE-2022-37454",
"url": "https://bugzilla.suse.com/1204966"
},
{
"category": "external",
"summary": "SUSE Bug 1205836 for CVE-2022-37454",
"url": "https://bugzilla.suse.com/1205836"
}
],
"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 Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-15T19:34:11Z",
"details": "important"
}
],
"title": "CVE-2022-37454"
},
{
"cve": "CVE-2022-42919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-42919"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-42919",
"url": "https://www.suse.com/security/cve/CVE-2022-42919"
},
{
"category": "external",
"summary": "SUSE Bug 1204886 for CVE-2022-42919",
"url": "https://bugzilla.suse.com/1204886"
}
],
"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 Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
}
],
"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": [
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-15T19:34:11Z",
"details": "important"
}
],
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-45061",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-45061"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-45061",
"url": "https://www.suse.com/security/cve/CVE-2022-45061"
},
{
"category": "external",
"summary": "SUSE Bug 1205244 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1205244"
},
{
"category": "external",
"summary": "SUSE Bug 1211488 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1211488"
}
],
"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 Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.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 Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-15T19:34:11Z",
"details": "moderate"
}
],
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2023-24329",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24329"
}
],
"notes": [
{
"category": "general",
"text": "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24329",
"url": "https://www.suse.com/security/cve/CVE-2023-24329"
},
{
"category": "external",
"summary": "SUSE Bug 1208471 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1208471"
},
{
"category": "external",
"summary": "SUSE Bug 1213553 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213553"
},
{
"category": "external",
"summary": "SUSE Bug 1213554 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213554"
},
{
"category": "external",
"summary": "SUSE Bug 1213839 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213839"
},
{
"category": "external",
"summary": "SUSE Bug 1225672 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1225672"
}
],
"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 Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-base-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP4:python310-tools-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:libpython3_10-1_0-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:libpython3_10-1_0-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-base-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-base-32bit-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-curses-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-dbm-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-devel-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-doc-devhelp-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-idle-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-testsuite-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tk-3.10.10-150400.4.22.1.x86_64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.aarch64",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.ppc64le",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.s390x",
"openSUSE Leap 15.4:python310-tools-3.10.10-150400.4.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-03-15T19:34:11Z",
"details": "important"
}
],
"title": "CVE-2023-24329"
}
]
}
VDE-2023-001
Vulnerability from csaf_phoenixcontactgmbhcokg - Published: 2023-02-14 07:50 - Updated: 2025-06-05 13:28A use-after-free in Busybox 1.35-x's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the copyvar function.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
libexpat before 2.4.9 has a use-after-free in the doContent function in xmlparse.c.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
When curl is used to retrieve and parse cookies from a HTTP(S) server, itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a"sister site" to deny service to all siblings.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
In libexpat through 2.4.9, there is a use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate in out-of-memory situations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
In curl before 7.86.0, the HSTS check could be bypassed to trick it into staying with HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly (instead of using an insecure cleartext HTTP step) even when HTTP is provided in the URL. This mechanism could be bypassed if the host name in the given URL uses IDN characters that get replaced with ASCII counterparts as part of the IDN conversion, e.g., using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop of U+002E (.). The earliest affected version is 7.77.0 2021-05-26.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Dpkg::Source::Archive in dpkg, the Debian package management system, before version 1.21.8, 1.20.10, 1.19.8, 1.18.26 is prone to a directory traversal vulnerability. When extracting untrusted source packages in v2 and v3 source package formats that include a debian.tar, the in-place extraction can lead to directory traversal situations on specially crafted orig.tar and debian.tar tarballs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
An out-of-bounds read/write vulnerability was found in e2fsprogs 1.46.5. This issue leads to a segmentation fault and possibly arbitrary code execution via a specially crafted filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Git is a distributed revision control system. Git prior to versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5, is vulnerable to privilege escalation in all platforms. An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository. Versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5 contain a patch for this issue. The simplest way to avoid being affected by the exploit described in the example is to avoid running git as root (or an Administrator in Windows), and if needed to reduce its use to a minimum. While a generic workaround is not possible, a system could be hardened from the exploit described in the example by removing any such repository if it exists already and creating one as root to block any future attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Git is an open source, scalable, distributed revision control system. 'git shell' is a restricted login shell that can be used to implement Git's push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an 'int' to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to 'execv()', it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to 'git shell' as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling 'git shell' access via remote logins is a viable short-term workaround.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source's '$GIT_DIR/objects' directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via '--no-hardlinks'). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the '--recurse-submodules' option. Git does not create symbolic links in the '$GIT_DIR/objects' directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the '--local' optimization when on a shared machine, either by passing the '--no-local' option to 'git clone' or cloning from a URL that uses the 'file://' scheme. Alternatively, avoid cloning repositories from untrusted sources with '--recurse-submodules' or run 'git config --global protocol.file.allow user'.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
curl before 7.86.0 has a double free. If curl is told to use an HTTP proxy for a transfer with a non-HTTP(S) URL, it sets up the connection to the remote server by issuing a CONNECT request to the proxy, and then tunnels the rest of the protocol through. An HTTP proxy might refuse this request (HTTP proxies often only allow outgoing connections to specific port numbers, like 443 for HTTPS) and instead return a non-200 status code to the client. Due to flaws in the error/cleanup handling, this could trigger a double free in curl if one of the following schemes were used in the URL for the transfer: dict, gopher, gophers, ldap, ldaps, rtmp, rtmps, or telnet. The earliest affected version is 7.77.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
A vulnerability found in gnutls. This security flaw happens because of a double free error occurs during verification of pkcs7 signatures in gnutls_pkcs7_verify function.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
In libtirpc before 1.3.3rc1, remote attackers could exhaust the file descriptors of a process that uses libtirpc because idle TCP connections are mishandled. This can, in turn, lead to an svc_run infinite loop without accepting new connections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle 'return' with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
A vulnerability was found in logrotate in how the state file is created. The state file is used to prevent parallel executions of multiple instances of logrotate by acquiring and releasing a file lock. When the state file does not exist, it is created with world-readable permission, allowing an unprivileged user to lock the state file, stopping any rotation. This flaw affects logrotate versions before 3.20.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn't written. In the special case of "in place" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected. Fixed in OpenSSL 3.0.5 (Affected 3.0.0-3.0.4). Fixed in OpenSSL 1.1.1q (Affected 1.1.1-1.1.1p).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
The Diffie-Hellman Key Agreement Protocol allows remote attackers (from the client side) to send arbitrary numbers that are actually not public keys, and trigger expensive server-side DHE modular-exponentiation calculations, aka a D(HE)at or D(HE)ater attack. The client needs very little CPU resources and network bandwidth. The attack may be more disruptive in cases where a client can require a server to select its largest supported key size. 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
strongSwan before 5.9.8 allows remote attackers to cause a denial of service in the revocation plugin by sending a crafted end-entity (and intermediate CA) certificate that contains a CRL/OCSP URL that points to a server (under the attacker's control) that doesn't properly respond but (for example) just does nothing after the initial TCP handshake, or sends an excessive amount of application data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Sudo 1.8.0 through 1.9.12, with the crypt() password backend, contains a plugins/sudoers/auth/passwd.c array-out-of-bounds error that can result in a heap-based buffer over-read. This can be triggered by arbitrary local users with access to Sudo by entering a password of seven characters or fewer. The impact could vary depending on the system libraries, compiler, and processor architecture.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0061.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0101.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0102.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.0104.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Write to API in GitHub repository vim/vim prior to 9.0.0100.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0483.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Use After Free in GitHub repository vim/vim prior to 9.0.0490.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
When curl < 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the operation with a rename from a temporary name to the final target file name.In that rename operation, it might accidentally *widen* the permissions for the target file, leaving the updated file accessible to more users than intended.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Use After Free in GitHub repository vim/vim prior to 9.0.0530.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
curl < 7.84.0 supports "chained" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was unbounded, allowing a malicious server to insert a virtually unlimited number of compression steps.The use of such a decompression chain could result in a "malloc bomb", makingcurl end up spending enormous amounts of allocated heap memory, or trying toand returning out of memory errors.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
NULL Pointer Dereference in GitHub repository vim/vim prior to 9.0.0552.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
When curl < 7.84.0 does FTP transfers secured by krb5, it handles message verification failures wrongly. This flaw makes it possible for a Man-In-The-Middle attack to go unnoticed and even allows it to inject data to the client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0577.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
A malicious server can serve excessive amounts of 'Set-Cookie:' headers in a HTTP response to curl and curl < 7.84.0 stores all of them. A sufficiently large amount of (big) cookies make subsequent HTTP requests to this, or other servers to which the cookies match, create requests that become larger than the threshold that curl uses internally to avoid sending crazy large requests (1048576 bytes) and instead returns an error.This denial state might remain for as long as the same cookies are kept, match and haven't expired. Due to cookie matching rules, a server on 'foo.example.com' can set cookies that also would match for 'bar.example.com', making it it possible for a "sister server" to effectively cause a denial of service for a sibling site on the same second level domain using this method.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Use After Free in GitHub repository vim/vim prior to 9.0.0579.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0598.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Use After Free in GitHub repository vim/vim prior to 9.0.0614.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
A vulnerability was found in vim and classified as problematic. Affected by this issue is the function qf_update_buffer of the file quickfix.c of the component autocmd Handler. The manipulation leads to use after free. The attack may be launched remotely. Upgrading to version 9.0.0805 is able to address this issue. The name of the patch is d0fab10ed2a86698937e3c3fed2f10bd9bb5e731. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-212324.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Buffer Over-read in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Buffer Over-read in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0044.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0045.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Use After Free in GitHub repository vim/vim prior to 9.0.0046.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
NULL Pointer Dereference in GitHub repository vim/vim prior to 8.2.5163.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
NULL Pointer Dereference in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Integer Overflow or Wraparound in GitHub repository vim/vim prior to 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Use After Free in GitHub repository vim/vim prior to 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Write in GitHub repository vim/vim prior to 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-32001 | — | ||
| Unresolved product id: CSAFPID-32002 | — | ||
| Unresolved product id: CSAFPID-32003 | — | ||
| Unresolved product id: CSAFPID-32004 | — | ||
| Unresolved product id: CSAFPID-32005 | — | ||
| Unresolved product id: CSAFPID-32006 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: CSAFPID-31001 | — | ||
| Unresolved product id: CSAFPID-31002 | — | ||
| Unresolved product id: CSAFPID-31003 | — | ||
| Unresolved product id: CSAFPID-31004 | — | ||
| Unresolved product id: CSAFPID-31005 | — | ||
| Unresolved product id: CSAFPID-31006 | — |
{
"document": {
"acknowledgments": [
{
"organization": "CERT@VDE",
"summary": "coordination",
"urls": [
"https://certvde.com"
]
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-GB",
"notes": [
{
"category": "summary",
"text": "A new LTS Firmware release fixes known vulnerabilities in used open-source libraries.\nIn addition, the following improvements\u00a0have been implemented:\nHMI\n- Hardening against DoS attacks. - Hardening against memory leak problems in case of network attacks.\nWBM\n- Umlauts in the password of the \u0027User Manager\u0027 were not handled correctly. The password rule for upper and lower case was not followed. This could lead to unintentionally weaker passwords.- Hardening of WBM against Cross-Site-Scripting.\nUser Manager\n- In security notifications \u0027SecurityToken\u0027 was always displayed as \u00270000000\u0027 when creating or modifying users.- Hardening of Trust and Identity Stores.",
"title": "Summary"
},
{
"category": "description",
"text": "Please consult the CVE entries listed above.",
"title": "Impact"
},
{
"category": "description",
"text": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"title": "Mitigation"
},
{
"category": "description",
"text": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"title": "Remediation"
}
],
"publisher": {
"category": "vendor",
"contact_details": "psirt@phoenixcontact.com",
"name": "Phoenix Contact GmbH \u0026 Co. KG",
"namespace": "https://phoenixcontact.com/psirt"
},
"references": [
{
"category": "self",
"summary": "VDE-2023-001: PHOENIX CONTACT: Multiple Vulnerabilities in PLCnext Firmware - HTML",
"url": "https://certvde.com/en/advisories/VDE-2023-001/"
},
{
"category": "self",
"summary": "VDE-2023-001: PHOENIX CONTACT: Multiple Vulnerabilities in PLCnext Firmware - CSAF",
"url": "https://phoenixcontact.csaf-tp.certvde.com/.well-known/csaf/white/2023/vde-2023-001.json"
},
{
"category": "external",
"summary": "Vendor PSIRT",
"url": "https://phoenixcontact.com/psirt"
},
{
"category": "external",
"summary": "CERT@VDE Security Advisories for Phoenix Contact GmbH \u0026 Co. KG",
"url": "https://certvde.com/en/advisories/vendor/phoenixcontact/"
}
],
"title": "PHOENIX CONTACT: Multiple Vulnerabilities in PLCnext Firmware",
"tracking": {
"aliases": [
"VDE-2023-001"
],
"current_release_date": "2025-06-05T13:28:12.000Z",
"generator": {
"date": "2025-05-08T11:33:36.410Z",
"engine": {
"name": "Secvisogram",
"version": "2.5.25"
}
},
"id": "VDE-2023-001",
"initial_release_date": "2023-02-14T07:50:00.000Z",
"revision_history": [
{
"date": "2023-02-14T07:50:00.000Z",
"number": "1",
"summary": "Initial revision."
},
{
"date": "2025-06-05T13:28:12.000Z",
"number": "2",
"summary": "Fix: quotation mark"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "AXC F 1152",
"product": {
"name": "AXC F 1152",
"product_id": "CSAFPID-11001",
"product_identification_helper": {
"model_numbers": [
"1151412"
]
}
}
},
{
"category": "product_name",
"name": "AXC F 2152",
"product": {
"name": "AXC F 2152",
"product_id": "CSAFPID-11002",
"product_identification_helper": {
"model_numbers": [
"2404267"
]
}
}
},
{
"category": "product_name",
"name": "AXC F 3152",
"product": {
"name": "AXC F 3152",
"product_id": "CSAFPID-11003",
"product_identification_helper": {
"model_numbers": [
"1069208"
]
}
}
},
{
"category": "product_name",
"name": "BPC 9102S",
"product": {
"name": "BPC 9102S",
"product_id": "CSAFPID-11004",
"product_identification_helper": {
"model_numbers": [
"1246285"
]
}
}
},
{
"category": "product_name",
"name": "RFC 4072R",
"product": {
"name": "RFC 4072R",
"product_id": "CSAFPID-11005",
"product_identification_helper": {
"model_numbers": [
"1136419"
]
}
}
},
{
"category": "product_name",
"name": "RFC 4072S",
"product": {
"name": "RFC 4072S",
"product_id": "CSAFPID-11006",
"product_identification_helper": {
"model_numbers": [
"1051328"
]
}
}
}
],
"category": "product_family",
"name": "Hardware"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2023.0.0 LTS",
"product": {
"name": "Firmware \u003c2023.0.0 LTS",
"product_id": "CSAFPID-21001"
}
},
{
"category": "product_version",
"name": "2023.0.0 LTS",
"product": {
"name": "Firmware 2023.0.0 LTS",
"product_id": "CSAFPID-22001"
}
}
],
"category": "product_family",
"name": "Firmware"
}
],
"category": "vendor",
"name": "PHOENIX CONTACT"
}
],
"product_groups": [
{
"group_id": "CSAFGID-0001",
"product_ids": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
],
"summary": "Affected products."
},
{
"group_id": "CSAFGID-0002",
"product_ids": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"summary": "Fixed products."
}
],
"relationships": [
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on AXC F 1152",
"product_id": "CSAFPID-31001"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11001"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on AXC F 2152",
"product_id": "CSAFPID-31002"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11002"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on AXC F 3152",
"product_id": "CSAFPID-31003"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11003"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on BPC 9102S",
"product_id": "CSAFPID-31004"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11004"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on RFC 4072R",
"product_id": "CSAFPID-31005"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11005"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on RFC 4072S",
"product_id": "CSAFPID-31006"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11006"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on AXC F 1152",
"product_id": "CSAFPID-32001"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11001"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on AXC F 2152",
"product_id": "CSAFPID-32002"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11002"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on AXC F 3152",
"product_id": "CSAFPID-32003"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11003"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on BPC 9102S",
"product_id": "CSAFPID-32004"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11004"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on RFC 4072R",
"product_id": "CSAFPID-32005"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11005"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on RFC 4072S",
"product_id": "CSAFPID-32006"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11006"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30065",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "A use-after-free in Busybox 1.35-x\u0027s awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the copyvar function.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-30065"
},
{
"cve": "CVE-2022-40674",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "libexpat before 2.4.9 has a use-after-free in the doContent function in xmlparse.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-40674"
},
{
"cve": "CVE-2022-35252",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "description",
"text": "When curl is used to retrieve and parse cookies from a HTTP(S) server, itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a\"sister site\" to deny service to all siblings.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"environmentalScore": 3.7,
"environmentalSeverity": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 3.7,
"temporalSeverity": "LOW",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-43680",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "In libexpat through 2.4.9, there is a use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate in out-of-memory situations.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-42916",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "description",
"text": "In curl before 7.86.0, the HSTS check could be bypassed to trick it into staying with HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly (instead of using an insecure cleartext HTTP step) even when HTTP is provided in the URL. This mechanism could be bypassed if the host name in the given URL uses IDN characters that get replaced with ASCII counterparts as part of the IDN conversion, e.g., using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop of U+002E (.). The earliest affected version is 7.77.0 2021-05-26.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-1664",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "description",
"text": "Dpkg::Source::Archive in dpkg, the Debian package management system, before version 1.21.8, 1.20.10, 1.19.8, 1.18.26 is prone to a directory traversal vulnerability. When extracting untrusted source packages in v2 and v3 source package formats that include a debian.tar, the in-place extraction can lead to directory traversal situations on specially crafted orig.tar and debian.tar tarballs.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1664"
},
{
"cve": "CVE-2022-1304",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "An out-of-bounds read/write vulnerability was found in e2fsprogs 1.46.5. This issue leads to a segmentation fault and possibly arbitrary code execution via a specially crafted filesystem.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1304"
},
{
"cve": "CVE-2022-29187",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"notes": [
{
"category": "description",
"text": "Git is a distributed revision control system. Git prior to versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5, is vulnerable to privilege escalation in all platforms. An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository. Versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5 contain a patch for this issue. The simplest way to avoid being affected by the exploit described in the example is to avoid running git as root (or an Administrator in Windows), and if needed to reduce its use to a minimum. While a generic workaround is not possible, a system could be hardened from the exploit described in the example by removing any such repository if it exists already and creating one as root to block any future attacks.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-29187"
},
{
"cve": "CVE-2022-39260",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. \u0027git shell\u0027 is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an \u0027int\u0027 to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to \u0027execv()\u0027, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to \u0027git shell\u0027 as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling \u0027git shell\u0027 access via remote logins is a viable short-term workaround.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 8.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-39260"
},
{
"cve": "CVE-2022-39253",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s \u0027$GIT_DIR/objects\u0027 directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via \u0027--no-hardlinks\u0027). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the \u0027--recurse-submodules\u0027 option. Git does not create symbolic links in the \u0027$GIT_DIR/objects\u0027 directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the \u0027--local\u0027 optimization when on a shared machine, either by passing the \u0027--no-local\u0027 option to \u0027git clone\u0027 or cloning from a URL that uses the \u0027file://\u0027 scheme. Alternatively, avoid cloning repositories from untrusted sources with \u0027--recurse-submodules\u0027 or run \u0027git config --global protocol.file.allow user\u0027.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-39253"
},
{
"cve": "CVE-2022-42915",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "description",
"text": "curl before 7.86.0 has a double free. If curl is told to use an HTTP proxy for a transfer with a non-HTTP(S) URL, it sets up the connection to the remote server by issuing a CONNECT request to the proxy, and then tunnels the rest of the protocol through. An HTTP proxy might refuse this request (HTTP proxies often only allow outgoing connections to specific port numbers, like 443 for HTTPS) and instead return a non-200 status code to the client. Due to flaws in the error/cleanup handling, this could trigger a double free in curl if one of the following schemes were used in the URL for the transfer: dict, gopher, gophers, ldap, ldaps, rtmp, rtmps, or telnet. The earliest affected version is 7.77.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-42915"
},
{
"cve": "CVE-2022-2509",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "description",
"text": "A vulnerability found in gnutls. This security flaw happens because of a double free error occurs during verification of pkcs7 signatures in gnutls_pkcs7_verify function.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2509"
},
{
"cve": "CVE-2021-46828",
"cwe": {
"id": "CWE-755",
"name": "Improper Handling of Exceptional Conditions"
},
"notes": [
{
"category": "description",
"text": "In libtirpc before 1.3.3rc1, remote attackers could exhaust the file descriptors of a process that uses libtirpc because idle TCP connections are mishandled. This can, in turn, lead to an svc_run infinite loop without accepting new connections.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2021-46828"
},
{
"cve": "CVE-2022-40304",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "description",
"text": "An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-1015",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 6.6,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 6.6,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1015"
},
{
"cve": "CVE-2022-1016",
"cwe": {
"id": "CWE-909",
"name": "Missing Initialization of Resource"
},
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle \u0027return\u0027 with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1016"
},
{
"cve": "CVE-2022-1348",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "description",
"text": "A vulnerability was found in logrotate in how the state file is created. The state file is used to prevent parallel executions of multiple instances of logrotate by acquiring and releasing a file lock. When the state file does not exist, it is created with world-readable permission, allowing an unprivileged user to lock the state file, stopping any rotation. This flaw affects logrotate versions before 3.20.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1348"
},
{
"cve": "CVE-2022-2097",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"notes": [
{
"category": "description",
"text": "AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn\u0027t written. In the special case of \"in place\" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected. Fixed in OpenSSL 3.0.5 (Affected 3.0.0-3.0.4). Fixed in OpenSSL 1.1.1q (Affected 1.1.1-1.1.1p).",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"temporalSeverity": "MEDIUM",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-42919",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "description",
"text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2002-20001",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "description",
"text": "The Diffie-Hellman Key Agreement Protocol allows remote attackers (from the client side) to send arbitrary numbers that are actually not public keys, and trigger expensive server-side DHE modular-exponentiation calculations, aka a D(HE)at or D(HE)ater attack. The client needs very little CPU resources and network bandwidth. The attack may be more disruptive in cases where a client can require a server to select its largest supported key size. 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.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2002-20001"
},
{
"cve": "CVE-2022-40617",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "description",
"text": "strongSwan before 5.9.8 allows remote attackers to cause a denial of service in the revocation plugin by sending a crafted end-entity (and intermediate CA) certificate that contains a CRL/OCSP URL that points to a server (under the attacker\u0027s control) that doesn\u0027t properly respond but (for example) just does nothing after the initial TCP handshake, or sends an excessive amount of application data.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-40617"
},
{
"cve": "CVE-2022-43995",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Sudo 1.8.0 through 1.9.12, with the crypt() password backend, contains a plugins/sudoers/auth/passwd.c array-out-of-bounds error that can result in a heap-based buffer over-read. This can be triggered by arbitrary local users with access to Sudo by entering a password of seven characters or fewer. The impact could vary depending on the system libraries, compiler, and processor architecture.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.1,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-43995"
},
{
"cve": "CVE-2022-2522",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0061.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2522"
},
{
"cve": "CVE-2022-2571",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0101.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2571"
},
{
"cve": "CVE-2022-2580",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0102.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2580"
},
{
"cve": "CVE-2022-2581",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.0104.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2581"
},
{
"cve": "CVE-2022-2598",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Write to API in GitHub repository vim/vim prior to 9.0.0100.\n\n",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2598"
},
{
"cve": "CVE-2022-3234",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0483.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3234"
},
{
"cve": "CVE-2022-3235",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0490.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3235"
},
{
"cve": "CVE-2022-32207",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"notes": [
{
"category": "description",
"text": "When curl \u003c 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the operation with a rename from a temporary name to the final target file name.In that rename operation, it might accidentally *widen* the permissions for the target file, leaving the updated file accessible to more users than intended.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-32207"
},
{
"cve": "CVE-2022-3256",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0530.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3256"
},
{
"cve": "CVE-2022-32206",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "description",
"text": "curl \u003c 7.84.0 supports \"chained\" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable \"links\" in this \"decompression chain\" was unbounded, allowing a malicious server to insert a virtually unlimited number of compression steps.The use of such a decompression chain could result in a \"malloc bomb\", makingcurl end up spending enormous amounts of allocated heap memory, or trying toand returning out of memory errors.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"temporalSeverity": "MEDIUM",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-3278",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "description",
"text": "NULL Pointer Dereference in GitHub repository vim/vim prior to 9.0.0552.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3278"
},
{
"cve": "CVE-2022-32208",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "When curl \u003c 7.84.0 does FTP transfers secured by krb5, it handles message verification failures wrongly. This flaw makes it possible for a Man-In-The-Middle attack to go unnoticed and even allows it to inject data to the client.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.9,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"temporalSeverity": "MEDIUM",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-3296",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0577.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3296"
},
{
"cve": "CVE-2022-32205",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "description",
"text": "A malicious server can serve excessive amounts of \u0027Set-Cookie:\u0027 headers in a HTTP response to curl and curl \u003c 7.84.0 stores all of them. A sufficiently large amount of (big) cookies make subsequent HTTP requests to this, or other servers to which the cookies match, create requests that become larger than the threshold that curl uses internally to avoid sending crazy large requests (1048576 bytes) and instead returns an error.This denial state might remain for as long as the same cookies are kept, match and haven\u0027t expired. Due to cookie matching rules, a server on \u0027foo.example.com\u0027 can set cookies that also would match for \u0027bar.example.com\u0027, making it it possible for a \"sister server\" to effectively cause a denial of service for a sibling site on the same second level domain using this method.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 4.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 4.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-32205"
},
{
"cve": "CVE-2022-3297",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0579.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3297"
},
{
"cve": "CVE-2022-3324",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0598.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3324"
},
{
"cve": "CVE-2022-3352",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0614.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3352"
},
{
"cve": "CVE-2022-3705",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "description",
"text": "A vulnerability was found in vim and classified as problematic. Affected by this issue is the function qf_update_buffer of the file quickfix.c of the component autocmd Handler. The manipulation leads to use after free. The attack may be launched remotely. Upgrading to version 9.0.0805 is able to address this issue. The name of the patch is d0fab10ed2a86698937e3c3fed2f10bd9bb5e731. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-212324.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3705"
},
{
"cve": "CVE-2022-37434",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-1927",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"notes": [
{
"category": "description",
"text": "Buffer Over-read in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1927"
},
{
"cve": "CVE-2022-1942",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1942"
},
{
"cve": "CVE-2022-2129",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2129"
},
{
"cve": "CVE-2022-2175",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Buffer Over-read in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2175"
},
{
"cve": "CVE-2022-2182",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2182"
},
{
"cve": "CVE-2022-2183",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2183"
},
{
"cve": "CVE-2022-2343",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0044.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2343"
},
{
"cve": "CVE-2022-2207",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2207"
},
{
"cve": "CVE-2022-2210",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2210"
},
{
"cve": "CVE-2022-2344",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0045.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2344"
},
{
"cve": "CVE-2022-2304",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2304"
},
{
"cve": "CVE-2022-2345",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0046.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2345"
},
{
"cve": "CVE-2022-2208",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "description",
"text": "NULL Pointer Dereference in GitHub repository vim/vim prior to 8.2.5163.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2208"
},
{
"cve": "CVE-2022-2231",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "description",
"text": "NULL Pointer Dereference in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2231"
},
{
"cve": "CVE-2022-2287",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.1,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2287"
},
{
"cve": "CVE-2022-2285",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "description",
"text": "Integer Overflow or Wraparound in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2285"
},
{
"cve": "CVE-2022-2284",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2284"
},
{
"cve": "CVE-2022-2286",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2286"
},
{
"cve": "CVE-2022-2289",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2289"
},
{
"cve": "CVE-2022-2288",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Write in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2288"
},
{
"cve": "CVE-2022-2264",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2264"
},
{
"cve": "CVE-2022-2206",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2206"
},
{
"cve": "CVE-2022-2257",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2257"
}
]
}
WID-SEC-W-2022-1904
Vulnerability from csaf_certbund - Published: 2022-10-30 23:00 - Updated: 2024-12-01 23:00Es existiert eine Schwachstelle in Python. Der Fehler besteht, wenn Code das Multiprocessing-Modul verwendet und Multiprocessing so konfiguriert, dass es die Startmethode forkserver verwendet. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um seine Privilegien zu erweitern.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Python 3.11.0rc
Open Source / Python
|
cpe:/a:python:python:3.11.0rc
|
3.11.0rc | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source Python 3.9
Open Source / Python
|
cpe:/a:python:python:3.9
|
3.9 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source Python 3.10
Open Source / Python
|
cpe:/a:python:python:3.10
|
3.1 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann eine Schwachstelle in Python ausnutzen, um seine Privilegien zu erh\u00f6hen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2022-1904 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-1904.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-1904 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1904"
},
{
"category": "external",
"summary": "Github Python vom 2022-10-30",
"url": "https://github.com/python/cpython/issues/97514"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-5713-1 vom 2022-11-03",
"url": "https://ubuntu.com/security/notices/USN-5713-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:4004-1 vom 2022-11-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012937.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8493 vom 2022-11-16",
"url": "https://access.redhat.com/errata/RHSA-2022:8493"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8492 vom 2022-11-16",
"url": "https://access.redhat.com/errata/RHSA-2022:8492"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:4071-1 vom 2022-11-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012988.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-8493 vom 2022-11-24",
"url": "http://linux.oracle.com/errata/ELSA-2022-8493.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-8492 vom 2022-11-24",
"url": "http://linux.oracle.com/errata/ELSA-2022-8492.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-274 vom 2023-01-25",
"url": "https://alas.aws.amazon.com/AL2022/ALAS-2023-274.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-273 vom 2023-01-25",
"url": "https://alas.aws.amazon.com/AL2022/ALAS-2023-273.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-5888-1 vom 2023-02-28",
"url": "https://ubuntu.com/security/notices/USN-5888-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:0707-1 vom 2023-03-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/014021.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:0748-1 vom 2023-03-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/014044.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6891-1 vom 2024-07-11",
"url": "https://ubuntu.com/security/notices/USN-6891-1"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3980 vom 2024-12-02",
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
}
],
"source_lang": "en-US",
"title": "Python: Schwachstelle erm\u00f6glicht Privilegieneskalation",
"tracking": {
"current_release_date": "2024-12-01T23:00:00.000+00:00",
"generator": {
"date": "2024-12-02T11:34:14.435+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2022-1904",
"initial_release_date": "2022-10-30T23:00:00.000+00:00",
"revision_history": [
{
"date": "2022-10-30T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-11-03T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2022-11-10T23:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: FEDORA-2022-462F39DD2F, FEDORA-2022-028C09EAA7, FEDORA-2022-A7CAD6BD22, FEDORA-2022-1166A1DF1E"
},
{
"date": "2022-11-15T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-11-16T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-11-20T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-11-23T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-01-03T23:00:00.000+00:00",
"number": "8",
"summary": "Referenz(en) aufgenommen: FEDORA-2023-AF5206F71D"
},
{
"date": "2023-01-04T23:00:00.000+00:00",
"number": "9",
"summary": "Referenz(en) aufgenommen: FEDORA-2023-097DD40685"
},
{
"date": "2023-01-24T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-02-27T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2023-03-12T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-03-15T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-07-11T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-12-01T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "15"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.9",
"product": {
"name": "Open Source Python 3.9",
"product_id": "T014965",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:3.9"
}
}
},
{
"category": "product_version",
"name": "3.1",
"product": {
"name": "Open Source Python 3.10",
"product_id": "T019175",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:3.10"
}
}
},
{
"category": "product_version",
"name": "3.11.0rc",
"product": {
"name": "Open Source Python 3.11.0rc",
"product_id": "T025151",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:3.11.0rc"
}
}
}
],
"category": "product_name",
"name": "Python"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-42919",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Python. Der Fehler besteht, wenn Code das Multiprocessing-Modul verwendet und Multiprocessing so konfiguriert, dass es die Startmethode forkserver verwendet. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um seine Privilegien zu erweitern."
}
],
"product_status": {
"known_affected": [
"T025151",
"2951",
"T002207",
"67646",
"T000126",
"T014965",
"398363",
"T019175",
"T004914"
]
},
"release_date": "2022-10-30T23:00:00.000+00:00",
"title": "CVE-2022-42919"
}
]
}
WID-SEC-W-2023-1424
Vulnerability from csaf_certbund - Published: 2023-06-12 22:00 - Updated: 2023-06-12 22:00In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v9 for Solaris
Xerox
|
cpe:/a:xerox:freeflow_print_server:v9_for_solaris
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1424 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1424.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1424 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1424"
},
{
"category": "external",
"summary": "Xerox Security Bulletin vom 2023-06-12",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/06/Xerox-Security-Bulletin-XRX23-009-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server f\u00fcr Solaris: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2023-06-12T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:52:15.756+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-1424",
"initial_release_date": "2023-06-12T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-06-12T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Xerox FreeFlow Print Server v9 for Solaris",
"product": {
"name": "Xerox FreeFlow Print Server v9 for Solaris",
"product_id": "T028053",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris"
}
}
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-28708",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28708"
},
{
"cve": "CVE-2023-28176",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28176"
},
{
"cve": "CVE-2023-28164",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28164"
},
{
"cve": "CVE-2023-28163",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28163"
},
{
"cve": "CVE-2023-28162",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28162"
},
{
"cve": "CVE-2023-27522",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-27522"
},
{
"cve": "CVE-2023-25752",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25752"
},
{
"cve": "CVE-2023-25751",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25751"
},
{
"cve": "CVE-2023-25746",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25746"
},
{
"cve": "CVE-2023-25744",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25744"
},
{
"cve": "CVE-2023-25743",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25743"
},
{
"cve": "CVE-2023-25742",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25742"
},
{
"cve": "CVE-2023-25739",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25739"
},
{
"cve": "CVE-2023-25738",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25738"
},
{
"cve": "CVE-2023-25737",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25737"
},
{
"cve": "CVE-2023-25735",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25735"
},
{
"cve": "CVE-2023-25734",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25734"
},
{
"cve": "CVE-2023-25732",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25732"
},
{
"cve": "CVE-2023-25730",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25730"
},
{
"cve": "CVE-2023-25729",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25729"
},
{
"cve": "CVE-2023-25728",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25728"
},
{
"cve": "CVE-2023-25690",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-24998",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-24807",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-24807"
},
{
"cve": "CVE-2023-24580",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-24580"
},
{
"cve": "CVE-2023-23969",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23969"
},
{
"cve": "CVE-2023-23946",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23946"
},
{
"cve": "CVE-2023-23936",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23936"
},
{
"cve": "CVE-2023-23920",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23920"
},
{
"cve": "CVE-2023-23919",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23919"
},
{
"cve": "CVE-2023-23918",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23918"
},
{
"cve": "CVE-2023-23605",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23605"
},
{
"cve": "CVE-2023-23603",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23603"
},
{
"cve": "CVE-2023-23602",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23602"
},
{
"cve": "CVE-2023-23601",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23601"
},
{
"cve": "CVE-2023-23599",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23599"
},
{
"cve": "CVE-2023-23598",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23598"
},
{
"cve": "CVE-2023-22809",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2023-22490",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-22490"
},
{
"cve": "CVE-2023-22003",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-22003"
},
{
"cve": "CVE-2023-21985",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21985"
},
{
"cve": "CVE-2023-21984",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21984"
},
{
"cve": "CVE-2023-21928",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21928"
},
{
"cve": "CVE-2023-21896",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21896"
},
{
"cve": "CVE-2023-21843",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21843"
},
{
"cve": "CVE-2023-21840",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21840"
},
{
"cve": "CVE-2023-21830",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21830"
},
{
"cve": "CVE-2023-0804",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0804"
},
{
"cve": "CVE-2023-0803",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0803"
},
{
"cve": "CVE-2023-0802",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0802"
},
{
"cve": "CVE-2023-0801",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0801"
},
{
"cve": "CVE-2023-0800",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0800"
},
{
"cve": "CVE-2023-0799",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0799"
},
{
"cve": "CVE-2023-0798",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0798"
},
{
"cve": "CVE-2023-0797",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0797"
},
{
"cve": "CVE-2023-0796",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0796"
},
{
"cve": "CVE-2023-0795",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0795"
},
{
"cve": "CVE-2023-0767",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0767"
},
{
"cve": "CVE-2023-0662",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0662"
},
{
"cve": "CVE-2023-0616",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0616"
},
{
"cve": "CVE-2023-0568",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0568"
},
{
"cve": "CVE-2023-0567",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0567"
},
{
"cve": "CVE-2023-0430",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0430"
},
{
"cve": "CVE-2023-0417",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0417"
},
{
"cve": "CVE-2023-0416",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0416"
},
{
"cve": "CVE-2023-0415",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0415"
},
{
"cve": "CVE-2023-0414",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0414"
},
{
"cve": "CVE-2023-0413",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0413"
},
{
"cve": "CVE-2023-0412",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0412"
},
{
"cve": "CVE-2023-0411",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0411"
},
{
"cve": "CVE-2023-0401",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0401"
},
{
"cve": "CVE-2023-0286",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0217",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0217"
},
{
"cve": "CVE-2023-0216",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0216"
},
{
"cve": "CVE-2023-0215",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2022-48281",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-48281"
},
{
"cve": "CVE-2022-46877",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46877"
},
{
"cve": "CVE-2022-46874",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46874"
},
{
"cve": "CVE-2022-46871",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46871"
},
{
"cve": "CVE-2022-46344",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46344"
},
{
"cve": "CVE-2022-46343",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46343"
},
{
"cve": "CVE-2022-46342",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46342"
},
{
"cve": "CVE-2022-46341",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46341"
},
{
"cve": "CVE-2022-46340",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46340"
},
{
"cve": "CVE-2022-45939",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-45939"
},
{
"cve": "CVE-2022-45199",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-45199"
},
{
"cve": "CVE-2022-45143",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-45143"
},
{
"cve": "CVE-2022-4450",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4450"
},
{
"cve": "CVE-2022-4345",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4345"
},
{
"cve": "CVE-2022-4304",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2022-42919",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-42916",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-42915",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42915"
},
{
"cve": "CVE-2022-42898",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-4283",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4283"
},
{
"cve": "CVE-2022-4203",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4203"
},
{
"cve": "CVE-2022-42012",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42012"
},
{
"cve": "CVE-2022-42011",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42011"
},
{
"cve": "CVE-2022-42010",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42010"
},
{
"cve": "CVE-2022-41903",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-41903"
},
{
"cve": "CVE-2022-41716",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-41716"
},
{
"cve": "CVE-2022-41715",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-40898",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-40898"
},
{
"cve": "CVE-2022-40304",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40303",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-39253",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-39253"
},
{
"cve": "CVE-2022-3924",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3924"
},
{
"cve": "CVE-2022-38784",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-38784"
},
{
"cve": "CVE-2022-38171",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-38171"
},
{
"cve": "CVE-2022-37436",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-37436"
},
{
"cve": "CVE-2022-3736",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3736"
},
{
"cve": "CVE-2022-3705",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3705"
},
{
"cve": "CVE-2022-36760",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2022-36227",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36227"
},
{
"cve": "CVE-2022-36114",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36114"
},
{
"cve": "CVE-2022-36113",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36113"
},
{
"cve": "CVE-2022-35260",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-35260"
},
{
"cve": "CVE-2022-35252",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-3515",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3515"
},
{
"cve": "CVE-2022-3352",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3352"
},
{
"cve": "CVE-2022-3324",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3324"
},
{
"cve": "CVE-2022-3297",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3297"
},
{
"cve": "CVE-2022-3296",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3296"
},
{
"cve": "CVE-2022-3278",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3278"
},
{
"cve": "CVE-2022-3256",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3256"
},
{
"cve": "CVE-2022-3235",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3235"
},
{
"cve": "CVE-2022-3234",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3234"
},
{
"cve": "CVE-2022-32221",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-32208",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32207",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32207"
},
{
"cve": "CVE-2022-32206",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32205",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32205"
},
{
"cve": "CVE-2022-32190",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32190"
},
{
"cve": "CVE-2022-32189",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32148",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-3153",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3153"
},
{
"cve": "CVE-2022-3134",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3134"
},
{
"cve": "CVE-2022-3099",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3099"
},
{
"cve": "CVE-2022-3094",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3094"
},
{
"cve": "CVE-2022-30635",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-30634",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30634"
},
{
"cve": "CVE-2022-30633",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30632",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30631",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30630",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30629",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30629"
},
{
"cve": "CVE-2022-30580",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-3037",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3037"
},
{
"cve": "CVE-2022-3016",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3016"
},
{
"cve": "CVE-2022-29804",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-29804"
},
{
"cve": "CVE-2022-2980",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2980"
},
{
"cve": "CVE-2022-29526",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-2946",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2946"
},
{
"cve": "CVE-2022-2929",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2929"
},
{
"cve": "CVE-2022-2928",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2928"
},
{
"cve": "CVE-2022-2923",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2923"
},
{
"cve": "CVE-2022-2889",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2889"
},
{
"cve": "CVE-2022-2880",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-2879",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-2874",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2874"
},
{
"cve": "CVE-2022-2862",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2862"
},
{
"cve": "CVE-2022-2849",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2849"
},
{
"cve": "CVE-2022-2845",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2845"
},
{
"cve": "CVE-2022-28331",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-28331"
},
{
"cve": "CVE-2022-28327",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-2819",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2819"
},
{
"cve": "CVE-2022-2817",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2817"
},
{
"cve": "CVE-2022-2816",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2816"
},
{
"cve": "CVE-2022-28131",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-27778",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27778"
},
{
"cve": "CVE-2022-27664",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-27536",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27536"
},
{
"cve": "CVE-2022-27337",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27337"
},
{
"cve": "CVE-2022-25255",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-25255"
},
{
"cve": "CVE-2022-25147",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-25147"
},
{
"cve": "CVE-2022-24963",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-24963"
},
{
"cve": "CVE-2022-24675",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-24675"
},
{
"cve": "CVE-2022-23521",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-23521"
},
{
"cve": "CVE-2022-2309",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2309"
},
{
"cve": "CVE-2022-21515",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-21515"
},
{
"cve": "CVE-2022-21349",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-21349"
},
{
"cve": "CVE-2022-21291",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-21291"
},
{
"cve": "CVE-2022-1962",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-1705",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1292",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1292"
},
{
"cve": "CVE-2022-1122",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1122"
},
{
"cve": "CVE-2022-0718",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-0718"
},
{
"cve": "CVE-2021-37750",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-37750"
},
{
"cve": "CVE-2021-37519",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-37519"
},
{
"cve": "CVE-2021-35940",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-35940"
},
{
"cve": "CVE-2021-30860",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-30860"
},
{
"cve": "CVE-2021-29338",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-29338"
},
{
"cve": "CVE-2018-25032",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2018-25032"
},
{
"cve": "CVE-2017-12613",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2017-12613"
},
{
"cve": "CVE-2006-20001",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T028053"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2006-20001"
}
]
}
WID-SEC-W-2023-1542
Vulnerability from csaf_certbund - Published: 2023-06-22 22:00 - Updated: 2025-10-23 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Meinberg LANTIME <7.08.007
Meinberg / LANTIME
|
<7.08.007 | ||
|
Red Hat OpenShift Data Foundation <4.12.10
Red Hat / OpenShift
|
Data Foundation <4.12.10 | ||
|
Red Hat OpenShift
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:-
|
— | |
|
Red Hat Enterprise Linux Service Interconnect 1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:service_interconnect_1
|
Service Interconnect 1 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.46
Red Hat / OpenShift
|
Container Platform <4.12.46 | ||
|
Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4
|
Advanced Cluster Security for Kubernetes 4 | |
|
Red Hat OpenShift Container Platform <4.12.22
Red Hat / OpenShift
|
Container Platform <4.12.22 | ||
|
Red Hat OpenShift Container Platform <4.11.44
Red Hat / OpenShift
|
Container Platform <4.11.44 | ||
|
Red Hat OpenShift Container Platform 4.12
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:container_platform_4.12
|
Container Platform 4.12 | |
|
Red Hat OpenShift Container Platform <4.13.4
Red Hat / OpenShift
|
Container Platform <4.13.4 | ||
|
Red Hat OpenShift Container Platform <4.14.0
Red Hat / OpenShift
|
Container Platform <4.14.0 | ||
|
Red Hat OpenShift Data Foundation <4.13.0
Red Hat / OpenShift
|
Data Foundation <4.13.0 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1542 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1542.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1542 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1542"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3742 vom 2023-06-22",
"url": "https://access.redhat.com/errata/RHSA-2023:3742"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3612 vom 2023-06-23",
"url": "https://access.redhat.com/errata/RHSA-2023:3614"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3615 vom 2023-06-22",
"url": "https://access.redhat.com/errata/RHSA-2023:3615"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3613 vom 2023-06-27",
"url": "https://access.redhat.com/errata/RHSA-2023:3613"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2023-06-29",
"url": "https://access.redhat.com/errata/RHSA-2023:3918"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3943 vom 2023-06-29",
"url": "https://access.redhat.com/errata/RHSA-2023:3943"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3910 vom 2023-07-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3910"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3915 vom 2023-07-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3915"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3925 vom 2023-07-06",
"url": "https://access.redhat.com/errata/RHSA-2023:3925"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4003 vom 2023-07-10",
"url": "https://access.redhat.com/errata/RHSA-2023:4003"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-6CFE7492C1 vom 2023-07-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-6cfe7492c1"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-AA7C75ED4A vom 2023-07-16",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-aa7c75ed4a"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4025 vom 2023-07-18",
"url": "https://access.redhat.com/errata/RHSA-2023:4025"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4112 vom 2023-07-18",
"url": "https://access.redhat.com/errata/RHSA-2023:4112"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4113 vom 2023-07-18",
"url": "https://access.redhat.com/errata/RHSA-2023:4113"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4114 vom 2023-07-18",
"url": "https://access.redhat.com/errata/RHSA-2023:4114"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4053 vom 2023-07-19",
"url": "https://access.redhat.com/errata/RHSA-2023:4053"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4204 vom 2023-07-19",
"url": "https://access.redhat.com/errata/RHSA-2023:4204"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4090 vom 2023-07-21",
"url": "https://access.redhat.com/errata/RHSA-2023:4090"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4241 vom 2023-07-21",
"url": "https://access.redhat.com/errata/RHSA-2023:4241"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4238 vom 2023-07-20",
"url": "https://access.redhat.com/errata/RHSA-2023:4238"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4093 vom 2023-07-20",
"url": "https://access.redhat.com/errata/RHSA-2023:4093"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4091 vom 2023-07-20",
"url": "https://access.redhat.com/errata/RHSA-2023:4091"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4225 vom 2023-07-27",
"url": "https://access.redhat.com/errata/RHSA-2023:4225"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4226 vom 2023-07-27",
"url": "https://access.redhat.com/errata/RHSA-2023:4226"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4470 vom 2023-08-03",
"url": "https://access.redhat.com/errata/RHSA-2023:4470"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4335 vom 2023-08-08",
"url": "https://access.redhat.com/errata/RHSA-2023:4335"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4674 vom 2023-08-23",
"url": "https://access.redhat.com/errata/RHSA-2023:4674"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4983 vom 2023-09-05",
"url": "https://access.redhat.com/errata/RHSA-2023:4983"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5103 vom 2023-09-12",
"url": "https://access.redhat.com/errata/RHSA-2023:5103"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5233 vom 2023-09-19",
"url": "https://access.redhat.com/errata/RHSA-2023:5233"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5314 vom 2023-09-20",
"url": "https://access.redhat.com/errata/RHSA-2023:5314"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:6316 vom 2023-11-07",
"url": "https://access.redhat.com/errata/RHSA-2023:6316"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7058 vom 2023-11-15",
"url": "https://access.redhat.com/errata/RHSA-2023:7058"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-6939 vom 2023-11-21",
"url": "https://linux.oracle.com/errata/ELSA-2023-6939.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-14A33318B8 vom 2023-12-03",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-14a33318b8"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7672 vom 2023-12-06",
"url": "https://access.redhat.com/errata/RHSA-2023:7672"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7820 vom 2023-12-14",
"url": "https://access.redhat.com/errata/RHSA-2023:7820"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:5006 vom 2023-12-30",
"url": "https://access.redhat.com/errata/RHSA-2023:5006"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7823 vom 2024-01-05",
"url": "https://access.redhat.com/errata/RHSA-2023:7823"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0139 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0139"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0143 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0143"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0137 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0137"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0121 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0121"
},
{
"category": "external",
"summary": "Meinberg Security Advisory",
"url": "https://www.meinberg.de/german/news/meinberg-security-advisory-mbgsa-2024-01-lantime-firmware-v7-08-007.htm"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202405-04 vom 2024-05-04",
"url": "https://security.gentoo.org/glsa/202405-04"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2987 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:2987"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3254 vom 2024-05-22",
"url": "https://access.redhat.com/errata/RHSA-2024:3254"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:4631 vom 2024-07-18",
"url": "https://access.redhat.com/errata/RHSA-2024:4631"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19094 vom 2025-10-24",
"url": "https://access.redhat.com/errata/RHSA-2025:19094"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-10-23T22:00:00.000+00:00",
"generator": {
"date": "2025-10-24T08:33:28.970+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2023-1542",
"initial_release_date": "2023-06-22T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-06-22T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-06-25T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-26T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-28T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-29T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-05T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-06T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-10T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-16T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2023-07-17T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-18T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-20T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-26T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-03T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-07T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-08-23T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-05T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-12T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-19T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-09-20T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-07T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-14T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-11-21T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-12-03T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2023-12-06T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-12-13T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-01T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-04T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-10T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-30T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Meinberg aufgenommen"
},
{
"date": "2024-05-05T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2024-05-21T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-07-18T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-23T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "34"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.08.007",
"product": {
"name": "Meinberg LANTIME \u003c7.08.007",
"product_id": "T032435"
}
},
{
"category": "product_version",
"name": "7.08.007",
"product": {
"name": "Meinberg LANTIME 7.08.007",
"product_id": "T032435-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:meinberg:lantime:7.08.007"
}
}
}
],
"category": "product_name",
"name": "LANTIME"
}
],
"category": "vendor",
"name": "Meinberg"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "Advanced Cluster Security for Kubernetes 4",
"product": {
"name": "Red Hat Enterprise Linux Advanced Cluster Security for Kubernetes 4",
"product_id": "T027916",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_security_for_kubernetes_4"
}
}
},
{
"category": "product_version",
"name": "Service Interconnect 1",
"product": {
"name": "Red Hat Enterprise Linux Service Interconnect 1",
"product_id": "T028472",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:service_interconnect_1"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift",
"product": {
"name": "Red Hat OpenShift",
"product_id": "T008027",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:-"
}
}
},
{
"category": "product_version",
"name": "Container Platform 4.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "T026435",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform_4.12"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.4",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.4",
"product_id": "T028225"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.4",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.4",
"product_id": "T028225-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.4"
}
}
},
{
"category": "product_version_range",
"name": "Data Foundation \u003c4.13.0",
"product": {
"name": "Red Hat OpenShift Data Foundation \u003c4.13.0",
"product_id": "T028289"
}
},
{
"category": "product_version",
"name": "Data Foundation 4.13.0",
"product": {
"name": "Red Hat OpenShift Data Foundation 4.13.0",
"product_id": "T028289-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation_4.13.0"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.22",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.22",
"product_id": "T028307"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.22",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.22",
"product_id": "T028307-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.22"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.11.44",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.11.44",
"product_id": "T028416"
}
},
{
"category": "product_version",
"name": "Container Platform 4.11.44",
"product": {
"name": "Red Hat OpenShift Container Platform 4.11.44",
"product_id": "T028416-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.11.44"
}
}
},
{
"category": "product_version_range",
"name": "Data Foundation \u003c4.12.10",
"product": {
"name": "Red Hat OpenShift Data Foundation \u003c4.12.10",
"product_id": "T031698"
}
},
{
"category": "product_version",
"name": "Data Foundation 4.12.10",
"product": {
"name": "Red Hat OpenShift Data Foundation 4.12.10",
"product_id": "T031698-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:data_foundation__4.12.10"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.0",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.0",
"product_id": "T031839"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.0",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.0",
"product_id": "T031839-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.0"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.46",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.46",
"product_id": "T031870"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.46",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.46",
"product_id": "T031870-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.46"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2015-20107",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2015-20107"
},
{
"cve": "CVE-2018-25032",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2018-25032"
},
{
"cve": "CVE-2020-10735",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-16250",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2020-16250"
},
{
"cve": "CVE-2020-16251",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2020-16251"
},
{
"cve": "CVE-2020-17049",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2020-17049"
},
{
"cve": "CVE-2021-28861",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-28861"
},
{
"cve": "CVE-2021-3765",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-3765"
},
{
"cve": "CVE-2021-3807",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-4231",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-4231"
},
{
"cve": "CVE-2021-4235",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-4235"
},
{
"cve": "CVE-2021-4238",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-4238"
},
{
"cve": "CVE-2021-43519",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-43519"
},
{
"cve": "CVE-2021-43998",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-43998"
},
{
"cve": "CVE-2021-44531",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-44531"
},
{
"cve": "CVE-2021-44532",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-44532"
},
{
"cve": "CVE-2021-44533",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-44533"
},
{
"cve": "CVE-2021-44964",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-44964"
},
{
"cve": "CVE-2021-46828",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-46828"
},
{
"cve": "CVE-2021-46848",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2021-46848"
},
{
"cve": "CVE-2022-0670",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-0670"
},
{
"cve": "CVE-2022-1271",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1271"
},
{
"cve": "CVE-2022-1304",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1304"
},
{
"cve": "CVE-2022-1348",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1348"
},
{
"cve": "CVE-2022-1586",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1586"
},
{
"cve": "CVE-2022-1587",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-1587"
},
{
"cve": "CVE-2022-21824",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-21824"
},
{
"cve": "CVE-2022-2309",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2309"
},
{
"cve": "CVE-2022-23540",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-23540"
},
{
"cve": "CVE-2022-23541",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-23541"
},
{
"cve": "CVE-2022-24903",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-24903"
},
{
"cve": "CVE-2022-2509",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2509"
},
{
"cve": "CVE-2022-26280",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-26280"
},
{
"cve": "CVE-2022-27664",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-2795",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2795"
},
{
"cve": "CVE-2022-2879",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-2880",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-28805",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-28805"
},
{
"cve": "CVE-2022-29154",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-29154"
},
{
"cve": "CVE-2022-30635",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-3094",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3094"
},
{
"cve": "CVE-2022-31129",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-31129"
},
{
"cve": "CVE-2022-32189",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32190",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-32190"
},
{
"cve": "CVE-2022-33099",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-33099"
},
{
"cve": "CVE-2022-3358",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3358"
},
{
"cve": "CVE-2022-34903",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-34903"
},
{
"cve": "CVE-2022-3515",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3515"
},
{
"cve": "CVE-2022-3517",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3517"
},
{
"cve": "CVE-2022-35737",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-35737"
},
{
"cve": "CVE-2022-36227",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-36227"
},
{
"cve": "CVE-2022-3715",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3715"
},
{
"cve": "CVE-2022-3736",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3736"
},
{
"cve": "CVE-2022-37434",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-38149",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-38149"
},
{
"cve": "CVE-2022-3821",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3821"
},
{
"cve": "CVE-2022-38900",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-38900"
},
{
"cve": "CVE-2022-3924",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-3924"
},
{
"cve": "CVE-2022-40023",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-40023"
},
{
"cve": "CVE-2022-40303",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-40304",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40897",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-40897"
},
{
"cve": "CVE-2022-41316",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41316"
},
{
"cve": "CVE-2022-41715",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-41717",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41717"
},
{
"cve": "CVE-2022-41723",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-41724",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41724"
},
{
"cve": "CVE-2022-41725",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-41725"
},
{
"cve": "CVE-2022-42010",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42010"
},
{
"cve": "CVE-2022-42011",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42011"
},
{
"cve": "CVE-2022-42012",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42012"
},
{
"cve": "CVE-2022-42898",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-42919",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-43680",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-4415",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-4415"
},
{
"cve": "CVE-2022-45061",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2022-45873",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-45873"
},
{
"cve": "CVE-2022-46175",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-46175"
},
{
"cve": "CVE-2022-47024",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-47024"
},
{
"cve": "CVE-2022-47629",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-47629"
},
{
"cve": "CVE-2022-48303",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-48303"
},
{
"cve": "CVE-2022-48337",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-48337"
},
{
"cve": "CVE-2022-48338",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-48338"
},
{
"cve": "CVE-2022-48339",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2022-48339"
},
{
"cve": "CVE-2023-0361",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-0361"
},
{
"cve": "CVE-2023-0620",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-0620"
},
{
"cve": "CVE-2023-0665",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-0665"
},
{
"cve": "CVE-2023-22809",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2023-24329",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-2491",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-2491"
},
{
"cve": "CVE-2023-24999",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-24999"
},
{
"cve": "CVE-2023-25000",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-25000"
},
{
"cve": "CVE-2023-25136",
"product_status": {
"known_affected": [
"T032435",
"T031698",
"T008027",
"T028472",
"67646",
"T012167",
"T004914",
"74185",
"T031870",
"T027916",
"T028307",
"T028416",
"T026435",
"T028225",
"T031839",
"T028289"
]
},
"release_date": "2023-06-22T22:00:00.000+00:00",
"title": "CVE-2023-25136"
}
]
}
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.